COLOR #C8B0CB

HEX: #C8B0CB
RGB: (200,176,203)

Color info

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

RGB color model

#C8B0CB color RGB value is (200,176,203).

  • red value is 200;
  • green value is 176;
  • blue value is 203.
RGB:
(200,176,203)
(78%,69%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 203 of 255 = 80%

200
176
203

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

Portions of RGB colors in percentages

R + G + B =
200 + 176 + 203 = 579 (100%)
R 200 of 579 ~ 34.54%
G 176 of 579 ~ 30.4%
B 203 of 579 ~ 35.06%

%34.54
%30.4
%35.06

CMYK color model

#C8B0CB color CMYK value is (1,13,0,20).

  • cyan value is 1.48%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,13,0,20)
C1M13Y0K20 
(1%,13%,0%,20%)
(0.01/0.13/0.00/0.20)	

CMYK percentages

%1.48
%13.3
%0
%20.39

Codes

Color #C8B0CB in popluar color models

C8B0CB
RGB200176203
HSL293°20.61%74.31%
HSB/HSV293°13.30%79.61%
CMYK1.48%13.30%0.00%
20.39%

Color #C8B0CB in popluar number systems.

HEXC8B0CB
Decimal200176203
Binary110010001011000011001011
Octal310260313

Shades and tints

Shades of #C8B0CB

#C8B0CB
(200,176,203)
#B6A0B9
(182,160,185)
#A490A7
(164,144,167)
#928095
(146,128,149)
#807083
(128,112,131)
#6E6071
(110,96,113)
#5C505F
(92,80,95)
#4A404D
(74,64,77)
#38303B
(56,48,59)
#262029
(38,32,41)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #C8B0CB

#C8B0CB
(200,176,203)
#CDB7CF
(205,183,207)
#D2BED3
(210,190,211)
#D7C5D7
(215,197,215)
#DCCCDB
(220,204,219)
#E1D3DF
(225,211,223)
#E6DAE3
(230,218,227)
#EBE1E7
(235,225,231)
#F0E8EB
(240,232,235)
#F5EFEF
(245,239,239)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B0CB color. Also use rgb(200,176,203) instead hex code.

Text Font Color

.myTextColor { color: #C8B0CB; }

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

This text font color is #C8B0CB.


Background Color

.myBgColor { background-color: #C8B0CB; }

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

This div background color is #C8B0CB.


Border color

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

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

This div border color is #C8B0CB.


Opacity

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

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

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

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

This text has shadow with #C8B0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B0CB on black background.


Color preview on white background

This text has color #C8B0CB on white background.



Black color preview on #C8B0CB background

This text has black color on #C8B0CB background.


White color preview on #C8B0CB background

This text has white color on #C8B0CB background.