COLOR #C4C8D1

HEX: #C4C8D1
RGB: (196,200,209)

Color info

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

RGB color model

#C4C8D1 color RGB value is (196,200,209).

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

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 209 of 255 = 82%

196
200
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 209 = 605 (100%)
R 196 of 605 ~ 32.4%
G 200 of 605 ~ 33.06%
B 209 of 605 ~ 34.55%

%32.4
%33.06
%34.55

CMYK color model

#C4C8D1 color CMYK value is (6,4,0,18).

  • cyan value is 6.22%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,4,0,18)
C6M4Y0K18 
(6%,4%,0%,18%)
(0.06/0.04/0.00/0.18)	

CMYK percentages

%6.22
%4.31
%0
%18.04

Codes

Color #C4C8D1 in popluar color models

C4C8D1
RGB196200209
HSL222°12.38%79.41%
HSB/HSV222°6.22%81.96%
CMYK6.22%4.31%0.00%
18.04%

Color #C4C8D1 in popluar number systems.

HEXC4C8D1
Decimal196200209
Binary110001001100100011010001
Octal304310321

Shades and tints

Shades of #C4C8D1

#C4C8D1
(196,200,209)
#B3B6BE
(179,182,190)
#A2A4AB
(162,164,171)
#919298
(145,146,152)
#808085
(128,128,133)
#6F6E72
(111,110,114)
#5E5C5F
(94,92,95)
#4D4A4C
(77,74,76)
#3C3839
(60,56,57)
#2B2626
(43,38,38)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4C8D1

#C4C8D1
(196,200,209)
#C9CDD5
(201,205,213)
#CED2D9
(206,210,217)
#D3D7DD
(211,215,221)
#D8DCE1
(216,220,225)
#DDE1E5
(221,225,229)
#E2E6E9
(226,230,233)
#E7EBED
(231,235,237)
#ECF0F1
(236,240,241)
#F1F5F5
(241,245,245)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8D1; }

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

This text font color is #C4C8D1.


Background Color

.myBgColor { background-color: #C4C8D1; }

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

This div background color is #C4C8D1.


Border color

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

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

This div border color is #C4C8D1.


Opacity

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

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

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

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

This text has shadow with #C4C8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8D1 on black background.


Color preview on white background

This text has color #C4C8D1 on white background.



Black color preview on #C4C8D1 background

This text has black color on #C4C8D1 background.


White color preview on #C4C8D1 background

This text has white color on #C4C8D1 background.