COLOR #CACED4

HEX: #CACED4
RGB: (202,206,212)

Color info

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

RGB color model

#CACED4 color RGB value is (202,206,212).

  • red value is 202;
  • green value is 206;
  • blue value is 212.
RGB:
(202,206,212)
(79%,81%,83%)

RGB channels and saturation

R 202 of 255 = 79%
G 206 of 255 = 81%
B 212 of 255 = 83%

202
206
212

R + G + B ~ 81%. #CACED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 206 + 212 = 620 (100%)
R 202 of 620 ~ 32.58%
G 206 of 620 ~ 33.23%
B 212 of 620 ~ 34.19%

%32.58
%33.23
%34.19

CMYK color model

#CACED4 color CMYK value is (5,3,0,17).

  • cyan value is 4.72%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(5,3,0,17)
C5M3Y0K17 
(5%,3%,0%,17%)
(0.05/0.03/0.00/0.17)	

CMYK percentages

%4.72
%2.83
%0
%16.86

Codes

Color #CACED4 in popluar color models

CACED4
RGB202206212
HSL216°10.42%81.18%
HSB/HSV216°4.72%83.14%
CMYK4.72%2.83%0.00%
16.86%

Color #CACED4 in popluar number systems.

HEXCACED4
Decimal202206212
Binary110010101100111011010100
Octal312316324

Shades and tints

Shades of #CACED4

#CACED4
(202,206,212)
#B8BCC1
(184,188,193)
#A6AAAE
(166,170,174)
#94989B
(148,152,155)
#828688
(130,134,136)
#707475
(112,116,117)
#5E6262
(94,98,98)
#4C504F
(76,80,79)
#3A3E3C
(58,62,60)
#282C29
(40,44,41)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #CACED4

#CACED4
(202,206,212)
#CED2D7
(206,210,215)
#D2D6DA
(210,214,218)
#D6DADD
(214,218,221)
#DADEE0
(218,222,224)
#DEE2E3
(222,226,227)
#E2E6E6
(226,230,230)
#E6EAE9
(230,234,233)
#EAEEEC
(234,238,236)
#EEF2EF
(238,242,239)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACED4 color. Also use rgb(202,206,212) instead hex code.

Text Font Color

.myTextColor { color: #CACED4; }

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

This text font color is #CACED4.


Background Color

.myBgColor { background-color: #CACED4; }

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

This div background color is #CACED4.


Border color

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

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

This div border color is #CACED4.


Opacity

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

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

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

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

This text has shadow with #CACED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACED4 on black background.


Color preview on white background

This text has color #CACED4 on white background.



Black color preview on #CACED4 background

This text has black color on #CACED4 background.


White color preview on #CACED4 background

This text has white color on #CACED4 background.