COLOR #C8C4D2

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

Color info

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

RGB color model

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

RGB: (200,196,210) (78%, 77%, 82%)

RGB channels and saturation

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

200
196
210

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

Portions of RGB colors in percentages

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

%33
%32.34
%34.65

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (5,7,0,18)
C5M7Y0K18 (5%, 7%, 0%, 18%)
(0.05 / 0.07 / 0.00 / 0.18)

CMYK percentages

%4.76
%6.67
%0
%17.65

Codes

Color #C8C4D2 in popluar color models

C8 C4 D2
RGB 200 196 210
HSL 257° 13.46% 79.61%
HSB/HSV 257° 6.67% 82.35%
CMYK 4.76% 6.67% 0.00%
17.65%

Color #C8C4D2 in popluar number systems.

HEX C8 C4 D2
Decimal 200 196 210
Binary 11001000 11000100 11010010
Octal 310 304 322

Shades and tints

Shades of #C8C4D2

#C8C4D2
(200,196,210)
#B6B3BF
(182,179,191)
#A4A2AC
(164,162,172)
#929199
(146,145,153)
#808086
(128,128,134)
#6E6F73
(110,111,115)
#5C5E60
(92,94,96)
#4A4D4D
(74,77,77)
#383C3A
(56,60,58)
#262B27
(38,43,39)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #C8C4D2

#C8C4D2
(200,196,210)
#CDC9D6
(205,201,214)
#D2CEDA
(210,206,218)
#D7D3DE
(215,211,222)
#DCD8E2
(220,216,226)
#E1DDE6
(225,221,230)
#E6E2EA
(230,226,234)
#EBE7EE
(235,231,238)
#F0ECF2
(240,236,242)
#F5F1F6
(245,241,246)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C4D2; }

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

This text font color is #C8C4D2.

Background Color

.myBgColor { background-color: #C8C4D2; }

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

This div background color is #C8C4D2.

Border color

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

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

This div border color is #C8C4D2.

Opacity

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

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

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

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

This text has shadow with #C8C4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C4D2.

Preview

Color preview on black background

This text has color #C8C4D2 on black background.


Color preview on white background

This text has color #C8C4D2 on white background.


Black color preview on #C8C4D2 background

This text has black color on #C8C4D2 background.


White color preview on #C8C4D2 background

This text has white color on #C8C4D2 background.


Related colors

Complementary color

Complementary color for #hex is #373B2D.


I love getcolorcode.com

Triadic colors

1 #D2C8C4 and #C4D2C8 with #C8C4D2 are triadic colors.

2 #D2C4C8 and #C4C8D2 with #C8C4D2 are triadic colors.