COLOR #5FAEBE

HEX: #5FAEBE
RGB: (95,174,190)

Color info

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

RGB color model

#5FAEBE color RGB value is (95,174,190).

  • red value is 95;
  • green value is 174;
  • blue value is 190.
RGB:
(95,174,190)
(37%,68%,75%)

RGB channels and saturation

R 95 of 255 = 37%
G 174 of 255 = 68%
B 190 of 255 = 75%

95
174
190

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

Portions of RGB colors in percentages

R + G + B =
95 + 174 + 190 = 459 (100%)
R 95 of 459 ~ 20.7%
G 174 of 459 ~ 37.91%
B 190 of 459 ~ 41.39%

%20.7
%37.91
%41.39

CMYK color model

#5FAEBE color CMYK value is (50,8,0,25).

  • cyan value is 50.00%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(50,8,0,25)
C50M8Y0K25 
(50%,8%,0%,25%)
(0.50/0.08/0.00/0.25)	

CMYK percentages

%50
%8.42
%0
%25.49

Codes

Color #5FAEBE in popluar color models

5FAEBE
RGB95174190
HSL190°42.22%55.88%
HSB/HSV190°50.00%74.51%
CMYK50.00%8.42%0.00%
25.49%

Color #5FAEBE in popluar number systems.

HEX5FAEBE
Decimal95174190
Binary10111111010111010111110
Octal137256276

Shades and tints

Shades of #5FAEBE

#5FAEBE
(95,174,190)
#579FAD
(87,159,173)
#4F909C
(79,144,156)
#47818B
(71,129,139)
#3F727A
(63,114,122)
#376369
(55,99,105)
#2F5458
(47,84,88)
#274547
(39,69,71)
#1F3636
(31,54,54)
#172725
(23,39,37)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #5FAEBE

#5FAEBE
(95,174,190)
#6DB5C3
(109,181,195)
#7BBCC8
(123,188,200)
#89C3CD
(137,195,205)
#97CAD2
(151,202,210)
#A5D1D7
(165,209,215)
#B3D8DC
(179,216,220)
#C1DFE1
(193,223,225)
#CFE6E6
(207,230,230)
#DDEDEB
(221,237,235)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAEBE color. Also use rgb(95,174,190) instead hex code.

Text Font Color

.myTextColor { color: #5FAEBE; }

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

This text font color is #5FAEBE.


Background Color

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

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

This div background color is #5FAEBE.


Border color

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

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

This div border color is #5FAEBE.


Opacity

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

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

Text with #5FAEBE 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 #5FAEBE;}

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

This text has shadow with #5FAEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAEBE on black background.


Color preview on white background

This text has color #5FAEBE on white background.



Black color preview on #5FAEBE background

This text has black color on #5FAEBE background.


White color preview on #5FAEBE background

This text has white color on #5FAEBE background.