COLOR #C9CFEC

HEX: #C9CFEC RGB: (201,207,236)

Color info

#C9CFEC contains red, green and blue colors in about the same proportion. Web safe color of #C9CFEC is #CCCCFF (or #CCF).

RGB color model

#C9CFEC color RGB value is (201,207,236).

RGB: (201,207,236) (79%, 81%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 236 of 255 = 93%

201
207
236

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

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 236 = 644 (100%)
R 201 of 644 ~ 31.21%
G 207 of 644 ~ 32.14%
B 236 of 644 ~ 36.65'%

%31.21
%32.14
%36.65

CMYK color model

#C9CFEC color CMYK value is (15,12,0,7).

  • cyan value is 14.83%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,12,0,7)
C15M12Y0K7 (15%, 12%, 0%, 7%)
(0.15 / 0.12 / 0.00 / 0.07)

CMYK percentages

%14.83
%12.29
%0
%7.45

Codes

Color #C9CFEC in popluar color models

C9 CF EC
RGB 201 207 236
HSL 230° 47.95% 85.69%
HSB/HSV 230° 14.83% 92.55%
CMYK 14.83% 12.29% 0.00%
7.45%

Color #C9CFEC in popluar number systems.

HEX C9 CF EC
Decimal 201 207 236
Binary 11001001 11001111 11101100
Octal 311 317 354

Shades and tints

Shades of #C9CFEC

#C9CFEC
(201,207,236)
#B7BDD7
(183,189,215)
#A5ABC2
(165,171,194)
#9399AD
(147,153,173)
#818798
(129,135,152)
#6F7583
(111,117,131)
#5D636E
(93,99,110)
#4B5159
(75,81,89)
#393F44
(57,63,68)
#272D2F
(39,45,47)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #C9CFEC

#C9CFEC
(201,207,236)
#CDD3ED
(205,211,237)
#D1D7EE
(209,215,238)
#D5DBEF
(213,219,239)
#D9DFF0
(217,223,240)
#DDE3F1
(221,227,241)
#E1E7F2
(225,231,242)
#E5EBF3
(229,235,243)
#E9EFF4
(233,239,244)
#EDF3F5
(237,243,245)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFEC; }

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

This text font color is #C9CFEC.

Background Color

.myBgColor { background-color: #C9CFEC; }

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

This div background color is #C9CFEC.

Border color

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

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

This div border color is #C9CFEC.

Opacity

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

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

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

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

This text has shadow with #C9CFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFEC.

Preview

Color preview on black background

This text has color #C9CFEC on black background.


Color preview on white background

This text has color #C9CFEC on white background.


Black color preview on #C9CFEC background

This text has black color on #C9CFEC background.


White color preview on #C9CFEC background

This text has white color on #C9CFEC background.


Related colors

Complementary color

Complementary color for #hex is #363013.


I love getcolorcode.com

Triadic colors

1 #ECC9CF and #CFECC9 with #C9CFEC are triadic colors.

2 #ECCFC9 and #CFC9EC with #C9CFEC are triadic colors.