COLOR #C8B3E0

HEX: #C8B3E0
RGB: (200,179,224)

Color info

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

RGB color model

#C8B3E0 color RGB value is (200,179,224).

  • red value is 200;
  • green value is 179;
  • blue value is 224.
RGB:
(200,179,224)
(78%,70%,88%)

RGB channels and saturation

R 200 of 255 = 78%
G 179 of 255 = 70%
B 224 of 255 = 88%

200
179
224

R + G + B ~ 79%. #C8B3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 179 + 224 = 603 (100%)
R 200 of 603 ~ 33.17%
G 179 of 603 ~ 29.68%
B 224 of 603 ~ 37.15%

%33.17
%29.68
%37.15

CMYK color model

#C8B3E0 color CMYK value is (11,20,0,12).

  • cyan value is 10.71%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(11,20,0,12)
C11M20Y0K12 
(11%,20%,0%,12%)
(0.11/0.20/0.00/0.12)	

CMYK percentages

%10.71
%20.09
%0
%12.16

Codes

Color #C8B3E0 in popluar color models

C8B3E0
RGB200179224
HSL268°42.06%79.02%
HSB/HSV268°20.09%87.84%
CMYK10.71%20.09%0.00%
12.16%

Color #C8B3E0 in popluar number systems.

HEXC8B3E0
Decimal200179224
Binary110010001011001111100000
Octal310263340

Shades and tints

Shades of #C8B3E0

#C8B3E0
(200,179,224)
#B6A3CC
(182,163,204)
#A493B8
(164,147,184)
#9283A4
(146,131,164)
#807390
(128,115,144)
#6E637C
(110,99,124)
#5C5368
(92,83,104)
#4A4354
(74,67,84)
#383340
(56,51,64)
#26232C
(38,35,44)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C8B3E0

#C8B3E0
(200,179,224)
#CDB9E2
(205,185,226)
#D2BFE4
(210,191,228)
#D7C5E6
(215,197,230)
#DCCBE8
(220,203,232)
#E1D1EA
(225,209,234)
#E6D7EC
(230,215,236)
#EBDDEE
(235,221,238)
#F0E3F0
(240,227,240)
#F5E9F2
(245,233,242)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B3E0 color. Also use rgb(200,179,224) instead hex code.

Text Font Color

.myTextColor { color: #C8B3E0; }

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

This text font color is #C8B3E0.


Background Color

.myBgColor { background-color: #C8B3E0; }

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

This div background color is #C8B3E0.


Border color

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

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

This div border color is #C8B3E0.


Opacity

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

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

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

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

This text has shadow with #C8B3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B3E0 on black background.


Color preview on white background

This text has color #C8B3E0 on white background.



Black color preview on #C8B3E0 background

This text has black color on #C8B3E0 background.


White color preview on #C8B3E0 background

This text has white color on #C8B3E0 background.