COLOR #C9CAFA

HEX: #C9CAFA
RGB: (201,202,250)

Color info

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

RGB color model

#C9CAFA color RGB value is (201,202,250).

  • red value is 201;
  • green value is 202;
  • blue value is 250.
RGB:
(201,202,250)
(79%,79%,98%)

RGB channels and saturation

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

201
202
250

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

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 250 = 653 (100%)
R 201 of 653 ~ 30.78%
G 202 of 653 ~ 30.93%
B 250 of 653 ~ 38.28%

%30.78
%30.93
%38.28

CMYK color model

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

  • cyan value is 19.60%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,19,0,2)
C20M19Y0K2 
(20%,19%,0%,2%)
(0.20/0.19/0.00/0.02)	

CMYK percentages

%19.6
%19.2
%0
%1.96

Codes

Color #C9CAFA in popluar color models

C9CAFA
RGB201202250
HSL239°83.05%88.43%
HSB/HSV239°19.60%98.04%
CMYK19.60%19.20%0.00%
1.96%

Color #C9CAFA in popluar number systems.

HEXC9CAFA
Decimal201202250
Binary110010011100101011111010
Octal311312372

Shades and tints

Shades of #C9CAFA

#C9CAFA
(201,202,250)
#B7B8E4
(183,184,228)
#A5A6CE
(165,166,206)
#9394B8
(147,148,184)
#8182A2
(129,130,162)
#6F708C
(111,112,140)
#5D5E76
(93,94,118)
#4B4C60
(75,76,96)
#393A4A
(57,58,74)
#272834
(39,40,52)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #C9CAFA

#C9CAFA
(201,202,250)
#CDCEFA
(205,206,250)
#D1D2FA
(209,210,250)
#D5D6FA
(213,214,250)
#D9DAFA
(217,218,250)
#DDDEFA
(221,222,250)
#E1E2FA
(225,226,250)
#E5E6FA
(229,230,250)
#E9EAFA
(233,234,250)
#EDEEFA
(237,238,250)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CAFA; }

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

This text font color is #C9CAFA.


Background Color

.myBgColor { background-color: #C9CAFA; }

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

This div background color is #C9CAFA.


Border color

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

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

This div border color is #C9CAFA.


Opacity

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

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

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

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

This text has shadow with #C9CAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CAFA on black background.


Color preview on white background

This text has color #C9CAFA on white background.



Black color preview on #C9CAFA background

This text has black color on #C9CAFA background.


White color preview on #C9CAFA background

This text has white color on #C9CAFA background.