COLOR #C4CED6

HEX: #C4CED6
RGB: (196,206,214)

Color info

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

RGB color model

#C4CED6 color RGB value is (196,206,214).

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

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 214 of 255 = 84%

196
206
214

R + G + B ~ 81%. #C4CED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 214 = 616 (100%)
R 196 of 616 ~ 31.82%
G 206 of 616 ~ 33.44%
B 214 of 616 ~ 34.74%

%31.82
%33.44
%34.74

CMYK color model

#C4CED6 color CMYK value is (8,4,0,16).

  • cyan value is 8.41%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(8,4,0,16)
C8M4Y0K16 
(8%,4%,0%,16%)
(0.08/0.04/0.00/0.16)	

CMYK percentages

%8.41
%3.74
%0
%16.08

Codes

Color #C4CED6 in popluar color models

C4CED6
RGB196206214
HSL207°18.00%80.39%
HSB/HSV207°8.41%83.92%
CMYK8.41%3.74%0.00%
16.08%

Color #C4CED6 in popluar number systems.

HEXC4CED6
Decimal196206214
Binary110001001100111011010110
Octal304316326

Shades and tints

Shades of #C4CED6

#C4CED6
(196,206,214)
#B3BCC3
(179,188,195)
#A2AAB0
(162,170,176)
#91989D
(145,152,157)
#80868A
(128,134,138)
#6F7477
(111,116,119)
#5E6264
(94,98,100)
#4D5051
(77,80,81)
#3C3E3E
(60,62,62)
#2B2C2B
(43,44,43)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #C4CED6

#C4CED6
(196,206,214)
#C9D2D9
(201,210,217)
#CED6DC
(206,214,220)
#D3DADF
(211,218,223)
#D8DEE2
(216,222,226)
#DDE2E5
(221,226,229)
#E2E6E8
(226,230,232)
#E7EAEB
(231,234,235)
#ECEEEE
(236,238,238)
#F1F2F1
(241,242,241)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CED6; }

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

This text font color is #C4CED6.


Background Color

.myBgColor { background-color: #C4CED6; }

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

This div background color is #C4CED6.


Border color

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

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

This div border color is #C4CED6.


Opacity

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

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

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

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

This text has shadow with #C4CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CED6 on black background.


Color preview on white background

This text has color #C4CED6 on white background.



Black color preview on #C4CED6 background

This text has black color on #C4CED6 background.


White color preview on #C4CED6 background

This text has white color on #C4CED6 background.