COLOR #C8C1DD

HEX: #C8C1DD RGB: (200,193,221)

Color info

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

RGB color model

#C8C1DD color RGB value is (200,193,221).

RGB: (200,193,221) (78%, 76%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 193 of 255 = 76%
B 221 of 255 = 87%

200
193
221

R + G + B ~ 80%. #C8C1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 193 + 221 = 614 (100%)
R 200 of 614 ~ 32.57%
G 193 of 614 ~ 31.43%
B 221 of 614 ~ 35.99'%

%32.57
%31.43
%35.99

CMYK color model

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

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

CMYK: (10,13,0,13)
C10M13Y0K13 (10%, 13%, 0%, 13%)
(0.10 / 0.13 / 0.00 / 0.13)

CMYK percentages

%9.5
%12.67
%0
%13.33

Codes

Color #C8C1DD in popluar color models

C8 C1 DD
RGB 200 193 221
HSL 255° 29.17% 81.18%
HSB/HSV 255° 12.67% 86.67%
CMYK 9.50% 12.67% 0.00%
13.33%

Color #C8C1DD in popluar number systems.

HEX C8 C1 DD
Decimal 200 193 221
Binary 11001000 11000001 11011101
Octal 310 301 335

Shades and tints

Shades of #C8C1DD

#C8C1DD
(200,193,221)
#B6B0C9
(182,176,201)
#A49FB5
(164,159,181)
#928EA1
(146,142,161)
#807D8D
(128,125,141)
#6E6C79
(110,108,121)
#5C5B65
(92,91,101)
#4A4A51
(74,74,81)
#38393D
(56,57,61)
#262829
(38,40,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #C8C1DD

#C8C1DD
(200,193,221)
#CDC6E0
(205,198,224)
#D2CBE3
(210,203,227)
#D7D0E6
(215,208,230)
#DCD5E9
(220,213,233)
#E1DAEC
(225,218,236)
#E6DFEF
(230,223,239)
#EBE4F2
(235,228,242)
#F0E9F5
(240,233,245)
#F5EEF8
(245,238,248)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C1DD; }

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

This text font color is #C8C1DD.

Background Color

.myBgColor { background-color: #C8C1DD; }

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

This div background color is #C8C1DD.

Border color

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

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

This div border color is #C8C1DD.

Opacity

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

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

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

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

This text has shadow with #C8C1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C1DD.

Preview

Color preview on black background

This text has color #C8C1DD on black background.


Color preview on white background

This text has color #C8C1DD on white background.


Black color preview on #C8C1DD background

This text has black color on #C8C1DD background.


White color preview on #C8C1DD background

This text has white color on #C8C1DD background.


Related colors

Complementary color

Complementary color for #hex is #373E22.


I love getcolorcode.com

Triadic colors

1 #DDC8C1 and #C1DDC8 with #C8C1DD are triadic colors.

2 #DDC1C8 and #C1C8DD with #C8C1DD are triadic colors.