COLOR #C8B9E6

HEX: #C8B9E6
RGB: (200,185,230)

Color info

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

RGB color model

#C8B9E6 color RGB value is (200,185,230).

  • red value is 200;
  • green value is 185;
  • blue value is 230.
RGB:
(200,185,230)
(78%,73%,90%)

RGB channels and saturation

R 200 of 255 = 78%
G 185 of 255 = 73%
B 230 of 255 = 90%

200
185
230

R + G + B ~ 80%. #C8B9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 185 + 230 = 615 (100%)
R 200 of 615 ~ 32.52%
G 185 of 615 ~ 30.08%
B 230 of 615 ~ 37.4%

%32.52
%30.08
%37.4

CMYK color model

#C8B9E6 color CMYK value is (13,20,0,10).

  • cyan value is 13.04%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,20,0,10)
C13M20Y0K10 
(13%,20%,0%,10%)
(0.13/0.20/0.00/0.10)	

CMYK percentages

%13.04
%19.57
%0
%9.8

Codes

Color #C8B9E6 in popluar color models

C8B9E6
RGB200185230
HSL260°47.37%81.37%
HSB/HSV260°19.57%90.20%
CMYK13.04%19.57%0.00%
9.80%

Color #C8B9E6 in popluar number systems.

HEXC8B9E6
Decimal200185230
Binary110010001011100111100110
Octal310271346

Shades and tints

Shades of #C8B9E6

#C8B9E6
(200,185,230)
#B6A9D2
(182,169,210)
#A499BE
(164,153,190)
#9289AA
(146,137,170)
#807996
(128,121,150)
#6E6982
(110,105,130)
#5C596E
(92,89,110)
#4A495A
(74,73,90)
#383946
(56,57,70)
#262932
(38,41,50)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #C8B9E6

#C8B9E6
(200,185,230)
#CDBFE8
(205,191,232)
#D2C5EA
(210,197,234)
#D7CBEC
(215,203,236)
#DCD1EE
(220,209,238)
#E1D7F0
(225,215,240)
#E6DDF2
(230,221,242)
#EBE3F4
(235,227,244)
#F0E9F6
(240,233,246)
#F5EFF8
(245,239,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B9E6 color. Also use rgb(200,185,230) instead hex code.

Text Font Color

.myTextColor { color: #C8B9E6; }

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

This text font color is #C8B9E6.


Background Color

.myBgColor { background-color: #C8B9E6; }

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

This div background color is #C8B9E6.


Border color

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

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

This div border color is #C8B9E6.


Opacity

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

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

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

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

This text has shadow with #C8B9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B9E6 on black background.


Color preview on white background

This text has color #C8B9E6 on white background.



Black color preview on #C8B9E6 background

This text has black color on #C8B9E6 background.


White color preview on #C8B9E6 background

This text has white color on #C8B9E6 background.