COLOR #99CED8

HEX: #99CED8 RGB: (153,206,216)

Color info

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

RGB color model

#99CED8 color RGB value is (153,206,216).

RGB: (153,206,216) (60%, 81%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 206 of 255 = 81%
B 216 of 255 = 85%

153
206
216

R + G + B ~ 75%. #99CED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 206 + 216 = 575 (100%)
R 153 of 575 ~ 26.61%
G 206 of 575 ~ 35.83%
B 216 of 575 ~ 37.57'%

%26.61
%35.83
%37.57

CMYK color model

#99CED8 color CMYK value is (29,5,0,15).

  • cyan value is 29.17%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (29,5,0,15) C29M5Y0K15 (29%,5%,0%,15%) (0.29/0.05/0.00/0.15) 

CMYK percentages

%29.17
%4.63
%0
%15.29

Codes

Color #99CED8 in popluar color models

99 CE D8
RGB 153 206 216
HSL 190° 44.68% 72.35%
HSB/HSV 190° 29.17% 84.71%
CMYK 29.17% 4.63% 0.00%
15.29%

Color #99CED8 in popluar number systems.

HEX 99 CE D8
Decimal 153 206 216
Binary 10011001 11001110 11011000
Octal 231 316 330

Shades and tints

Shades of #99CED8

#99CED8
(153,206,216)
#8CBCC5
(140,188,197)
#7FAAB2
(127,170,178)
#72989F
(114,152,159)
#65868C
(101,134,140)
#587479
(88,116,121)
#4B6266
(75,98,102)
#3E5053
(62,80,83)
#313E40
(49,62,64)
#242C2D
(36,44,45)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #99CED8

#99CED8
(153,206,216)
#A2D2DB
(162,210,219)
#ABD6DE
(171,214,222)
#B4DAE1
(180,218,225)
#BDDEE4
(189,222,228)
#C6E2E7
(198,226,231)
#CFE6EA
(207,230,234)
#D8EAED
(216,234,237)
#E1EEF0
(225,238,240)
#EAF2F3
(234,242,243)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CED8; }

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

This text font color is #99CED8.

Background Color

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

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

This div background color is #99CED8.

Border color

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

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

This div border color is #99CED8.

Opacity

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

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

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

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

This text has shadow with #99CED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CED8.

Preview

Color preview on black background

This text has color #99CED8 on black background.


Color preview on white background

This text has color #99CED8 on white background.


Black color preview on #99CED8 background

This text has black color on #99CED8 background.


White color preview on #99CED8 background

This text has white color on #99CED8 background.


Related colors

Complementary color

Complementary color for #hex is #663127.


I love getcolorcode.com

Triadic colors

1 #D899CE and #CED899 with #99CED8 are triadic colors.

2 #D8CE99 and #CE99D8 with #99CED8 are triadic colors.