COLOR #C4C8D2

HEX: #C4C8D2
RGB: (196,200,210)

Color info

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

RGB color model

#C4C8D2 color RGB value is (196,200,210).

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

RGB channels and saturation

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

196
200
210

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

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 210 = 606 (100%)
R 196 of 606 ~ 32.34%
G 200 of 606 ~ 33%
B 210 of 606 ~ 34.65%

%32.34
%33
%34.65

CMYK color model

#C4C8D2 color CMYK value is (7,5,0,18).

  • cyan value is 6.67%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(7,5,0,18)
C7M5Y0K18 
(7%,5%,0%,18%)
(0.07/0.05/0.00/0.18)	

CMYK percentages

%6.67
%4.76
%0
%17.65

Codes

Color #C4C8D2 in popluar color models

C4C8D2
RGB196200210
HSL223°13.46%79.61%
HSB/HSV223°6.67%82.35%
CMYK6.67%4.76%0.00%
17.65%

Color #C4C8D2 in popluar number systems.

HEXC4C8D2
Decimal196200210
Binary110001001100100011010010
Octal304310322

Shades and tints

Shades of #C4C8D2

#C4C8D2
(196,200,210)
#B3B6BF
(179,182,191)
#A2A4AC
(162,164,172)
#919299
(145,146,153)
#808086
(128,128,134)
#6F6E73
(111,110,115)
#5E5C60
(94,92,96)
#4D4A4D
(77,74,77)
#3C383A
(60,56,58)
#2B2627
(43,38,39)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4C8D2

#C4C8D2
(196,200,210)
#C9CDD6
(201,205,214)
#CED2DA
(206,210,218)
#D3D7DE
(211,215,222)
#D8DCE2
(216,220,226)
#DDE1E6
(221,225,230)
#E2E6EA
(226,230,234)
#E7EBEE
(231,235,238)
#ECF0F2
(236,240,242)
#F1F5F6
(241,245,246)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8D2; }

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

This text font color is #C4C8D2.


Background Color

.myBgColor { background-color: #C4C8D2; }

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

This div background color is #C4C8D2.


Border color

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

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

This div border color is #C4C8D2.


Opacity

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

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

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

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

This text has shadow with #C4C8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8D2 on black background.


Color preview on white background

This text has color #C4C8D2 on white background.



Black color preview on #C4C8D2 background

This text has black color on #C4C8D2 background.


White color preview on #C4C8D2 background

This text has white color on #C4C8D2 background.