COLOR #C8B4E6

HEX: #C8B4E6
RGB: (200,180,230)

Color info

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

RGB color model

#C8B4E6 color RGB value is (200,180,230).

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

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 230 of 255 = 90%

200
180
230

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

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 230 = 610 (100%)
R 200 of 610 ~ 32.79%
G 180 of 610 ~ 29.51%
B 230 of 610 ~ 37.7%

%32.79
%29.51
%37.7

CMYK color model

#C8B4E6 color CMYK value is (13,22,0,10).

  • cyan value is 13.04%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,22,0,10)
C13M22Y0K10 
(13%,22%,0%,10%)
(0.13/0.22/0.00/0.10)	

CMYK percentages

%13.04
%21.74
%0
%9.8

Codes

Color #C8B4E6 in popluar color models

C8B4E6
RGB200180230
HSL264°50.00%80.39%
HSB/HSV264°21.74%90.20%
CMYK13.04%21.74%0.00%
9.80%

Color #C8B4E6 in popluar number systems.

HEXC8B4E6
Decimal200180230
Binary110010001011010011100110
Octal310264346

Shades and tints

Shades of #C8B4E6

#C8B4E6
(200,180,230)
#B6A4D2
(182,164,210)
#A494BE
(164,148,190)
#9284AA
(146,132,170)
#807496
(128,116,150)
#6E6482
(110,100,130)
#5C546E
(92,84,110)
#4A445A
(74,68,90)
#383446
(56,52,70)
#262432
(38,36,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #C8B4E6

#C8B4E6
(200,180,230)
#CDBAE8
(205,186,232)
#D2C0EA
(210,192,234)
#D7C6EC
(215,198,236)
#DCCCEE
(220,204,238)
#E1D2F0
(225,210,240)
#E6D8F2
(230,216,242)
#EBDEF4
(235,222,244)
#F0E4F6
(240,228,246)
#F5EAF8
(245,234,248)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4E6; }

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

This text font color is #C8B4E6.


Background Color

.myBgColor { background-color: #C8B4E6; }

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

This div background color is #C8B4E6.


Border color

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

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

This div border color is #C8B4E6.


Opacity

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

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

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

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

This text has shadow with #C8B4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B4E6 on black background.


Color preview on white background

This text has color #C8B4E6 on white background.



Black color preview on #C8B4E6 background

This text has black color on #C8B4E6 background.


White color preview on #C8B4E6 background

This text has white color on #C8B4E6 background.