COLOR #99D0B4

HEX: #99D0B4 RGB: (153,208,180)

Color info

#99D0B4 contains red, green and blue colors in about the same proportion. Web safe color of #99D0B4 is #99CCCC (or #9CC).

RGB color model

#99D0B4 color RGB value is (153,208,180).

RGB: (153,208,180) (60%, 82%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 180 of 255 = 71%

153
208
180

R + G + B ~ 71%. #99D0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 208 + 180 = 541 (100%)
R 153 of 541 ~ 28.28%
G 208 of 541 ~ 38.45%
B 180 of 541 ~ 33.27'%

%28.28
%38.45
%33.27

CMYK color model

#99D0B4 color CMYK value is (26,0,13,18).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 18.43%

CMYK: (26,0,13,18)
C26M0Y13K18 (26%, 0%, 13%, 18%)
(0.26 / 0.00 / 0.13 / 0.18)

CMYK percentages

%26.44
%0
%13.46
%18.43

Codes

Color #99D0B4 in popluar color models

99 D0 B4
RGB 153 208 180
HSL 149° 36.91% 70.78%
HSB/HSV 149° 26.44% 81.57%
CMYK 26.44% 0.00% 13.46%
18.43%

Color #99D0B4 in popluar number systems.

HEX 99 D0 B4
Decimal 153 208 180
Binary 10011001 11010000 10110100
Octal 231 320 264

Shades and tints

Shades of #99D0B4

#99D0B4
(153,208,180)
#8CBEA4
(140,190,164)
#7FAC94
(127,172,148)
#729A84
(114,154,132)
#658874
(101,136,116)
#587664
(88,118,100)
#4B6454
(75,100,84)
#3E5244
(62,82,68)
#314034
(49,64,52)
#242E24
(36,46,36)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #99D0B4

#99D0B4
(153,208,180)
#A2D4BA
(162,212,186)
#ABD8C0
(171,216,192)
#B4DCC6
(180,220,198)
#BDE0CC
(189,224,204)
#C6E4D2
(198,228,210)
#CFE8D8
(207,232,216)
#D8ECDE
(216,236,222)
#E1F0E4
(225,240,228)
#EAF4EA
(234,244,234)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D0B4 color. Also use rgb(153,208,180) instead hex code.

Text Font Color

.myTextColor { color: #99D0B4; }

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

This text font color is #99D0B4.

Background Color

.myBgColor { background-color: #99D0B4; }

<div style="background-color:#99D0B4">Inner text</div>

This div background color is #99D0B4.

Border color

.myBorderColor { border: 1px solid #99D0B4; }

<div style="border:3px solid #99D0B4">Div</div>

This div border color is #99D0B4.

Opacity

.myOpacity80 { color: #99D0B4; opacity: 0.8; }

<p style="color:#99D0B4;opacity:0.8;">80%</p>

Text with #99D0B4 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 #99D0B4;}

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

This text has shadow with #99D0B4 color.


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

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

This text has shadow with #99D0B4 primary color and red secondary color.


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

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

This text has shadow with #99D0B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99D0B4.

Preview

Color preview on black background

This text has color #99D0B4 on black background.


Color preview on white background

This text has color #99D0B4 on white background.


Black color preview on #99D0B4 background

This text has black color on #99D0B4 background.


White color preview on #99D0B4 background

This text has white color on #99D0B4 background.


Related colors

Complementary color

Complementary color for #hex is #662F4B.


I love getcolorcode.com

Triadic colors

1 #B499D0 and #D0B499 with #99D0B4 are triadic colors.

2 #B4D099 and #D099B4 with #99D0B4 are triadic colors.