COLOR #C8BCD1

HEX: #C8BCD1
RGB: (200,188,209)

Color info

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

RGB color model

#C8BCD1 color RGB value is (200,188,209).

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

RGB channels and saturation

R 200 of 255 = 78%
G 188 of 255 = 74%
B 209 of 255 = 82%

200
188
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 188 + 209 = 597 (100%)
R 200 of 597 ~ 33.5%
G 188 of 597 ~ 31.49%
B 209 of 597 ~ 35.01%

%33.5
%31.49
%35.01

CMYK color model

#C8BCD1 color CMYK value is (4,10,0,18).

  • cyan value is 4.31%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,10,0,18)
C4M10Y0K18 
(4%,10%,0%,18%)
(0.04/0.10/0.00/0.18)	

CMYK percentages

%4.31
%10.05
%0
%18.04

Codes

Color #C8BCD1 in popluar color models

C8BCD1
RGB200188209
HSL274°18.58%77.84%
HSB/HSV274°10.05%81.96%
CMYK4.31%10.05%0.00%
18.04%

Color #C8BCD1 in popluar number systems.

HEXC8BCD1
Decimal200188209
Binary110010001011110011010001
Octal310274321

Shades and tints

Shades of #C8BCD1

#C8BCD1
(200,188,209)
#B6ABBE
(182,171,190)
#A49AAB
(164,154,171)
#928998
(146,137,152)
#807885
(128,120,133)
#6E6772
(110,103,114)
#5C565F
(92,86,95)
#4A454C
(74,69,76)
#383439
(56,52,57)
#262326
(38,35,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C8BCD1

#C8BCD1
(200,188,209)
#CDC2D5
(205,194,213)
#D2C8D9
(210,200,217)
#D7CEDD
(215,206,221)
#DCD4E1
(220,212,225)
#E1DAE5
(225,218,229)
#E6E0E9
(230,224,233)
#EBE6ED
(235,230,237)
#F0ECF1
(240,236,241)
#F5F2F5
(245,242,245)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BCD1; }

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

This text font color is #C8BCD1.


Background Color

.myBgColor { background-color: #C8BCD1; }

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

This div background color is #C8BCD1.


Border color

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

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

This div border color is #C8BCD1.


Opacity

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

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

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

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

This text has shadow with #C8BCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BCD1 on black background.


Color preview on white background

This text has color #C8BCD1 on white background.



Black color preview on #C8BCD1 background

This text has black color on #C8BCD1 background.


White color preview on #C8BCD1 background

This text has white color on #C8BCD1 background.