COLOR #5E9899

HEX: #5E9899 RGB: (94,152,153)

Color info

#5E9899 contains red, green and blue colors in about the same proportion. Web safe color of #5E9899 is #669999 (or #699).

RGB color model

#5E9899 color RGB value is (94,152,153).

RGB: (94,152,153) (37%, 60%, 60%)

RGB channels and saturation

R 94 of 255 = 37%
G 152 of 255 = 60%
B 153 of 255 = 60%

94
152
153

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

Portions of RGB colors in percentages

R + G + B = 94 + 152 + 153 = 399 (100%)
R 94 of 399 ~ 23.56%
G 152 of 399 ~ 38.1%
B 153 of 399 ~ 38.35'%

%23.56
%38.1
%38.35

CMYK color model

#5E9899 color CMYK value is (39,1,0,40).

  • cyan value is 38.56%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (39,1,0,40)
C39M1Y0K40 (39%, 1%, 0%, 40%)
(0.39 / 0.01 / 0.00 / 0.40)

CMYK percentages

%38.56
%0.65
%0
%40

Codes

Color #5E9899 in popluar color models

5E 98 99
RGB 94 152 153
HSL 181° 23.89% 48.43%
HSB/HSV 181° 38.56% 60.00%
CMYK 38.56% 0.65% 0.00%
40.00%

Color #5E9899 in popluar number systems.

HEX 5E 98 99
Decimal 94 152 153
Binary 1011110 10011000 10011001
Octal 136 230 231

Shades and tints

Shades of #5E9899

#5E9899
(94,152,153)
#568B8C
(86,139,140)
#4E7E7F
(78,126,127)
#467172
(70,113,114)
#3E6465
(62,100,101)
#365758
(54,87,88)
#2E4A4B
(46,74,75)
#263D3E
(38,61,62)
#1E3031
(30,48,49)
#162324
(22,35,36)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #5E9899

#5E9899
(94,152,153)
#6CA1A2
(108,161,162)
#7AAAAB
(122,170,171)
#88B3B4
(136,179,180)
#96BCBD
(150,188,189)
#A4C5C6
(164,197,198)
#B2CECF
(178,206,207)
#C0D7D8
(192,215,216)
#CEE0E1
(206,224,225)
#DCE9EA
(220,233,234)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9899 color. Also use rgb(94,152,153) instead hex code.

Text Font Color

.myTextColor { color: #5E9899; }

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

This text font color is #5E9899.

Background Color

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

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

This div background color is #5E9899.

Border color

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

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

This div border color is #5E9899.

Opacity

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

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

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

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

This text has shadow with #5E9899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9899.

Preview

Color preview on black background

This text has color #5E9899 on black background.


Color preview on white background

This text has color #5E9899 on white background.


Black color preview on #5E9899 background

This text has black color on #5E9899 background.


White color preview on #5E9899 background

This text has white color on #5E9899 background.


Related colors

Complementary color

Complementary color for #hex is #A16766.


I love getcolorcode.com

Triadic colors

1 #995E98 and #98995E with #5E9899 are triadic colors.

2 #99985E and #985E99 with #5E9899 are triadic colors.