COLOR #99D2C4

HEX: #99D2C4 RGB: (153,210,196)

Color info

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

RGB color model

#99D2C4 color RGB value is (153,210,196).

RGB: (153,210,196) (60%, 82%, 77%)

RGB channels and saturation

R 153 of 255 = 60%
G 210 of 255 = 82%
B 196 of 255 = 77%

153
210
196

R + G + B ~ 73%. #99D2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 210 + 196 = 559 (100%)
R 153 of 559 ~ 27.37%
G 210 of 559 ~ 37.57%
B 196 of 559 ~ 35.06'%

%27.37
%37.57
%35.06

CMYK color model

#99D2C4 color CMYK value is (27,0,7,18).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 17.65%
CMYK: (27,0,7,18) C27M0Y7K18 (27%,0%,7%,18%) (0.27/0.00/0.07/0.18) 

CMYK percentages

%27.14
%0
%6.67
%17.65

Codes

Color #99D2C4 in popluar color models

99 D2 C4
RGB 153 210 196
HSL 165° 38.78% 71.18%
HSB/HSV 165° 27.14% 82.35%
CMYK 27.14% 0.00% 6.67%
17.65%

Color #99D2C4 in popluar number systems.

HEX 99 D2 C4
Decimal 153 210 196
Binary 10011001 11010010 11000100
Octal 231 322 304

Shades and tints

Shades of #99D2C4

#99D2C4
(153,210,196)
#8CBFB3
(140,191,179)
#7FACA2
(127,172,162)
#729991
(114,153,145)
#658680
(101,134,128)
#58736F
(88,115,111)
#4B605E
(75,96,94)
#3E4D4D
(62,77,77)
#313A3C
(49,58,60)
#24272B
(36,39,43)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #99D2C4

#99D2C4
(153,210,196)
#A2D6C9
(162,214,201)
#ABDACE
(171,218,206)
#B4DED3
(180,222,211)
#BDE2D8
(189,226,216)
#C6E6DD
(198,230,221)
#CFEAE2
(207,234,226)
#D8EEE7
(216,238,231)
#E1F2EC
(225,242,236)
#EAF6F1
(234,246,241)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D2C4 color. Also use rgb(153,210,196) instead hex code.

Text Font Color

.myTextColor { color: #99D2C4; }

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

This text font color is #99D2C4.

Background Color

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

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

This div background color is #99D2C4.

Border color

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

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

This div border color is #99D2C4.

Opacity

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

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

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

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

This text has shadow with #99D2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D2C4.

Preview

Color preview on black background

This text has color #99D2C4 on black background.


Color preview on white background

This text has color #99D2C4 on white background.


Black color preview on #99D2C4 background

This text has black color on #99D2C4 background.


White color preview on #99D2C4 background

This text has white color on #99D2C4 background.


Related colors

Complementary color

Complementary color for #hex is #662D3B.


I love getcolorcode.com

Triadic colors

1 #C499D2 and #D2C499 with #99D2C4 are triadic colors.

2 #C4D299 and #D299C4 with #99D2C4 are triadic colors.