COLOR #99DDD4

HEX: #99DDD4 RGB: (153,221,212)

Color info

#99DDD4 contains mainly green and blue colors. Web safe color of #99DDD4 is #99CCCC (or #9CC).

RGB color model

#99DDD4 color RGB value is (153,221,212).

RGB: (153,221,212) (60%, 87%, 83%)

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 212 of 255 = 83%

153
221
212

R + G + B ~ 77%. #99DDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 221 + 212 = 586 (100%)
R 153 of 586 ~ 26.11%
G 221 of 586 ~ 37.71%
B 212 of 586 ~ 36.18'%

%26.11
%37.71
%36.18

CMYK color model

#99DDD4 color CMYK value is (31,0,4,13).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%

CMYK: (31,0,4,13)
C31M0Y4K13 (31%, 0%, 4%, 13%)
(0.31 / 0.00 / 0.04 / 0.13)

CMYK percentages

%30.77
%0
%4.07
%13.33

Codes

Color #99DDD4 in popluar color models

99 DD D4
RGB 153 221 212
HSL 172° 50.00% 73.33%
HSB/HSV 172° 30.77% 86.67%
CMYK 30.77% 0.00% 4.07%
13.33%

Color #99DDD4 in popluar number systems.

HEX 99 DD D4
Decimal 153 221 212
Binary 10011001 11011101 11010100
Octal 231 335 324

Shades and tints

Shades of #99DDD4

#99DDD4
(153,221,212)
#8CC9C1
(140,201,193)
#7FB5AE
(127,181,174)
#72A19B
(114,161,155)
#658D88
(101,141,136)
#587975
(88,121,117)
#4B6562
(75,101,98)
#3E514F
(62,81,79)
#313D3C
(49,61,60)
#242929
(36,41,41)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #99DDD4

#99DDD4
(153,221,212)
#A2E0D7
(162,224,215)
#ABE3DA
(171,227,218)
#B4E6DD
(180,230,221)
#BDE9E0
(189,233,224)
#C6ECE3
(198,236,227)
#CFEFE6
(207,239,230)
#D8F2E9
(216,242,233)
#E1F5EC
(225,245,236)
#EAF8EF
(234,248,239)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DDD4; }

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

This text font color is #99DDD4.

Background Color

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

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

This div background color is #99DDD4.

Border color

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

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

This div border color is #99DDD4.

Opacity

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

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

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

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

This text has shadow with #99DDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99DDD4.

Preview

Color preview on black background

This text has color #99DDD4 on black background.


Color preview on white background

This text has color #99DDD4 on white background.


Black color preview on #99DDD4 background

This text has black color on #99DDD4 background.


White color preview on #99DDD4 background

This text has white color on #99DDD4 background.


Related colors

Complementary color

Complementary color for #hex is #66222B.


I love getcolorcode.com

Triadic colors

1 #D499DD and #DDD499 with #99DDD4 are triadic colors.

2 #D4DD99 and #DD99D4 with #99DDD4 are triadic colors.