COLOR #C4CDD0

HEX: #C4CDD0
RGB: (196,205,208)

Color info

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

RGB color model

#C4CDD0 color RGB value is (196,205,208).

  • red value is 196;
  • green value is 205;
  • blue value is 208.
RGB:
(196,205,208)
(77%,80%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 208 of 255 = 82%

196
205
208

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

Portions of RGB colors in percentages

R + G + B =
196 + 205 + 208 = 609 (100%)
R 196 of 609 ~ 32.18%
G 205 of 609 ~ 33.66%
B 208 of 609 ~ 34.15%

%32.18
%33.66
%34.15

CMYK color model

#C4CDD0 color CMYK value is (6,1,0,18).

  • cyan value is 5.77%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,1,0,18)
C6M1Y0K18 
(6%,1%,0%,18%)
(0.06/0.01/0.00/0.18)	

CMYK percentages

%5.77
%1.44
%0
%18.43

Codes

Color #C4CDD0 in popluar color models

C4CDD0
RGB196205208
HSL195°11.32%79.22%
HSB/HSV195°5.77%81.57%
CMYK5.77%1.44%0.00%
18.43%

Color #C4CDD0 in popluar number systems.

HEXC4CDD0
Decimal196205208
Binary110001001100110111010000
Octal304315320

Shades and tints

Shades of #C4CDD0

#C4CDD0
(196,205,208)
#B3BBBE
(179,187,190)
#A2A9AC
(162,169,172)
#91979A
(145,151,154)
#808588
(128,133,136)
#6F7376
(111,115,118)
#5E6164
(94,97,100)
#4D4F52
(77,79,82)
#3C3D40
(60,61,64)
#2B2B2E
(43,43,46)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #C4CDD0

#C4CDD0
(196,205,208)
#C9D1D4
(201,209,212)
#CED5D8
(206,213,216)
#D3D9DC
(211,217,220)
#D8DDE0
(216,221,224)
#DDE1E4
(221,225,228)
#E2E5E8
(226,229,232)
#E7E9EC
(231,233,236)
#ECEDF0
(236,237,240)
#F1F1F4
(241,241,244)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDD0; }

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

This text font color is #C4CDD0.


Background Color

.myBgColor { background-color: #C4CDD0; }

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

This div background color is #C4CDD0.


Border color

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

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

This div border color is #C4CDD0.


Opacity

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

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

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

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

This text has shadow with #C4CDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CDD0 on black background.


Color preview on white background

This text has color #C4CDD0 on white background.



Black color preview on #C4CDD0 background

This text has black color on #C4CDD0 background.


White color preview on #C4CDD0 background

This text has white color on #C4CDD0 background.