COLOR #99D0DF

HEX: #99D0DF RGB: (153,208,223)

Color info

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

RGB color model

#99D0DF color RGB value is (153,208,223).

RGB: (153,208,223) (60%, 82%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 223 of 255 = 87%

153
208
223

R + G + B ~ 76%. #99D0DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 208 + 223 = 584 (100%)
R 153 of 584 ~ 26.2%
G 208 of 584 ~ 35.62%
B 223 of 584 ~ 38.18'%

%26.2
%35.62
%38.18

CMYK color model

#99D0DF color CMYK value is (31,7,0,13).

  • cyan value is 31.39%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (31,7,0,13)
C31M7Y0K13 (31%, 7%, 0%, 13%)
(0.31 / 0.07 / 0.00 / 0.13)

CMYK percentages

%31.39
%6.73
%0
%12.55

Codes

Color #99D0DF in popluar color models

99 D0 DF
RGB 153 208 223
HSL 193° 52.24% 73.73%
HSB/HSV 193° 31.39% 87.45%
CMYK 31.39% 6.73% 0.00%
12.55%

Color #99D0DF in popluar number systems.

HEX 99 D0 DF
Decimal 153 208 223
Binary 10011001 11010000 11011111
Octal 231 320 337

Shades and tints

Shades of #99D0DF

#99D0DF
(153,208,223)
#8CBECB
(140,190,203)
#7FACB7
(127,172,183)
#729AA3
(114,154,163)
#65888F
(101,136,143)
#58767B
(88,118,123)
#4B6467
(75,100,103)
#3E5253
(62,82,83)
#31403F
(49,64,63)
#242E2B
(36,46,43)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #99D0DF

#99D0DF
(153,208,223)
#A2D4E1
(162,212,225)
#ABD8E3
(171,216,227)
#B4DCE5
(180,220,229)
#BDE0E7
(189,224,231)
#C6E4E9
(198,228,233)
#CFE8EB
(207,232,235)
#D8ECED
(216,236,237)
#E1F0EF
(225,240,239)
#EAF4F1
(234,244,241)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D0DF color. Also use rgb(153,208,223) instead hex code.

Text Font Color

.myTextColor { color: #99D0DF; }

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

This text font color is #99D0DF.

Background Color

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

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

This div background color is #99D0DF.

Border color

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

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

This div border color is #99D0DF.

Opacity

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

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

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

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

This text has shadow with #99D0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D0DF.

Preview

Color preview on black background

This text has color #99D0DF on black background.


Color preview on white background

This text has color #99D0DF on white background.


Black color preview on #99D0DF background

This text has black color on #99D0DF background.


White color preview on #99D0DF background

This text has white color on #99D0DF background.


Related colors

Complementary color

Complementary color for #hex is #662F20.


I love getcolorcode.com

Triadic colors

1 #DF99D0 and #D0DF99 with #99D0DF are triadic colors.

2 #DFD099 and #D099DF with #99D0DF are triadic colors.