COLOR #CAD5C2

HEX: #CAD5C2
RGB: (202,213,194)

Color info

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

RGB color model

#CAD5C2 color RGB value is (202,213,194).

  • red value is 202;
  • green value is 213;
  • blue value is 194.
RGB:
(202,213,194)
(79%,84%,76%)

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 194 of 255 = 76%

202
213
194

R + G + B ~ 80%. #CAD5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 194 = 609 (100%)
R 202 of 609 ~ 33.17%
G 213 of 609 ~ 34.98%
B 194 of 609 ~ 31.86%

%33.17
%34.98
%31.86

CMYK color model

#CAD5C2 color CMYK value is (5,0,9,16).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 16.47%
CMYK:
(5,0,9,16)
C5M0Y9K16 
(5%,0%,9%,16%)
(0.05/0.00/0.09/0.16)	

CMYK percentages

%5.16
%0
%8.92
%16.47

Codes

Color #CAD5C2 in popluar color models

CAD5C2
RGB202213194
HSL95°18.45%79.80%
HSB/HSV95°8.92%83.53%
CMYK5.16%0.00%8.92%
16.47%

Color #CAD5C2 in popluar number systems.

HEXCAD5C2
Decimal202213194
Binary110010101101010111000010
Octal312325302

Shades and tints

Shades of #CAD5C2

#CAD5C2
(202,213,194)
#B8C2B1
(184,194,177)
#A6AFA0
(166,175,160)
#949C8F
(148,156,143)
#82897E
(130,137,126)
#70766D
(112,118,109)
#5E635C
(94,99,92)
#4C504B
(76,80,75)
#3A3D3A
(58,61,58)
#282A29
(40,42,41)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #CAD5C2

#CAD5C2
(202,213,194)
#CED8C7
(206,216,199)
#D2DBCC
(210,219,204)
#D6DED1
(214,222,209)
#DAE1D6
(218,225,214)
#DEE4DB
(222,228,219)
#E2E7E0
(226,231,224)
#E6EAE5
(230,234,229)
#EAEDEA
(234,237,234)
#EEF0EF
(238,240,239)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD5C2 color. Also use rgb(202,213,194) instead hex code.

Text Font Color

.myTextColor { color: #CAD5C2; }

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

This text font color is #CAD5C2.


Background Color

.myBgColor { background-color: #CAD5C2; }

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

This div background color is #CAD5C2.


Border color

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

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

This div border color is #CAD5C2.


Opacity

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

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

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

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

This text has shadow with #CAD5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD5C2 on black background.


Color preview on white background

This text has color #CAD5C2 on white background.



Black color preview on #CAD5C2 background

This text has black color on #CAD5C2 background.


White color preview on #CAD5C2 background

This text has white color on #CAD5C2 background.