COLOR #99CEB4

HEX: #99CEB4 RGB: (153,206,180)

Color info

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

RGB color model

#99CEB4 color RGB value is (153,206,180).

RGB: (153,206,180) (60%, 81%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 206 of 255 = 81%
B 180 of 255 = 71%

153
206
180

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

Portions of RGB colors in percentages

R + G + B = 153 + 206 + 180 = 539 (100%)
R 153 of 539 ~ 28.39%
G 206 of 539 ~ 38.22%
B 180 of 539 ~ 33.4'%

%28.39
%38.22
%33.4

CMYK color model

#99CEB4 color CMYK value is (26,0,13,19).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 19.22%

CMYK: (26,0,13,19)
C26M0Y13K19 (26%, 0%, 13%, 19%)
(0.26 / 0.00 / 0.13 / 0.19)

CMYK percentages

%25.73
%0
%12.62
%19.22

Codes

Color #99CEB4 in popluar color models

99 CE B4
RGB 153 206 180
HSL 151° 35.10% 70.39%
HSB/HSV 151° 25.73% 80.78%
CMYK 25.73% 0.00% 12.62%
19.22%

Color #99CEB4 in popluar number systems.

HEX 99 CE B4
Decimal 153 206 180
Binary 10011001 11001110 10110100
Octal 231 316 264

Shades and tints

Shades of #99CEB4

#99CEB4
(153,206,180)
#8CBCA4
(140,188,164)
#7FAA94
(127,170,148)
#729884
(114,152,132)
#658674
(101,134,116)
#587464
(88,116,100)
#4B6254
(75,98,84)
#3E5044
(62,80,68)
#313E34
(49,62,52)
#242C24
(36,44,36)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #99CEB4

#99CEB4
(153,206,180)
#A2D2BA
(162,210,186)
#ABD6C0
(171,214,192)
#B4DAC6
(180,218,198)
#BDDECC
(189,222,204)
#C6E2D2
(198,226,210)
#CFE6D8
(207,230,216)
#D8EADE
(216,234,222)
#E1EEE4
(225,238,228)
#EAF2EA
(234,242,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CEB4; }

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

This text font color is #99CEB4.

Background Color

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

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

This div background color is #99CEB4.

Border color

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

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

This div border color is #99CEB4.

Opacity

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

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

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

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

This text has shadow with #99CEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CEB4.

Preview

Color preview on black background

This text has color #99CEB4 on black background.


Color preview on white background

This text has color #99CEB4 on white background.


Black color preview on #99CEB4 background

This text has black color on #99CEB4 background.


White color preview on #99CEB4 background

This text has white color on #99CEB4 background.


Related colors

Complementary color

Complementary color for #hex is #66314B.


I love getcolorcode.com

Triadic colors

1 #B499CE and #CEB499 with #99CEB4 are triadic colors.

2 #B4CE99 and #CE99B4 with #99CEB4 are triadic colors.