COLOR #C9CAF9

HEX: #C9CAF9 RGB: (201,202,249)

Color info

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

RGB color model

#C9CAF9 color RGB value is (201,202,249).

RGB: (201,202,249) (79%, 79%, 98%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 249 of 255 = 98%

201
202
249

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

Portions of RGB colors in percentages

R + G + B = 201 + 202 + 249 = 652 (100%)
R 201 of 652 ~ 30.83%
G 202 of 652 ~ 30.98%
B 249 of 652 ~ 38.19'%

%30.83
%30.98
%38.19

CMYK color model

#C9CAF9 color CMYK value is (19,19,0,2).

  • cyan value is 19.28%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (19,19,0,2)
C19M19Y0K2 (19%, 19%, 0%, 2%)
(0.19 / 0.19 / 0.00 / 0.02)

CMYK percentages

%19.28
%18.88
%0
%2.35

Codes

Color #C9CAF9 in popluar color models

C9 CA F9
RGB 201 202 249
HSL 239° 80.00% 88.24%
HSB/HSV 239° 19.28% 97.65%
CMYK 19.28% 18.88% 0.00%
2.35%

Color #C9CAF9 in popluar number systems.

HEX C9 CA F9
Decimal 201 202 249
Binary 11001001 11001010 11111001
Octal 311 312 371

Shades and tints

Shades of #C9CAF9

#C9CAF9
(201,202,249)
#B7B8E3
(183,184,227)
#A5A6CD
(165,166,205)
#9394B7
(147,148,183)
#8182A1
(129,130,161)
#6F708B
(111,112,139)
#5D5E75
(93,94,117)
#4B4C5F
(75,76,95)
#393A49
(57,58,73)
#272833
(39,40,51)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #C9CAF9

#C9CAF9
(201,202,249)
#CDCEF9
(205,206,249)
#D1D2F9
(209,210,249)
#D5D6F9
(213,214,249)
#D9DAF9
(217,218,249)
#DDDEF9
(221,222,249)
#E1E2F9
(225,226,249)
#E5E6F9
(229,230,249)
#E9EAF9
(233,234,249)
#EDEEF9
(237,238,249)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CAF9; }

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

This text font color is #C9CAF9.

Background Color

.myBgColor { background-color: #C9CAF9; }

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

This div background color is #C9CAF9.

Border color

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

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

This div border color is #C9CAF9.

Opacity

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

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

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

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

This text has shadow with #C9CAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CAF9.

Preview

Color preview on black background

This text has color #C9CAF9 on black background.


Color preview on white background

This text has color #C9CAF9 on white background.


Black color preview on #C9CAF9 background

This text has black color on #C9CAF9 background.


White color preview on #C9CAF9 background

This text has white color on #C9CAF9 background.


Related colors

Complementary color

Complementary color for #hex is #363506.


I love getcolorcode.com

Triadic colors

1 #F9C9CA and #CAF9C9 with #C9CAF9 are triadic colors.

2 #F9CAC9 and #CAC9F9 with #C9CAF9 are triadic colors.