COLOR #C8B6DF

HEX: #C8B6DF
RGB: (200,182,223)

Color info

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

RGB color model

#C8B6DF color RGB value is (200,182,223).

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

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 223 of 255 = 87%

200
182
223

R + G + B ~ 79%. #C8B6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 223 = 605 (100%)
R 200 of 605 ~ 33.06%
G 182 of 605 ~ 30.08%
B 223 of 605 ~ 36.86%

%33.06
%30.08
%36.86

CMYK color model

#C8B6DF color CMYK value is (10,18,0,13).

  • cyan value is 10.31%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,18,0,13)
C10M18Y0K13 
(10%,18%,0%,13%)
(0.10/0.18/0.00/0.13)	

CMYK percentages

%10.31
%18.39
%0
%12.55

Codes

Color #C8B6DF in popluar color models

C8B6DF
RGB200182223
HSL266°39.05%79.41%
HSB/HSV266°18.39%87.45%
CMYK10.31%18.39%0.00%
12.55%

Color #C8B6DF in popluar number systems.

HEXC8B6DF
Decimal200182223
Binary110010001011011011011111
Octal310266337

Shades and tints

Shades of #C8B6DF

#C8B6DF
(200,182,223)
#B6A6CB
(182,166,203)
#A496B7
(164,150,183)
#9286A3
(146,134,163)
#80768F
(128,118,143)
#6E667B
(110,102,123)
#5C5667
(92,86,103)
#4A4653
(74,70,83)
#38363F
(56,54,63)
#26262B
(38,38,43)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #C8B6DF

#C8B6DF
(200,182,223)
#CDBCE1
(205,188,225)
#D2C2E3
(210,194,227)
#D7C8E5
(215,200,229)
#DCCEE7
(220,206,231)
#E1D4E9
(225,212,233)
#E6DAEB
(230,218,235)
#EBE0ED
(235,224,237)
#F0E6EF
(240,230,239)
#F5ECF1
(245,236,241)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B6DF; }

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

This text font color is #C8B6DF.


Background Color

.myBgColor { background-color: #C8B6DF; }

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

This div background color is #C8B6DF.


Border color

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

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

This div border color is #C8B6DF.


Opacity

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

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

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

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

This text has shadow with #C8B6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B6DF on black background.


Color preview on white background

This text has color #C8B6DF on white background.



Black color preview on #C8B6DF background

This text has black color on #C8B6DF background.


White color preview on #C8B6DF background

This text has white color on #C8B6DF background.