COLOR #C8B3DD

HEX: #C8B3DD RGB: (200,179,221)

Color info

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

RGB color model

#C8B3DD color RGB value is (200,179,221).

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

RGB channels and saturation

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

200
179
221

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

Portions of RGB colors in percentages

R + G + B = 200 + 179 + 221 = 600 (100%)
R 200 of 600 ~ 33.33%
G 179 of 600 ~ 29.83%
B 221 of 600 ~ 36.83'%

%33.33
%29.83
%36.83

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 19.00%
  • 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
%0
%13.33

Codes

Color #C8B3DD in popluar color models

C8 B3 DD
RGB 200 179 221
HSL 270° 38.18% 78.43%
HSB/HSV 270° 19.00% 86.67%
CMYK 9.50% 19.00% 0.00%
13.33%

Color #C8B3DD in popluar number systems.

HEX C8 B3 DD
Decimal 200 179 221
Binary 11001000 10110011 11011101
Octal 310 263 335

Shades and tints

Shades of #C8B3DD

#C8B3DD
(200,179,221)
#B6A3C9
(182,163,201)
#A493B5
(164,147,181)
#9283A1
(146,131,161)
#80738D
(128,115,141)
#6E6379
(110,99,121)
#5C5365
(92,83,101)
#4A4351
(74,67,81)
#38333D
(56,51,61)
#262329
(38,35,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8B3DD

#C8B3DD
(200,179,221)
#CDB9E0
(205,185,224)
#D2BFE3
(210,191,227)
#D7C5E6
(215,197,230)
#DCCBE9
(220,203,233)
#E1D1EC
(225,209,236)
#E6D7EF
(230,215,239)
#EBDDF2
(235,221,242)
#F0E3F5
(240,227,245)
#F5E9F8
(245,233,248)
#FAEFFB
(250,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B3DD; }

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

This text font color is #C8B3DD.

Background Color

.myBgColor { background-color: #C8B3DD; }

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

This div background color is #C8B3DD.

Border color

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

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

This div border color is #C8B3DD.

Opacity

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

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

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

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

This text has shadow with #C8B3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B3DD.

Preview

Color preview on black background

This text has color #C8B3DD on black background.


Color preview on white background

This text has color #C8B3DD on white background.


Black color preview on #C8B3DD background

This text has black color on #C8B3DD background.


White color preview on #C8B3DD background

This text has white color on #C8B3DD background.


Related colors

Complementary color

Complementary color for #hex is #374C22.


I love getcolorcode.com

Triadic colors

1 #DDC8B3 and #B3DDC8 with #C8B3DD are triadic colors.

2 #DDB3C8 and #B3C8DD with #C8B3DD are triadic colors.