COLOR #C4CAD0

HEX: #C4CAD0 RGB: (196,202,208)

Color info

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

RGB color model

#C4CAD0 color RGB value is (196,202,208).

RGB: (196,202,208) (77%, 79%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 208 of 255 = 82%

196
202
208

R + G + B ~ 79%. #C4CAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 208 = 606 (100%)
R 196 of 606 ~ 32.34%
G 202 of 606 ~ 33.33%
B 208 of 606 ~ 34.32'%

%32.34
%33.33
%34.32

CMYK color model

#C4CAD0 color CMYK value is (6,3,0,18).

  • cyan value is 5.77%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (6,3,0,18)
C6M3Y0K18 (6%, 3%, 0%, 18%)
(0.06 / 0.03 / 0.00 / 0.18)

CMYK percentages

%5.77
%2.88
%0
%18.43

Codes

Color #C4CAD0 in popluar color models

C4 CA D0
RGB 196 202 208
HSL 210° 11.32% 79.22%
HSB/HSV 210° 5.77% 81.57%
CMYK 5.77% 2.88% 0.00%
18.43%

Color #C4CAD0 in popluar number systems.

HEX C4 CA D0
Decimal 196 202 208
Binary 11000100 11001010 11010000
Octal 304 312 320

Shades and tints

Shades of #C4CAD0

#C4CAD0
(196,202,208)
#B3B8BE
(179,184,190)
#A2A6AC
(162,166,172)
#91949A
(145,148,154)
#808288
(128,130,136)
#6F7076
(111,112,118)
#5E5E64
(94,94,100)
#4D4C52
(77,76,82)
#3C3A40
(60,58,64)
#2B282E
(43,40,46)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #C4CAD0

#C4CAD0
(196,202,208)
#C9CED4
(201,206,212)
#CED2D8
(206,210,216)
#D3D6DC
(211,214,220)
#D8DAE0
(216,218,224)
#DDDEE4
(221,222,228)
#E2E2E8
(226,226,232)
#E7E6EC
(231,230,236)
#ECEAF0
(236,234,240)
#F1EEF4
(241,238,244)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAD0; }

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

This text font color is #C4CAD0.

Background Color

.myBgColor { background-color: #C4CAD0; }

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

This div background color is #C4CAD0.

Border color

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

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

This div border color is #C4CAD0.

Opacity

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

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

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

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

This text has shadow with #C4CAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAD0.

Preview

Color preview on black background

This text has color #C4CAD0 on black background.


Color preview on white background

This text has color #C4CAD0 on white background.


Black color preview on #C4CAD0 background

This text has black color on #C4CAD0 background.


White color preview on #C4CAD0 background

This text has white color on #C4CAD0 background.


Related colors

Complementary color

Complementary color for #hex is #3B352F.


I love getcolorcode.com

Triadic colors

1 #D0C4CA and #CAD0C4 with #C4CAD0 are triadic colors.

2 #D0CAC4 and #CAC4D0 with #C4CAD0 are triadic colors.