COLOR #C4CAD5

HEX: #C4CAD5
RGB: (196,202,213)

Color info

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

RGB color model

#C4CAD5 color RGB value is (196,202,213).

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

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 213 of 255 = 84%

196
202
213

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

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 213 = 611 (100%)
R 196 of 611 ~ 32.08%
G 202 of 611 ~ 33.06%
B 213 of 611 ~ 34.86%

%32.08
%33.06
%34.86

CMYK color model

#C4CAD5 color CMYK value is (8,5,0,16).

  • cyan value is 7.98%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,5,0,16)
C8M5Y0K16 
(8%,5%,0%,16%)
(0.08/0.05/0.00/0.16)	

CMYK percentages

%7.98
%5.16
%0
%16.47

Codes

Color #C4CAD5 in popluar color models

C4CAD5
RGB196202213
HSL219°16.83%80.20%
HSB/HSV219°7.98%83.53%
CMYK7.98%5.16%0.00%
16.47%

Color #C4CAD5 in popluar number systems.

HEXC4CAD5
Decimal196202213
Binary110001001100101011010101
Octal304312325

Shades and tints

Shades of #C4CAD5

#C4CAD5
(196,202,213)
#B3B8C2
(179,184,194)
#A2A6AF
(162,166,175)
#91949C
(145,148,156)
#808289
(128,130,137)
#6F7076
(111,112,118)
#5E5E63
(94,94,99)
#4D4C50
(77,76,80)
#3C3A3D
(60,58,61)
#2B282A
(43,40,42)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4CAD5

#C4CAD5
(196,202,213)
#C9CED8
(201,206,216)
#CED2DB
(206,210,219)
#D3D6DE
(211,214,222)
#D8DAE1
(216,218,225)
#DDDEE4
(221,222,228)
#E2E2E7
(226,226,231)
#E7E6EA
(231,230,234)
#ECEAED
(236,234,237)
#F1EEF0
(241,238,240)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAD5; }

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

This text font color is #C4CAD5.


Background Color

.myBgColor { background-color: #C4CAD5; }

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

This div background color is #C4CAD5.


Border color

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

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

This div border color is #C4CAD5.


Opacity

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

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

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

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

This text has shadow with #C4CAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAD5 on black background.


Color preview on white background

This text has color #C4CAD5 on white background.



Black color preview on #C4CAD5 background

This text has black color on #C4CAD5 background.


White color preview on #C4CAD5 background

This text has white color on #C4CAD5 background.