COLOR #C8B5CE

HEX: #C8B5CE RGB: (200,181,206)

Color info

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

RGB color model

#C8B5CE color RGB value is (200,181,206).

RGB: (200,181,206) (78%, 71%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 206 of 255 = 81%

200
181
206

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

Portions of RGB colors in percentages

R + G + B = 200 + 181 + 206 = 587 (100%)
R 200 of 587 ~ 34.07%
G 181 of 587 ~ 30.83%
B 206 of 587 ~ 35.09'%

%34.07
%30.83
%35.09

CMYK color model

#C8B5CE color CMYK value is (3,12,0,19).

  • cyan value is 2.91%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (3,12,0,19)
C3M12Y0K19 (3%, 12%, 0%, 19%)
(0.03 / 0.12 / 0.00 / 0.19)

CMYK percentages

%2.91
%12.14
%0
%19.22

Codes

Color #C8B5CE in popluar color models

C8 B5 CE
RGB 200 181 206
HSL 286° 20.33% 75.88%
HSB/HSV 286° 12.14% 80.78%
CMYK 2.91% 12.14% 0.00%
19.22%

Color #C8B5CE in popluar number systems.

HEX C8 B5 CE
Decimal 200 181 206
Binary 11001000 10110101 11001110
Octal 310 265 316

Shades and tints

Shades of #C8B5CE

#C8B5CE
(200,181,206)
#B6A5BC
(182,165,188)
#A495AA
(164,149,170)
#928598
(146,133,152)
#807586
(128,117,134)
#6E6574
(110,101,116)
#5C5562
(92,85,98)
#4A4550
(74,69,80)
#38353E
(56,53,62)
#26252C
(38,37,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #C8B5CE

#C8B5CE
(200,181,206)
#CDBBD2
(205,187,210)
#D2C1D6
(210,193,214)
#D7C7DA
(215,199,218)
#DCCDDE
(220,205,222)
#E1D3E2
(225,211,226)
#E6D9E6
(230,217,230)
#EBDFEA
(235,223,234)
#F0E5EE
(240,229,238)
#F5EBF2
(245,235,242)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B5CE color. Also use rgb(200,181,206) instead hex code.

Text Font Color

.myTextColor { color: #C8B5CE; }

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

This text font color is #C8B5CE.

Background Color

.myBgColor { background-color: #C8B5CE; }

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

This div background color is #C8B5CE.

Border color

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

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

This div border color is #C8B5CE.

Opacity

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

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

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

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

This text has shadow with #C8B5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B5CE.

Preview

Color preview on black background

This text has color #C8B5CE on black background.


Color preview on white background

This text has color #C8B5CE on white background.


Black color preview on #C8B5CE background

This text has black color on #C8B5CE background.


White color preview on #C8B5CE background

This text has white color on #C8B5CE background.


Related colors

Complementary color

Complementary color for #hex is #374A31.


I love getcolorcode.com

Triadic colors

1 #CEC8B5 and #B5CEC8 with #C8B5CE are triadic colors.

2 #CEB5C8 and #B5C8CE with #C8B5CE are triadic colors.