COLOR #C8CAE1

HEX: #C8CAE1
RGB: (200,202,225)

Color info

#C8CAE1 contains red, green and blue colors in about the same proportion. Web safe color of #C8CAE1 is #CCCCCC (or #CCC).

RGB color model

#C8CAE1 color RGB value is (200,202,225).

  • red value is 200;
  • green value is 202;
  • blue value is 225.
RGB:
(200,202,225)
(78%,79%,88%)

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 225 of 255 = 88%

200
202
225

R + G + B ~ 82%. #C8CAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 225 = 627 (100%)
R 200 of 627 ~ 31.9%
G 202 of 627 ~ 32.22%
B 225 of 627 ~ 35.89%

%31.9
%32.22
%35.89

CMYK color model

#C8CAE1 color CMYK value is (11,10,0,12).

  • cyan value is 11.11%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(11,10,0,12)
C11M10Y0K12 
(11%,10%,0%,12%)
(0.11/0.10/0.00/0.12)	

CMYK percentages

%11.11
%10.22
%0
%11.76

Codes

Color #C8CAE1 in popluar color models

C8CAE1
RGB200202225
HSL235°29.41%83.33%
HSB/HSV235°11.11%88.24%
CMYK11.11%10.22%0.00%
11.76%

Color #C8CAE1 in popluar number systems.

HEXC8CAE1
Decimal200202225
Binary110010001100101011100001
Octal310312341

Shades and tints

Shades of #C8CAE1

#C8CAE1
(200,202,225)
#B6B8CD
(182,184,205)
#A4A6B9
(164,166,185)
#9294A5
(146,148,165)
#808291
(128,130,145)
#6E707D
(110,112,125)
#5C5E69
(92,94,105)
#4A4C55
(74,76,85)
#383A41
(56,58,65)
#26282D
(38,40,45)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C8CAE1

#C8CAE1
(200,202,225)
#CDCEE3
(205,206,227)
#D2D2E5
(210,210,229)
#D7D6E7
(215,214,231)
#DCDAE9
(220,218,233)
#E1DEEB
(225,222,235)
#E6E2ED
(230,226,237)
#EBE6EF
(235,230,239)
#F0EAF1
(240,234,241)
#F5EEF3
(245,238,243)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CAE1 color. Also use rgb(200,202,225) instead hex code.

Text Font Color

.myTextColor { color: #C8CAE1; }

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

This text font color is #C8CAE1.


Background Color

.myBgColor { background-color: #C8CAE1; }

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

This div background color is #C8CAE1.


Border color

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

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

This div border color is #C8CAE1.


Opacity

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

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

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

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

This text has shadow with #C8CAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CAE1 on black background.


Color preview on white background

This text has color #C8CAE1 on white background.



Black color preview on #C8CAE1 background

This text has black color on #C8CAE1 background.


White color preview on #C8CAE1 background

This text has white color on #C8CAE1 background.