COLOR #C8B2DD

HEX: #C8B2DD RGB: (200,178,221)

Color info

#C8B2DD contains red, green and blue colors in about the same proportion. Web safe color of #C8B2DD is #CC99CC (or #C9C).

RGB color model

#C8B2DD color RGB value is (200,178,221).

RGB: (200,178,221) (78%, 70%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 221 of 255 = 87%

200
178
221

R + G + B ~ 78%. #C8B2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 178 + 221 = 599 (100%)
R 200 of 599 ~ 33.39%
G 178 of 599 ~ 29.72%
B 221 of 599 ~ 36.89'%

%33.39
%29.72
%36.89

CMYK color model

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

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

CMYK: (10,19,0,13)
C10M19Y0K13 (10%, 19%, 0%, 13%)
(0.10 / 0.19 / 0.00 / 0.13)

CMYK percentages

%9.5
%19.46
%0
%13.33

Codes

Color #C8B2DD in popluar color models

C8 B2 DD
RGB 200 178 221
HSL 271° 38.74% 78.24%
HSB/HSV 271° 19.46% 86.67%
CMYK 9.50% 19.46% 0.00%
13.33%

Color #C8B2DD in popluar number systems.

HEX C8 B2 DD
Decimal 200 178 221
Binary 11001000 10110010 11011101
Octal 310 262 335

Shades and tints

Shades of #C8B2DD

#C8B2DD
(200,178,221)
#B6A2C9
(182,162,201)
#A492B5
(164,146,181)
#9282A1
(146,130,161)
#80728D
(128,114,141)
#6E6279
(110,98,121)
#5C5265
(92,82,101)
#4A4251
(74,66,81)
#38323D
(56,50,61)
#262229
(38,34,41)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #C8B2DD

#C8B2DD
(200,178,221)
#CDB9E0
(205,185,224)
#D2C0E3
(210,192,227)
#D7C7E6
(215,199,230)
#DCCEE9
(220,206,233)
#E1D5EC
(225,213,236)
#E6DCEF
(230,220,239)
#EBE3F2
(235,227,242)
#F0EAF5
(240,234,245)
#F5F1F8
(245,241,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B2DD; }

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

This text font color is #C8B2DD.

Background Color

.myBgColor { background-color: #C8B2DD; }

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

This div background color is #C8B2DD.

Border color

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

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

This div border color is #C8B2DD.

Opacity

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

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

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

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

This text has shadow with #C8B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B2DD.

Preview

Color preview on black background

This text has color #C8B2DD on black background.


Color preview on white background

This text has color #C8B2DD on white background.


Black color preview on #C8B2DD background

This text has black color on #C8B2DD background.


White color preview on #C8B2DD background

This text has white color on #C8B2DD background.


Related colors

Complementary color

Complementary color for #hex is #374D22.


I love getcolorcode.com

Triadic colors

1 #DDC8B2 and #B2DDC8 with #C8B2DD are triadic colors.

2 #DDB2C8 and #B2C8DD with #C8B2DD are triadic colors.