COLOR #C8C2DD

HEX: #C8C2DD
RGB: (200,194,221)

Color info

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

RGB color model

#C8C2DD color RGB value is (200,194,221).

  • red value is 200;
  • green value is 194;
  • blue value is 221.
RGB:
(200,194,221)
(78%,76%,87%)

RGB channels and saturation

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

200
194
221

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

Portions of RGB colors in percentages

R + G + B =
200 + 194 + 221 = 615 (100%)
R 200 of 615 ~ 32.52%
G 194 of 615 ~ 31.54%
B 221 of 615 ~ 35.93%

%32.52
%31.54
%35.93

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,12,0,13)
C10M12Y0K13 
(10%,12%,0%,13%)
(0.10/0.12/0.00/0.13)	

CMYK percentages

%9.5
%12.22
%0
%13.33

Codes

Color #C8C2DD in popluar color models

C8C2DD
RGB200194221
HSL253°28.42%81.37%
HSB/HSV253°12.22%86.67%
CMYK9.50%12.22%0.00%
13.33%

Color #C8C2DD in popluar number systems.

HEXC8C2DD
Decimal200194221
Binary110010001100001011011101
Octal310302335

Shades and tints

Shades of #C8C2DD

#C8C2DD
(200,194,221)
#B6B1C9
(182,177,201)
#A4A0B5
(164,160,181)
#928FA1
(146,143,161)
#807E8D
(128,126,141)
#6E6D79
(110,109,121)
#5C5C65
(92,92,101)
#4A4B51
(74,75,81)
#383A3D
(56,58,61)
#262929
(38,41,41)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #C8C2DD

#C8C2DD
(200,194,221)
#CDC7E0
(205,199,224)
#D2CCE3
(210,204,227)
#D7D1E6
(215,209,230)
#DCD6E9
(220,214,233)
#E1DBEC
(225,219,236)
#E6E0EF
(230,224,239)
#EBE5F2
(235,229,242)
#F0EAF5
(240,234,245)
#F5EFF8
(245,239,248)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C2DD; }

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

This text font color is #C8C2DD.


Background Color

.myBgColor { background-color: #C8C2DD; }

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

This div background color is #C8C2DD.


Border color

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

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

This div border color is #C8C2DD.


Opacity

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

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

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

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

This text has shadow with #C8C2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C2DD on black background.


Color preview on white background

This text has color #C8C2DD on white background.



Black color preview on #C8C2DD background

This text has black color on #C8C2DD background.


White color preview on #C8C2DD background

This text has white color on #C8C2DD background.