COLOR #C9CAED

HEX: #C9CAED RGB: (201,202,237)

Color info

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

RGB color model

#C9CAED color RGB value is (201,202,237).

RGB: (201,202,237) (79%, 79%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 237 of 255 = 93%

201
202
237

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

Portions of RGB colors in percentages

R + G + B = 201 + 202 + 237 = 640 (100%)
R 201 of 640 ~ 31.41%
G 202 of 640 ~ 31.56%
B 237 of 640 ~ 37.03'%

%31.41
%31.56
%37.03

CMYK color model

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

  • cyan value is 15.19%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (15,15,0,7) C15M15Y0K7 (15%,15%,0%,7%) (0.15/0.15/0.00/0.07) 

CMYK percentages

%15.19
%14.77
%0
%7.06

Codes

Color #C9CAED in popluar color models

C9 CA ED
RGB 201 202 237
HSL 238° 50.00% 85.88%
HSB/HSV 238° 15.19% 92.94%
CMYK 15.19% 14.77% 0.00%
7.06%

Color #C9CAED in popluar number systems.

HEX C9 CA ED
Decimal 201 202 237
Binary 11001001 11001010 11101101
Octal 311 312 355

Shades and tints

Shades of #C9CAED

#C9CAED
(201,202,237)
#B7B8D8
(183,184,216)
#A5A6C3
(165,166,195)
#9394AE
(147,148,174)
#818299
(129,130,153)
#6F7084
(111,112,132)
#5D5E6F
(93,94,111)
#4B4C5A
(75,76,90)
#393A45
(57,58,69)
#272830
(39,40,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #C9CAED

#C9CAED
(201,202,237)
#CDCEEE
(205,206,238)
#D1D2EF
(209,210,239)
#D5D6F0
(213,214,240)
#D9DAF1
(217,218,241)
#DDDEF2
(221,222,242)
#E1E2F3
(225,226,243)
#E5E6F4
(229,230,244)
#E9EAF5
(233,234,245)
#EDEEF6
(237,238,246)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CAED; }

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

This text font color is #C9CAED.

Background Color

.myBgColor { background-color: #C9CAED; }

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

This div background color is #C9CAED.

Border color

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

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

This div border color is #C9CAED.

Opacity

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

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

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

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

This text has shadow with #C9CAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CAED.

Preview

Color preview on black background

This text has color #C9CAED on black background.


Color preview on white background

This text has color #C9CAED on white background.


Black color preview on #C9CAED background

This text has black color on #C9CAED background.


White color preview on #C9CAED background

This text has white color on #C9CAED background.


Related colors

Complementary color

Complementary color for #hex is #363512.


I love getcolorcode.com

Triadic colors

1 #EDC9CA and #CAEDC9 with #C9CAED are triadic colors.

2 #EDCAC9 and #CAC9ED with #C9CAED are triadic colors.