COLOR #C9CFEF

HEX: #C9CFEF
RGB: (201,207,239)

Color info

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

RGB color model

#C9CFEF color RGB value is (201,207,239).

  • red value is 201;
  • green value is 207;
  • blue value is 239.
RGB:
(201,207,239)
(79%,81%,94%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 239 of 255 = 94%

201
207
239

R + G + B ~ 85%. #C9CFEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 239 = 647 (100%)
R 201 of 647 ~ 31.07%
G 207 of 647 ~ 31.99%
B 239 of 647 ~ 36.94%

%31.07
%31.99
%36.94

CMYK color model

#C9CFEF color CMYK value is (16,13,0,6).

  • cyan value is 15.90%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,13,0,6)
C16M13Y0K6 
(16%,13%,0%,6%)
(0.16/0.13/0.00/0.06)	

CMYK percentages

%15.9
%13.39
%0
%6.27

Codes

Color #C9CFEF in popluar color models

C9CFEF
RGB201207239
HSL231°54.29%86.27%
HSB/HSV231°15.90%93.73%
CMYK15.90%13.39%0.00%
6.27%

Color #C9CFEF in popluar number systems.

HEXC9CFEF
Decimal201207239
Binary110010011100111111101111
Octal311317357

Shades and tints

Shades of #C9CFEF

#C9CFEF
(201,207,239)
#B7BDDA
(183,189,218)
#A5ABC5
(165,171,197)
#9399B0
(147,153,176)
#81879B
(129,135,155)
#6F7586
(111,117,134)
#5D6371
(93,99,113)
#4B515C
(75,81,92)
#393F47
(57,63,71)
#272D32
(39,45,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #C9CFEF

#C9CFEF
(201,207,239)
#CDD3F0
(205,211,240)
#D1D7F1
(209,215,241)
#D5DBF2
(213,219,242)
#D9DFF3
(217,223,243)
#DDE3F4
(221,227,244)
#E1E7F5
(225,231,245)
#E5EBF6
(229,235,246)
#E9EFF7
(233,239,247)
#EDF3F8
(237,243,248)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFEF; }

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

This text font color is #C9CFEF.


Background Color

.myBgColor { background-color: #C9CFEF; }

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

This div background color is #C9CFEF.


Border color

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

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

This div border color is #C9CFEF.


Opacity

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

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

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

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

This text has shadow with #C9CFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CFEF on black background.


Color preview on white background

This text has color #C9CFEF on white background.



Black color preview on #C9CFEF background

This text has black color on #C9CFEF background.


White color preview on #C9CFEF background

This text has white color on #C9CFEF background.