COLOR #C8B1D6

HEX: #C8B1D6
RGB: (200,177,214)

Color info

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

RGB color model

#C8B1D6 color RGB value is (200,177,214).

  • red value is 200;
  • green value is 177;
  • blue value is 214.
RGB:
(200,177,214)
(78%,69%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 214 of 255 = 84%

200
177
214

R + G + B ~ 77%. #C8B1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 177 + 214 = 591 (100%)
R 200 of 591 ~ 33.84%
G 177 of 591 ~ 29.95%
B 214 of 591 ~ 36.21%

%33.84
%29.95
%36.21

CMYK color model

#C8B1D6 color CMYK value is (7,17,0,16).

  • cyan value is 6.54%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,17,0,16)
C7M17Y0K16 
(7%,17%,0%,16%)
(0.07/0.17/0.00/0.16)	

CMYK percentages

%6.54
%17.29
%0
%16.08

Codes

Color #C8B1D6 in popluar color models

C8B1D6
RGB200177214
HSL277°31.09%76.67%
HSB/HSV277°17.29%83.92%
CMYK6.54%17.29%0.00%
16.08%

Color #C8B1D6 in popluar number systems.

HEXC8B1D6
Decimal200177214
Binary110010001011000111010110
Octal310261326

Shades and tints

Shades of #C8B1D6

#C8B1D6
(200,177,214)
#B6A1C3
(182,161,195)
#A491B0
(164,145,176)
#92819D
(146,129,157)
#80718A
(128,113,138)
#6E6177
(110,97,119)
#5C5164
(92,81,100)
#4A4151
(74,65,81)
#38313E
(56,49,62)
#26212B
(38,33,43)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #C8B1D6

#C8B1D6
(200,177,214)
#CDB8D9
(205,184,217)
#D2BFDC
(210,191,220)
#D7C6DF
(215,198,223)
#DCCDE2
(220,205,226)
#E1D4E5
(225,212,229)
#E6DBE8
(230,219,232)
#EBE2EB
(235,226,235)
#F0E9EE
(240,233,238)
#F5F0F1
(245,240,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B1D6 color. Also use rgb(200,177,214) instead hex code.

Text Font Color

.myTextColor { color: #C8B1D6; }

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

This text font color is #C8B1D6.


Background Color

.myBgColor { background-color: #C8B1D6; }

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

This div background color is #C8B1D6.


Border color

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

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

This div border color is #C8B1D6.


Opacity

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

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

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

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

This text has shadow with #C8B1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B1D6 on black background.


Color preview on white background

This text has color #C8B1D6 on white background.



Black color preview on #C8B1D6 background

This text has black color on #C8B1D6 background.


White color preview on #C8B1D6 background

This text has white color on #C8B1D6 background.