COLOR #C8B6D7

HEX: #C8B6D7
RGB: (200,182,215)

Color info

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

RGB color model

#C8B6D7 color RGB value is (200,182,215).

  • red value is 200;
  • green value is 182;
  • blue value is 215.
RGB:
(200,182,215)
(78%,71%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 215 of 255 = 84%

200
182
215

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

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 215 = 597 (100%)
R 200 of 597 ~ 33.5%
G 182 of 597 ~ 30.49%
B 215 of 597 ~ 36.01%

%33.5
%30.49
%36.01

CMYK color model

#C8B6D7 color CMYK value is (7,15,0,16).

  • cyan value is 6.98%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,15,0,16)
C7M15Y0K16 
(7%,15%,0%,16%)
(0.07/0.15/0.00/0.16)	

CMYK percentages

%6.98
%15.35
%0
%15.69

Codes

Color #C8B6D7 in popluar color models

C8B6D7
RGB200182215
HSL273°29.20%77.84%
HSB/HSV273°15.35%84.31%
CMYK6.98%15.35%0.00%
15.69%

Color #C8B6D7 in popluar number systems.

HEXC8B6D7
Decimal200182215
Binary110010001011011011010111
Octal310266327

Shades and tints

Shades of #C8B6D7

#C8B6D7
(200,182,215)
#B6A6C4
(182,166,196)
#A496B1
(164,150,177)
#92869E
(146,134,158)
#80768B
(128,118,139)
#6E6678
(110,102,120)
#5C5665
(92,86,101)
#4A4652
(74,70,82)
#38363F
(56,54,63)
#26262C
(38,38,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C8B6D7

#C8B6D7
(200,182,215)
#CDBCDA
(205,188,218)
#D2C2DD
(210,194,221)
#D7C8E0
(215,200,224)
#DCCEE3
(220,206,227)
#E1D4E6
(225,212,230)
#E6DAE9
(230,218,233)
#EBE0EC
(235,224,236)
#F0E6EF
(240,230,239)
#F5ECF2
(245,236,242)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B6D7 color. Also use rgb(200,182,215) instead hex code.

Text Font Color

.myTextColor { color: #C8B6D7; }

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

This text font color is #C8B6D7.


Background Color

.myBgColor { background-color: #C8B6D7; }

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

This div background color is #C8B6D7.


Border color

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

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

This div border color is #C8B6D7.


Opacity

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

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

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

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

This text has shadow with #C8B6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B6D7 on black background.


Color preview on white background

This text has color #C8B6D7 on white background.



Black color preview on #C8B6D7 background

This text has black color on #C8B6D7 background.


White color preview on #C8B6D7 background

This text has white color on #C8B6D7 background.