COLOR #C4CED1

HEX: #C4CED1
RGB: (196,206,209)

Color info

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

RGB color model

#C4CED1 color RGB value is (196,206,209).

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

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 209 of 255 = 82%

196
206
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 209 = 611 (100%)
R 196 of 611 ~ 32.08%
G 206 of 611 ~ 33.72%
B 209 of 611 ~ 34.21%

%32.08
%33.72
%34.21

CMYK color model

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

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

CMYK percentages

%6.22
%1.44
%0
%18.04

Codes

Color #C4CED1 in popluar color models

C4CED1
RGB196206209
HSL194°12.38%79.41%
HSB/HSV194°6.22%81.96%
CMYK6.22%1.44%0.00%
18.04%

Color #C4CED1 in popluar number systems.

HEXC4CED1
Decimal196206209
Binary110001001100111011010001
Octal304316321

Shades and tints

Shades of #C4CED1

#C4CED1
(196,206,209)
#B3BCBE
(179,188,190)
#A2AAAB
(162,170,171)
#919898
(145,152,152)
#808685
(128,134,133)
#6F7472
(111,116,114)
#5E625F
(94,98,95)
#4D504C
(77,80,76)
#3C3E39
(60,62,57)
#2B2C26
(43,44,38)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #C4CED1

#C4CED1
(196,206,209)
#C9D2D5
(201,210,213)
#CED6D9
(206,214,217)
#D3DADD
(211,218,221)
#D8DEE1
(216,222,225)
#DDE2E5
(221,226,229)
#E2E6E9
(226,230,233)
#E7EAED
(231,234,237)
#ECEEF1
(236,238,241)
#F1F2F5
(241,242,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CED1; }

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

This text font color is #C4CED1.


Background Color

.myBgColor { background-color: #C4CED1; }

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

This div background color is #C4CED1.


Border color

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

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

This div border color is #C4CED1.


Opacity

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

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

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

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

This text has shadow with #C4CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CED1 on black background.


Color preview on white background

This text has color #C4CED1 on white background.



Black color preview on #C4CED1 background

This text has black color on #C4CED1 background.


White color preview on #C4CED1 background

This text has white color on #C4CED1 background.