COLOR #99C2DA

HEX: #99C2DA RGB: (153,194,218)

Color info

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

RGB color model

#99C2DA color RGB value is (153,194,218).

RGB: (153,194,218) (60%, 76%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 218 of 255 = 85%

153
194
218

R + G + B ~ 74%. #99C2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 194 + 218 = 565 (100%)
R 153 of 565 ~ 27.08%
G 194 of 565 ~ 34.34%
B 218 of 565 ~ 38.58'%

%27.08
%34.34
%38.58

CMYK color model

#99C2DA color CMYK value is (30,11,0,15).

  • cyan value is 29.82%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,11,0,15)
C30M11Y0K15 (30%, 11%, 0%, 15%)
(0.30 / 0.11 / 0.00 / 0.15)

CMYK percentages

%29.82
%11.01
%0
%14.51

Codes

Color #99C2DA in popluar color models

99 C2 DA
RGB 153 194 218
HSL 202° 46.76% 72.75%
HSB/HSV 202° 29.82% 85.49%
CMYK 29.82% 11.01% 0.00%
14.51%

Color #99C2DA in popluar number systems.

HEX 99 C2 DA
Decimal 153 194 218
Binary 10011001 11000010 11011010
Octal 231 302 332

Shades and tints

Shades of #99C2DA

#99C2DA
(153,194,218)
#8CB1C7
(140,177,199)
#7FA0B4
(127,160,180)
#728FA1
(114,143,161)
#657E8E
(101,126,142)
#586D7B
(88,109,123)
#4B5C68
(75,92,104)
#3E4B55
(62,75,85)
#313A42
(49,58,66)
#24292F
(36,41,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #99C2DA

#99C2DA
(153,194,218)
#A2C7DD
(162,199,221)
#ABCCE0
(171,204,224)
#B4D1E3
(180,209,227)
#BDD6E6
(189,214,230)
#C6DBE9
(198,219,233)
#CFE0EC
(207,224,236)
#D8E5EF
(216,229,239)
#E1EAF2
(225,234,242)
#EAEFF5
(234,239,245)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C2DA color. Also use rgb(153,194,218) instead hex code.

Text Font Color

.myTextColor { color: #99C2DA; }

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

This text font color is #99C2DA.

Background Color

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

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

This div background color is #99C2DA.

Border color

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

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

This div border color is #99C2DA.

Opacity

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

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

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

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

This text has shadow with #99C2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C2DA.

Preview

Color preview on black background

This text has color #99C2DA on black background.


Color preview on white background

This text has color #99C2DA on white background.


Black color preview on #99C2DA background

This text has black color on #99C2DA background.


White color preview on #99C2DA background

This text has white color on #99C2DA background.


Related colors

Complementary color

Complementary color for #hex is #663D25.


I love getcolorcode.com

Triadic colors

1 #DA99C2 and #C2DA99 with #99C2DA are triadic colors.

2 #DAC299 and #C299DA with #99C2DA are triadic colors.