COLOR #C8BCD2

HEX: #C8BCD2
RGB: (200,188,210)

Color info

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

RGB color model

#C8BCD2 color RGB value is (200,188,210).

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

RGB channels and saturation

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

200
188
210

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

Portions of RGB colors in percentages

R + G + B =
200 + 188 + 210 = 598 (100%)
R 200 of 598 ~ 33.44%
G 188 of 598 ~ 31.44%
B 210 of 598 ~ 35.12%

%33.44
%31.44
%35.12

CMYK color model

#C8BCD2 color CMYK value is (5,10,0,18).

  • cyan value is 4.76%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,10,0,18)
C5M10Y0K18 
(5%,10%,0%,18%)
(0.05/0.10/0.00/0.18)	

CMYK percentages

%4.76
%10.48
%0
%17.65

Codes

Color #C8BCD2 in popluar color models

C8BCD2
RGB200188210
HSL273°19.64%78.04%
HSB/HSV273°10.48%82.35%
CMYK4.76%10.48%0.00%
17.65%

Color #C8BCD2 in popluar number systems.

HEXC8BCD2
Decimal200188210
Binary110010001011110011010010
Octal310274322

Shades and tints

Shades of #C8BCD2

#C8BCD2
(200,188,210)
#B6ABBF
(182,171,191)
#A49AAC
(164,154,172)
#928999
(146,137,153)
#807886
(128,120,134)
#6E6773
(110,103,115)
#5C5660
(92,86,96)
#4A454D
(74,69,77)
#38343A
(56,52,58)
#262327
(38,35,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8BCD2

#C8BCD2
(200,188,210)
#CDC2D6
(205,194,214)
#D2C8DA
(210,200,218)
#D7CEDE
(215,206,222)
#DCD4E2
(220,212,226)
#E1DAE6
(225,218,230)
#E6E0EA
(230,224,234)
#EBE6EE
(235,230,238)
#F0ECF2
(240,236,242)
#F5F2F6
(245,242,246)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BCD2; }

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

This text font color is #C8BCD2.


Background Color

.myBgColor { background-color: #C8BCD2; }

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

This div background color is #C8BCD2.


Border color

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

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

This div border color is #C8BCD2.


Opacity

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

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

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

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

This text has shadow with #C8BCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BCD2 on black background.


Color preview on white background

This text has color #C8BCD2 on white background.



Black color preview on #C8BCD2 background

This text has black color on #C8BCD2 background.


White color preview on #C8BCD2 background

This text has white color on #C8BCD2 background.