COLOR #C8B6CA

HEX: #C8B6CA
RGB: (200,182,202)

Color info

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

RGB color model

#C8B6CA color RGB value is (200,182,202).

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

RGB channels and saturation

R 200 of 255 = 78%
G 182 of 255 = 71%
B 202 of 255 = 79%

200
182
202

R + G + B ~ 76%. #C8B6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 182 + 202 = 584 (100%)
R 200 of 584 ~ 34.25%
G 182 of 584 ~ 31.16%
B 202 of 584 ~ 34.59%

%34.25
%31.16
%34.59

CMYK color model

#C8B6CA color CMYK value is (1,10,0,21).

  • cyan value is 0.99%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,10,0,21)
C1M10Y0K21 
(1%,10%,0%,21%)
(0.01/0.10/0.00/0.21)	

CMYK percentages

%0.99
%9.9
%0
%20.78

Codes

Color #C8B6CA in popluar color models

C8B6CA
RGB200182202
HSL294°15.87%75.29%
HSB/HSV294°9.90%79.22%
CMYK0.99%9.90%0.00%
20.78%

Color #C8B6CA in popluar number systems.

HEXC8B6CA
Decimal200182202
Binary110010001011011011001010
Octal310266312

Shades and tints

Shades of #C8B6CA

#C8B6CA
(200,182,202)
#B6A6B8
(182,166,184)
#A496A6
(164,150,166)
#928694
(146,134,148)
#807682
(128,118,130)
#6E6670
(110,102,112)
#5C565E
(92,86,94)
#4A464C
(74,70,76)
#38363A
(56,54,58)
#262628
(38,38,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #C8B6CA

#C8B6CA
(200,182,202)
#CDBCCE
(205,188,206)
#D2C2D2
(210,194,210)
#D7C8D6
(215,200,214)
#DCCEDA
(220,206,218)
#E1D4DE
(225,212,222)
#E6DAE2
(230,218,226)
#EBE0E6
(235,224,230)
#F0E6EA
(240,230,234)
#F5ECEE
(245,236,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B6CA; }

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

This text font color is #C8B6CA.


Background Color

.myBgColor { background-color: #C8B6CA; }

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

This div background color is #C8B6CA.


Border color

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

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

This div border color is #C8B6CA.


Opacity

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

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

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

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

This text has shadow with #C8B6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B6CA on black background.


Color preview on white background

This text has color #C8B6CA on white background.



Black color preview on #C8B6CA background

This text has black color on #C8B6CA background.


White color preview on #C8B6CA background

This text has white color on #C8B6CA background.