COLOR #C8C5DD

HEX: #C8C5DD RGB: (200,197,221)

Color info

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

RGB color model

#C8C5DD color RGB value is (200,197,221).

RGB: (200,197,221) (78%, 77%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 221 of 255 = 87%

200
197
221

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

Portions of RGB colors in percentages

R + G + B = 200 + 197 + 221 = 618 (100%)
R 200 of 618 ~ 32.36%
G 197 of 618 ~ 31.88%
B 221 of 618 ~ 35.76'%

%32.36
%31.88
%35.76

CMYK color model

#C8C5DD color CMYK value is (10,11,0,13).

  • cyan value is 9.50%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,11,0,13)
C10M11Y0K13 (10%, 11%, 0%, 13%)
(0.10 / 0.11 / 0.00 / 0.13)

CMYK percentages

%9.5
%10.86
%0
%13.33

Codes

Color #C8C5DD in popluar color models

C8 C5 DD
RGB 200 197 221
HSL 248° 26.09% 81.96%
HSB/HSV 248° 10.86% 86.67%
CMYK 9.50% 10.86% 0.00%
13.33%

Color #C8C5DD in popluar number systems.

HEX C8 C5 DD
Decimal 200 197 221
Binary 11001000 11000101 11011101
Octal 310 305 335

Shades and tints

Shades of #C8C5DD

#C8C5DD
(200,197,221)
#B6B4C9
(182,180,201)
#A4A3B5
(164,163,181)
#9292A1
(146,146,161)
#80818D
(128,129,141)
#6E7079
(110,112,121)
#5C5F65
(92,95,101)
#4A4E51
(74,78,81)
#383D3D
(56,61,61)
#262C29
(38,44,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #C8C5DD

#C8C5DD
(200,197,221)
#CDCAE0
(205,202,224)
#D2CFE3
(210,207,227)
#D7D4E6
(215,212,230)
#DCD9E9
(220,217,233)
#E1DEEC
(225,222,236)
#E6E3EF
(230,227,239)
#EBE8F2
(235,232,242)
#F0EDF5
(240,237,245)
#F5F2F8
(245,242,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C5DD color. Also use rgb(200,197,221) instead hex code.

Text Font Color

.myTextColor { color: #C8C5DD; }

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

This text font color is #C8C5DD.

Background Color

.myBgColor { background-color: #C8C5DD; }

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

This div background color is #C8C5DD.

Border color

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

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

This div border color is #C8C5DD.

Opacity

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

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

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

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

This text has shadow with #C8C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C5DD.

Preview

Color preview on black background

This text has color #C8C5DD on black background.


Color preview on white background

This text has color #C8C5DD on white background.


Black color preview on #C8C5DD background

This text has black color on #C8C5DD background.


White color preview on #C8C5DD background

This text has white color on #C8C5DD background.


Related colors

Complementary color

Complementary color for #hex is #373A22.


I love getcolorcode.com

Triadic colors

1 #DDC8C5 and #C5DDC8 with #C8C5DD are triadic colors.

2 #DDC5C8 and #C5C8DD with #C8C5DD are triadic colors.