COLOR #99DDE8

HEX: #99DDE8 RGB: (153,221,232)

Color info

#99DDE8 contains mainly green and blue colors. Web safe color of #99DDE8 is #99CCFF (or #9CF).

RGB color model

#99DDE8 color RGB value is (153,221,232).

RGB: (153,221,232) (60%, 87%, 91%)

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 232 of 255 = 91%

153
221
232

R + G + B ~ 79%. #99DDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 221 + 232 = 606 (100%)
R 153 of 606 ~ 25.25%
G 221 of 606 ~ 36.47%
B 232 of 606 ~ 38.28'%

%25.25
%36.47
%38.28

CMYK color model

#99DDE8 color CMYK value is (34,5,0,9).

  • cyan value is 34.05%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (34,5,0,9)
C34M5Y0K9 (34%, 5%, 0%, 9%)
(0.34 / 0.05 / 0.00 / 0.09)

CMYK percentages

%34.05
%4.74
%0
%9.02

Codes

Color #99DDE8 in popluar color models

99 DD E8
RGB 153 221 232
HSL 188° 63.20% 75.49%
HSB/HSV 188° 34.05% 90.98%
CMYK 34.05% 4.74% 0.00%
9.02%

Color #99DDE8 in popluar number systems.

HEX 99 DD E8
Decimal 153 221 232
Binary 10011001 11011101 11101000
Octal 231 335 350

Shades and tints

Shades of #99DDE8

#99DDE8
(153,221,232)
#8CC9D3
(140,201,211)
#7FB5BE
(127,181,190)
#72A1A9
(114,161,169)
#658D94
(101,141,148)
#58797F
(88,121,127)
#4B656A
(75,101,106)
#3E5155
(62,81,85)
#313D40
(49,61,64)
#24292B
(36,41,43)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #99DDE8

#99DDE8
(153,221,232)
#A2E0EA
(162,224,234)
#ABE3EC
(171,227,236)
#B4E6EE
(180,230,238)
#BDE9F0
(189,233,240)
#C6ECF2
(198,236,242)
#CFEFF4
(207,239,244)
#D8F2F6
(216,242,246)
#E1F5F8
(225,245,248)
#EAF8FA
(234,248,250)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DDE8; }

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

This text font color is #99DDE8.

Background Color

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

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

This div background color is #99DDE8.

Border color

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

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

This div border color is #99DDE8.

Opacity

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

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

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

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

This text has shadow with #99DDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99DDE8.

Preview

Color preview on black background

This text has color #99DDE8 on black background.


Color preview on white background

This text has color #99DDE8 on white background.


Black color preview on #99DDE8 background

This text has black color on #99DDE8 background.


White color preview on #99DDE8 background

This text has white color on #99DDE8 background.


Related colors

Complementary color

Complementary color for #hex is #662217.


I love getcolorcode.com

Triadic colors

1 #E899DD and #DDE899 with #99DDE8 are triadic colors.

2 #E8DD99 and #DD99E8 with #99DDE8 are triadic colors.