COLOR #5FB2BD

HEX: #5FB2BD RGB: (95,178,189)

Color info

#5FB2BD contains mainly green and blue colors. Web safe color of #5FB2BD is #6699CC (or #69C).

RGB color model

#5FB2BD color RGB value is (95,178,189).

RGB: (95,178,189) (37%, 70%, 74%)

RGB channels and saturation

R 95 of 255 = 37%
G 178 of 255 = 70%
B 189 of 255 = 74%

95
178
189

R + G + B ~ 60%. #5FB2BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 95 + 178 + 189 = 462 (100%)
R 95 of 462 ~ 20.56%
G 178 of 462 ~ 38.53%
B 189 of 462 ~ 40.91'%

%20.56
%38.53
%40.91

CMYK color model

#5FB2BD color CMYK value is (50,6,0,26).

  • cyan value is 49.74%
  • magenta value is 5.82%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (50,6,0,26)
C50M6Y0K26 (50%, 6%, 0%, 26%)
(0.50 / 0.06 / 0.00 / 0.26)

CMYK percentages

%49.74
%5.82
%0
%25.88

Codes

Color #5FB2BD in popluar color models

5F B2 BD
RGB 95 178 189
HSL 187° 41.59% 55.69%
HSB/HSV 187° 49.74% 74.12%
CMYK 49.74% 5.82% 0.00%
25.88%

Color #5FB2BD in popluar number systems.

HEX 5F B2 BD
Decimal 95 178 189
Binary 1011111 10110010 10111101
Octal 137 262 275

Shades and tints

Shades of #5FB2BD

#5FB2BD
(95,178,189)
#57A2AC
(87,162,172)
#4F929B
(79,146,155)
#47828A
(71,130,138)
#3F7279
(63,114,121)
#376268
(55,98,104)
#2F5257
(47,82,87)
#274246
(39,66,70)
#1F3235
(31,50,53)
#172224
(23,34,36)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #5FB2BD

#5FB2BD
(95,178,189)
#6DB9C3
(109,185,195)
#7BC0C9
(123,192,201)
#89C7CF
(137,199,207)
#97CED5
(151,206,213)
#A5D5DB
(165,213,219)
#B3DCE1
(179,220,225)
#C1E3E7
(193,227,231)
#CFEAED
(207,234,237)
#DDF1F3
(221,241,243)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB2BD color. Also use rgb(95,178,189) instead hex code.

Text Font Color

.myTextColor { color: #5FB2BD; }

<p style="color:#5FB2BD">This sample text font color is #5FB2BD.</p>

This text font color is #5FB2BD.

Background Color

.myBgColor { background-color: #5FB2BD; }

<div style="background-color:#5FB2BD">Inner text</div>

This div background color is #5FB2BD.

Border color

.myBorderColor { border: 1px solid #5FB2BD; }

<div style="border:3px solid #5FB2BD">Div</div>

This div border color is #5FB2BD.

Opacity

.myOpacity80 { color: #5FB2BD; opacity: 0.8; }

<p style="color:#5FB2BD;opacity:0.8;">80%</p>

Text with #5FB2BD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5FB2BD;}

<p style="text-shadow: 3px 3px 1px #5FB2BD">Text here.</p>

This text has shadow with #5FB2BD color.


.textShadow {text-shadow: 3px 3px 1px #5FB2BD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5FB2BD, 5px 5px 20px red">Text here.</p>

This text has shadow with #5FB2BD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5FB2BD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5FB2BD, Direction=45, Strength=4)">Text</p>

This text has shadow with #5FB2BD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5FB2BD;
-webkit-box-shadow: 1px 1px 3px 2px #5FB2BD;
box-shadow: 1px 1px 3px 2px #5FB2BD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5FB2BD; -webkit-box-shadow: 1px 1px 3px 2px #5FB2BD; box-shadow:1px 1px 3px 2px #5FB2BD;">
Div content here
</div>

This div box has shadow with color #5FB2BD.

Preview

Color preview on black background

This text has color #5FB2BD on black background.


Color preview on white background

This text has color #5FB2BD on white background.


Black color preview on #5FB2BD background

This text has black color on #5FB2BD background.


White color preview on #5FB2BD background

This text has white color on #5FB2BD background.


Related colors

Complementary color

Complementary color for #hex is #A04D42.


I love getcolorcode.com

Triadic colors

1 #BD5FB2 and #B2BD5F with #5FB2BD are triadic colors.

2 #BDB25F and #B25FBD with #5FB2BD are triadic colors.