COLOR #C8B8D1

HEX: #C8B8D1
RGB: (200,184,209)

Color info

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

RGB color model

#C8B8D1 color RGB value is (200,184,209).

  • red value is 200;
  • green value is 184;
  • blue value is 209.
RGB:
(200,184,209)
(78%,72%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 209 of 255 = 82%

200
184
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 209 = 593 (100%)
R 200 of 593 ~ 33.73%
G 184 of 593 ~ 31.03%
B 209 of 593 ~ 35.24%

%33.73
%31.03
%35.24

CMYK color model

#C8B8D1 color CMYK value is (4,12,0,18).

  • cyan value is 4.31%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,12,0,18)
C4M12Y0K18 
(4%,12%,0%,18%)
(0.04/0.12/0.00/0.18)	

CMYK percentages

%4.31
%11.96
%0
%18.04

Codes

Color #C8B8D1 in popluar color models

C8B8D1
RGB200184209
HSL278°21.37%77.06%
HSB/HSV278°11.96%81.96%
CMYK4.31%11.96%0.00%
18.04%

Color #C8B8D1 in popluar number systems.

HEXC8B8D1
Decimal200184209
Binary110010001011100011010001
Octal310270321

Shades and tints

Shades of #C8B8D1

#C8B8D1
(200,184,209)
#B6A8BE
(182,168,190)
#A498AB
(164,152,171)
#928898
(146,136,152)
#807885
(128,120,133)
#6E6872
(110,104,114)
#5C585F
(92,88,95)
#4A484C
(74,72,76)
#383839
(56,56,57)
#262826
(38,40,38)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8B8D1

#C8B8D1
(200,184,209)
#CDBED5
(205,190,213)
#D2C4D9
(210,196,217)
#D7CADD
(215,202,221)
#DCD0E1
(220,208,225)
#E1D6E5
(225,214,229)
#E6DCE9
(230,220,233)
#EBE2ED
(235,226,237)
#F0E8F1
(240,232,241)
#F5EEF5
(245,238,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B8D1 color. Also use rgb(200,184,209) instead hex code.

Text Font Color

.myTextColor { color: #C8B8D1; }

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

This text font color is #C8B8D1.


Background Color

.myBgColor { background-color: #C8B8D1; }

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

This div background color is #C8B8D1.


Border color

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

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

This div border color is #C8B8D1.


Opacity

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

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

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

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

This text has shadow with #C8B8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B8D1 on black background.


Color preview on white background

This text has color #C8B8D1 on white background.



Black color preview on #C8B8D1 background

This text has black color on #C8B8D1 background.


White color preview on #C8B8D1 background

This text has white color on #C8B8D1 background.