COLOR #C8B7D5

HEX: #C8B7D5
RGB: (200,183,213)

Color info

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

RGB color model

#C8B7D5 color RGB value is (200,183,213).

  • red value is 200;
  • green value is 183;
  • blue value is 213.
RGB:
(200,183,213)
(78%,72%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 183 of 255 = 72%
B 213 of 255 = 84%

200
183
213

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

Portions of RGB colors in percentages

R + G + B =
200 + 183 + 213 = 596 (100%)
R 200 of 596 ~ 33.56%
G 183 of 596 ~ 30.7%
B 213 of 596 ~ 35.74%

%33.56
%30.7
%35.74

CMYK color model

#C8B7D5 color CMYK value is (6,14,0,16).

  • cyan value is 6.10%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,14,0,16)
C6M14Y0K16 
(6%,14%,0%,16%)
(0.06/0.14/0.00/0.16)	

CMYK percentages

%6.1
%14.08
%0
%16.47

Codes

Color #C8B7D5 in popluar color models

C8B7D5
RGB200183213
HSL274°26.32%77.65%
HSB/HSV274°14.08%83.53%
CMYK6.10%14.08%0.00%
16.47%

Color #C8B7D5 in popluar number systems.

HEXC8B7D5
Decimal200183213
Binary110010001011011111010101
Octal310267325

Shades and tints

Shades of #C8B7D5

#C8B7D5
(200,183,213)
#B6A7C2
(182,167,194)
#A497AF
(164,151,175)
#92879C
(146,135,156)
#807789
(128,119,137)
#6E6776
(110,103,118)
#5C5763
(92,87,99)
#4A4750
(74,71,80)
#38373D
(56,55,61)
#26272A
(38,39,42)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #C8B7D5

#C8B7D5
(200,183,213)
#CDBDD8
(205,189,216)
#D2C3DB
(210,195,219)
#D7C9DE
(215,201,222)
#DCCFE1
(220,207,225)
#E1D5E4
(225,213,228)
#E6DBE7
(230,219,231)
#EBE1EA
(235,225,234)
#F0E7ED
(240,231,237)
#F5EDF0
(245,237,240)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B7D5 color. Also use rgb(200,183,213) instead hex code.

Text Font Color

.myTextColor { color: #C8B7D5; }

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

This text font color is #C8B7D5.


Background Color

.myBgColor { background-color: #C8B7D5; }

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

This div background color is #C8B7D5.


Border color

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

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

This div border color is #C8B7D5.


Opacity

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

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

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

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

This text has shadow with #C8B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B7D5 on black background.


Color preview on white background

This text has color #C8B7D5 on white background.



Black color preview on #C8B7D5 background

This text has black color on #C8B7D5 background.


White color preview on #C8B7D5 background

This text has white color on #C8B7D5 background.