COLOR #C8B5DC

HEX: #C8B5DC
RGB: (200,181,220)

Color info

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

RGB color model

#C8B5DC color RGB value is (200,181,220).

  • red value is 200;
  • green value is 181;
  • blue value is 220.
RGB:
(200,181,220)
(78%,71%,86%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 220 of 255 = 86%

200
181
220

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

Portions of RGB colors in percentages

R + G + B =
200 + 181 + 220 = 601 (100%)
R 200 of 601 ~ 33.28%
G 181 of 601 ~ 30.12%
B 220 of 601 ~ 36.61%

%33.28
%30.12
%36.61

CMYK color model

#C8B5DC color CMYK value is (9,18,0,14).

  • cyan value is 9.09%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,18,0,14)
C9M18Y0K14 
(9%,18%,0%,14%)
(0.09/0.18/0.00/0.14)	

CMYK percentages

%9.09
%17.73
%0
%13.73

Codes

Color #C8B5DC in popluar color models

C8B5DC
RGB200181220
HSL269°35.78%78.63%
HSB/HSV269°17.73%86.27%
CMYK9.09%17.73%0.00%
13.73%

Color #C8B5DC in popluar number systems.

HEXC8B5DC
Decimal200181220
Binary110010001011010111011100
Octal310265334

Shades and tints

Shades of #C8B5DC

#C8B5DC
(200,181,220)
#B6A5C8
(182,165,200)
#A495B4
(164,149,180)
#9285A0
(146,133,160)
#80758C
(128,117,140)
#6E6578
(110,101,120)
#5C5564
(92,85,100)
#4A4550
(74,69,80)
#38353C
(56,53,60)
#262528
(38,37,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #C8B5DC

#C8B5DC
(200,181,220)
#CDBBDF
(205,187,223)
#D2C1E2
(210,193,226)
#D7C7E5
(215,199,229)
#DCCDE8
(220,205,232)
#E1D3EB
(225,211,235)
#E6D9EE
(230,217,238)
#EBDFF1
(235,223,241)
#F0E5F4
(240,229,244)
#F5EBF7
(245,235,247)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B5DC color. Also use rgb(200,181,220) instead hex code.

Text Font Color

.myTextColor { color: #C8B5DC; }

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

This text font color is #C8B5DC.


Background Color

.myBgColor { background-color: #C8B5DC; }

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

This div background color is #C8B5DC.


Border color

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

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

This div border color is #C8B5DC.


Opacity

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

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

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

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

This text has shadow with #C8B5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B5DC on black background.


Color preview on white background

This text has color #C8B5DC on white background.



Black color preview on #C8B5DC background

This text has black color on #C8B5DC background.


White color preview on #C8B5DC background

This text has white color on #C8B5DC background.