COLOR #C9CEFD

HEX: #C9CEFD RGB: (201,206,253)

Color info

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

RGB color model

#C9CEFD color RGB value is (201,206,253).

RGB: (201,206,253) (79%, 81%, 99%)

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 253 of 255 = 99%

201
206
253

R + G + B ~ 86%. #C9CEFD is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 206 + 253 = 660 (100%)
R 201 of 660 ~ 30.45%
G 206 of 660 ~ 31.21%
B 253 of 660 ~ 38.33'%

%30.45
%31.21
%38.33

CMYK color model

#C9CEFD color CMYK value is (21,19,0,1).

  • cyan value is 20.55%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,19,0,1)
C21M19Y0K1 (21%, 19%, 0%, 1%)
(0.21 / 0.19 / 0.00 / 0.01)

CMYK percentages

%20.55
%18.58
%0
%0.78

Codes

Color #C9CEFD in popluar color models

C9 CE FD
RGB 201 206 253
HSL 234° 92.86% 89.02%
HSB/HSV 234° 20.55% 99.22%
CMYK 20.55% 18.58% 0.00%
0.78%

Color #C9CEFD in popluar number systems.

HEX C9 CE FD
Decimal 201 206 253
Binary 11001001 11001110 11111101
Octal 311 316 375

Shades and tints

Shades of #C9CEFD

#C9CEFD
(201,206,253)
#B7BCE6
(183,188,230)
#A5AACF
(165,170,207)
#9398B8
(147,152,184)
#8186A1
(129,134,161)
#6F748A
(111,116,138)
#5D6273
(93,98,115)
#4B505C
(75,80,92)
#393E45
(57,62,69)
#272C2E
(39,44,46)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9CEFD

#C9CEFD
(201,206,253)
#CDD2FD
(205,210,253)
#D1D6FD
(209,214,253)
#D5DAFD
(213,218,253)
#D9DEFD
(217,222,253)
#DDE2FD
(221,226,253)
#E1E6FD
(225,230,253)
#E5EAFD
(229,234,253)
#E9EEFD
(233,238,253)
#EDF2FD
(237,242,253)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CEFD; }

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

This text font color is #C9CEFD.

Background Color

.myBgColor { background-color: #C9CEFD; }

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

This div background color is #C9CEFD.

Border color

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

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

This div border color is #C9CEFD.

Opacity

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

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

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

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

This text has shadow with #C9CEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CEFD.

Preview

Color preview on black background

This text has color #C9CEFD on black background.


Color preview on white background

This text has color #C9CEFD on white background.


Black color preview on #C9CEFD background

This text has black color on #C9CEFD background.


White color preview on #C9CEFD background

This text has white color on #C9CEFD background.


Related colors

Complementary color

Complementary color for #hex is #363102.


I love getcolorcode.com

Triadic colors

1 #FDC9CE and #CEFDC9 with #C9CEFD are triadic colors.

2 #FDCEC9 and #CEC9FD with #C9CEFD are triadic colors.