COLOR #C9DDC6

HEX: #C9DDC6
RGB: (201,221,198)

Color info

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

RGB color model

#C9DDC6 color RGB value is (201,221,198).

  • red value is 201;
  • green value is 221;
  • blue value is 198.
RGB:
(201,221,198)
(79%,87%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 198 of 255 = 78%

201
221
198

R + G + B ~ 81%. #C9DDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 198 = 620 (100%)
R 201 of 620 ~ 32.42%
G 221 of 620 ~ 35.65%
B 198 of 620 ~ 31.94%

%32.42
%35.65
%31.94

CMYK color model

#C9DDC6 color CMYK value is (9,0,10,13).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(9,0,10,13)
C9M0Y10K13 
(9%,0%,10%,13%)
(0.09/0.00/0.10/0.13)	

CMYK percentages

%9.05
%0
%10.41
%13.33

Codes

Color #C9DDC6 in popluar color models

C9DDC6
RGB201221198
HSL112°25.27%82.16%
HSB/HSV112°10.41%86.67%
CMYK9.05%0.00%10.41%
13.33%

Color #C9DDC6 in popluar number systems.

HEXC9DDC6
Decimal201221198
Binary110010011101110111000110
Octal311335306

Shades and tints

Shades of #C9DDC6

#C9DDC6
(201,221,198)
#B7C9B4
(183,201,180)
#A5B5A2
(165,181,162)
#93A190
(147,161,144)
#818D7E
(129,141,126)
#6F796C
(111,121,108)
#5D655A
(93,101,90)
#4B5148
(75,81,72)
#393D36
(57,61,54)
#272924
(39,41,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C9DDC6

#C9DDC6
(201,221,198)
#CDE0CB
(205,224,203)
#D1E3D0
(209,227,208)
#D5E6D5
(213,230,213)
#D9E9DA
(217,233,218)
#DDECDF
(221,236,223)
#E1EFE4
(225,239,228)
#E5F2E9
(229,242,233)
#E9F5EE
(233,245,238)
#EDF8F3
(237,248,243)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDC6; }

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

This text font color is #C9DDC6.


Background Color

.myBgColor { background-color: #C9DDC6; }

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

This div background color is #C9DDC6.


Border color

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

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

This div border color is #C9DDC6.


Opacity

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

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

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

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

This text has shadow with #C9DDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDC6 on black background.


Color preview on white background

This text has color #C9DDC6 on white background.



Black color preview on #C9DDC6 background

This text has black color on #C9DDC6 background.


White color preview on #C9DDC6 background

This text has white color on #C9DDC6 background.