COLOR #C4CDD1

HEX: #C4CDD1
RGB: (196,205,209)

Color info

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

RGB color model

#C4CDD1 color RGB value is (196,205,209).

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

RGB channels and saturation

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

196
205
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 205 + 209 = 610 (100%)
R 196 of 610 ~ 32.13%
G 205 of 610 ~ 33.61%
B 209 of 610 ~ 34.26%

%32.13
%33.61
%34.26

CMYK color model

#C4CDD1 color CMYK value is (6,2,0,18).

  • cyan value is 6.22%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,2,0,18)
C6M2Y0K18 
(6%,2%,0%,18%)
(0.06/0.02/0.00/0.18)	

CMYK percentages

%6.22
%1.91
%0
%18.04

Codes

Color #C4CDD1 in popluar color models

C4CDD1
RGB196205209
HSL198°12.38%79.41%
HSB/HSV198°6.22%81.96%
CMYK6.22%1.91%0.00%
18.04%

Color #C4CDD1 in popluar number systems.

HEXC4CDD1
Decimal196205209
Binary110001001100110111010001
Octal304315321

Shades and tints

Shades of #C4CDD1

#C4CDD1
(196,205,209)
#B3BBBE
(179,187,190)
#A2A9AB
(162,169,171)
#919798
(145,151,152)
#808585
(128,133,133)
#6F7372
(111,115,114)
#5E615F
(94,97,95)
#4D4F4C
(77,79,76)
#3C3D39
(60,61,57)
#2B2B26
(43,43,38)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #C4CDD1

#C4CDD1
(196,205,209)
#C9D1D5
(201,209,213)
#CED5D9
(206,213,217)
#D3D9DD
(211,217,221)
#D8DDE1
(216,221,225)
#DDE1E5
(221,225,229)
#E2E5E9
(226,229,233)
#E7E9ED
(231,233,237)
#ECEDF1
(236,237,241)
#F1F1F5
(241,241,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CDD1; }

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

This text font color is #C4CDD1.


Background Color

.myBgColor { background-color: #C4CDD1; }

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

This div background color is #C4CDD1.


Border color

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

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

This div border color is #C4CDD1.


Opacity

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

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

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

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

This text has shadow with #C4CDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CDD1 on black background.


Color preview on white background

This text has color #C4CDD1 on white background.



Black color preview on #C4CDD1 background

This text has black color on #C4CDD1 background.


White color preview on #C4CDD1 background

This text has white color on #C4CDD1 background.