COLOR #99C7DF

HEX: #99C7DF RGB: (153,199,223)

Color info

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

RGB color model

#99C7DF color RGB value is (153,199,223).

RGB: (153,199,223) (60%, 78%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 199 of 255 = 78%
B 223 of 255 = 87%

153
199
223

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

Portions of RGB colors in percentages

R + G + B = 153 + 199 + 223 = 575 (100%)
R 153 of 575 ~ 26.61%
G 199 of 575 ~ 34.61%
B 223 of 575 ~ 38.78'%

%26.61
%34.61
%38.78

CMYK color model

#99C7DF color CMYK value is (31,11,0,13).

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

CMYK: (31,11,0,13)
C31M11Y0K13 (31%, 11%, 0%, 13%)
(0.31 / 0.11 / 0.00 / 0.13)

CMYK percentages

%31.39
%10.76
%0
%12.55

Codes

Color #99C7DF in popluar color models

99 C7 DF
RGB 153 199 223
HSL 201° 52.24% 73.73%
HSB/HSV 201° 31.39% 87.45%
CMYK 31.39% 10.76% 0.00%
12.55%

Color #99C7DF in popluar number systems.

HEX 99 C7 DF
Decimal 153 199 223
Binary 10011001 11000111 11011111
Octal 231 307 337

Shades and tints

Shades of #99C7DF

#99C7DF
(153,199,223)
#8CB5CB
(140,181,203)
#7FA3B7
(127,163,183)
#7291A3
(114,145,163)
#657F8F
(101,127,143)
#586D7B
(88,109,123)
#4B5B67
(75,91,103)
#3E4953
(62,73,83)
#31373F
(49,55,63)
#24252B
(36,37,43)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #99C7DF

#99C7DF
(153,199,223)
#A2CCE1
(162,204,225)
#ABD1E3
(171,209,227)
#B4D6E5
(180,214,229)
#BDDBE7
(189,219,231)
#C6E0E9
(198,224,233)
#CFE5EB
(207,229,235)
#D8EAED
(216,234,237)
#E1EFEF
(225,239,239)
#EAF4F1
(234,244,241)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C7DF; }

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

This text font color is #99C7DF.

Background Color

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

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

This div background color is #99C7DF.

Border color

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

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

This div border color is #99C7DF.

Opacity

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

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

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

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

This text has shadow with #99C7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C7DF.

Preview

Color preview on black background

This text has color #99C7DF on black background.


Color preview on white background

This text has color #99C7DF on white background.


Black color preview on #99C7DF background

This text has black color on #99C7DF background.


White color preview on #99C7DF background

This text has white color on #99C7DF background.


Related colors

Complementary color

Complementary color for #hex is #663820.


I love getcolorcode.com

Triadic colors

1 #DF99C7 and #C7DF99 with #99C7DF are triadic colors.

2 #DFC799 and #C799DF with #99C7DF are triadic colors.