COLOR #C8BBCA

HEX: #C8BBCA
RGB: (200,187,202)

Color info

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

RGB color model

#C8BBCA color RGB value is (200,187,202).

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

RGB channels and saturation

R 200 of 255 = 78%
G 187 of 255 = 73%
B 202 of 255 = 79%

200
187
202

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

Portions of RGB colors in percentages

R + G + B =
200 + 187 + 202 = 589 (100%)
R 200 of 589 ~ 33.96%
G 187 of 589 ~ 31.75%
B 202 of 589 ~ 34.3%

%33.96
%31.75
%34.3

CMYK color model

#C8BBCA color CMYK value is (1,7,0,21).

  • cyan value is 0.99%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,7,0,21)
C1M7Y0K21 
(1%,7%,0%,21%)
(0.01/0.07/0.00/0.21)	

CMYK percentages

%0.99
%7.43
%0
%20.78

Codes

Color #C8BBCA in popluar color models

C8BBCA
RGB200187202
HSL292°12.40%76.27%
HSB/HSV292°7.43%79.22%
CMYK0.99%7.43%0.00%
20.78%

Color #C8BBCA in popluar number systems.

HEXC8BBCA
Decimal200187202
Binary110010001011101111001010
Octal310273312

Shades and tints

Shades of #C8BBCA

#C8BBCA
(200,187,202)
#B6AAB8
(182,170,184)
#A499A6
(164,153,166)
#928894
(146,136,148)
#807782
(128,119,130)
#6E6670
(110,102,112)
#5C555E
(92,85,94)
#4A444C
(74,68,76)
#38333A
(56,51,58)
#262228
(38,34,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #C8BBCA

#C8BBCA
(200,187,202)
#CDC1CE
(205,193,206)
#D2C7D2
(210,199,210)
#D7CDD6
(215,205,214)
#DCD3DA
(220,211,218)
#E1D9DE
(225,217,222)
#E6DFE2
(230,223,226)
#EBE5E6
(235,229,230)
#F0EBEA
(240,235,234)
#F5F1EE
(245,241,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BBCA; }

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

This text font color is #C8BBCA.


Background Color

.myBgColor { background-color: #C8BBCA; }

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

This div background color is #C8BBCA.


Border color

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

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

This div border color is #C8BBCA.


Opacity

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

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

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

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

This text has shadow with #C8BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BBCA on black background.


Color preview on white background

This text has color #C8BBCA on white background.



Black color preview on #C8BBCA background

This text has black color on #C8BBCA background.


White color preview on #C8BBCA background

This text has white color on #C8BBCA background.