COLOR #99D4CA

HEX: #99D4CA RGB: (153,212,202)

Color info

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

RGB color model

#99D4CA color RGB value is (153,212,202).

RGB: (153,212,202) (60%, 83%, 79%)

RGB channels and saturation

R 153 of 255 = 60%
G 212 of 255 = 83%
B 202 of 255 = 79%

153
212
202

R + G + B ~ 74%. #99D4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 212 + 202 = 567 (100%)
R 153 of 567 ~ 26.98%
G 212 of 567 ~ 37.39%
B 202 of 567 ~ 35.63'%

%26.98
%37.39
%35.63

CMYK color model

#99D4CA color CMYK value is (28,0,5,17).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK: (28,0,5,17) C28M0Y5K17 (28%,0%,5%,17%) (0.28/0.00/0.05/0.17) 

CMYK percentages

%27.83
%0
%4.72
%16.86

Codes

Color #99D4CA in popluar color models

99 D4 CA
RGB 153 212 202
HSL 170° 40.69% 71.57%
HSB/HSV 170° 27.83% 83.14%
CMYK 27.83% 0.00% 4.72%
16.86%

Color #99D4CA in popluar number systems.

HEX 99 D4 CA
Decimal 153 212 202
Binary 10011001 11010100 11001010
Octal 231 324 312

Shades and tints

Shades of #99D4CA

#99D4CA
(153,212,202)
#8CC1B8
(140,193,184)
#7FAEA6
(127,174,166)
#729B94
(114,155,148)
#658882
(101,136,130)
#587570
(88,117,112)
#4B625E
(75,98,94)
#3E4F4C
(62,79,76)
#313C3A
(49,60,58)
#242928
(36,41,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #99D4CA

#99D4CA
(153,212,202)
#A2D7CE
(162,215,206)
#ABDAD2
(171,218,210)
#B4DDD6
(180,221,214)
#BDE0DA
(189,224,218)
#C6E3DE
(198,227,222)
#CFE6E2
(207,230,226)
#D8E9E6
(216,233,230)
#E1ECEA
(225,236,234)
#EAEFEE
(234,239,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D4CA color. Also use rgb(153,212,202) instead hex code.

Text Font Color

.myTextColor { color: #99D4CA; }

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

This text font color is #99D4CA.

Background Color

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

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

This div background color is #99D4CA.

Border color

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

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

This div border color is #99D4CA.

Opacity

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

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

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

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

This text has shadow with #99D4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D4CA.

Preview

Color preview on black background

This text has color #99D4CA on black background.


Color preview on white background

This text has color #99D4CA on white background.


Black color preview on #99D4CA background

This text has black color on #99D4CA background.


White color preview on #99D4CA background

This text has white color on #99D4CA background.


Related colors

Complementary color

Complementary color for #hex is #662B35.


I love getcolorcode.com

Triadic colors

1 #CA99D4 and #D4CA99 with #99D4CA are triadic colors.

2 #CAD499 and #D499CA with #99D4CA are triadic colors.