COLOR #C9DCDC

HEX: #C9DCDC RGB: (201,220,220)

Color info

#C9DCDC contains red, green and blue colors in about the same proportion. Web safe color of #C9DCDC is #CCCCCC (or #CCC).

RGB color model

#C9DCDC color RGB value is (201,220,220).

RGB: (201,220,220) (79%, 86%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 220 of 255 = 86%
B 220 of 255 = 86%

201
220
220

R + G + B ~ 84%. #C9DCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 220 + 220 = 641 (100%)
R 201 of 641 ~ 31.36%
G 220 of 641 ~ 34.32%
B 220 of 641 ~ 34.32'%

%31.36
%34.32
%34.32

CMYK color model

#C9DCDC color CMYK value is (9,0,0,14).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,0,0,14)
C9M0Y0K14 (9%, 0%, 0%, 14%)
(0.09 / 0.00 / 0.00 / 0.14)

CMYK percentages

%8.64
%0
%0
%13.73

Codes

Color #C9DCDC in popluar color models

C9 DC DC
RGB 201 220 220
HSL 180° 21.35% 82.55%
HSB/HSV 180° 8.64% 86.27%
CMYK 8.64% 0.00% 0.00%
13.73%

Color #C9DCDC in popluar number systems.

HEX C9 DC DC
Decimal 201 220 220
Binary 11001001 11011100 11011100
Octal 311 334 334

Shades and tints

Shades of #C9DCDC

#C9DCDC
(201,220,220)
#B7C8C8
(183,200,200)
#A5B4B4
(165,180,180)
#93A0A0
(147,160,160)
#818C8C
(129,140,140)
#6F7878
(111,120,120)
#5D6464
(93,100,100)
#4B5050
(75,80,80)
#393C3C
(57,60,60)
#272828
(39,40,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #C9DCDC

#C9DCDC
(201,220,220)
#CDDFDF
(205,223,223)
#D1E2E2
(209,226,226)
#D5E5E5
(213,229,229)
#D9E8E8
(217,232,232)
#DDEBEB
(221,235,235)
#E1EEEE
(225,238,238)
#E5F1F1
(229,241,241)
#E9F4F4
(233,244,244)
#EDF7F7
(237,247,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DCDC color. Also use rgb(201,220,220) instead hex code.

Text Font Color

.myTextColor { color: #C9DCDC; }

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

This text font color is #C9DCDC.

Background Color

.myBgColor { background-color: #C9DCDC; }

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

This div background color is #C9DCDC.

Border color

.myBorderColor { border: 1px solid #C9DCDC; }

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

This div border color is #C9DCDC.

Opacity

.myOpacity80 { color: #C9DCDC; opacity: 0.8; }

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

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

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

This text has shadow with #C9DCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DCDC.

Preview

Color preview on black background

This text has color #C9DCDC on black background.


Color preview on white background

This text has color #C9DCDC on white background.


Black color preview on #C9DCDC background

This text has black color on #C9DCDC background.


White color preview on #C9DCDC background

This text has white color on #C9DCDC background.


Related colors

Complementary color

Complementary color for #hex is #362323.


I love getcolorcode.com