COLOR #C8B4FE

HEX: #C8B4FE
RGB: (200,180,254)

Color info

#C8B4FE contains mainly red and blue colors. Web safe color of #C8B4FE is #CCCCFF (or #CCF).

RGB color model

#C8B4FE color RGB value is (200,180,254).

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

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 254 of 255 = 100%

200
180
254

R + G + B ~ 83%. #C8B4FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 254 = 634 (100%)
R 200 of 634 ~ 31.55%
G 180 of 634 ~ 28.39%
B 254 of 634 ~ 40.06%

%31.55
%28.39
%40.06

CMYK color model

#C8B4FE color CMYK value is (21,29,0,0).

  • cyan value is 21.26%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,29,0,0)
C21M29Y0K0 
(21%,29%,0%,0%)
(0.21/0.29/0.00/0.00)	

CMYK percentages

%21.26
%29.13
%0
%0.39

Codes

Color #C8B4FE in popluar color models

C8B4FE
RGB200180254
HSL256°97.37%85.10%
HSB/HSV256°29.13%99.61%
CMYK21.26%29.13%0.00%
0.39%

Color #C8B4FE in popluar number systems.

HEXC8B4FE
Decimal200180254
Binary110010001011010011111110
Octal310264376

Shades and tints

Shades of #C8B4FE

#C8B4FE
(200,180,254)
#B6A4E7
(182,164,231)
#A494D0
(164,148,208)
#9284B9
(146,132,185)
#8074A2
(128,116,162)
#6E648B
(110,100,139)
#5C5474
(92,84,116)
#4A445D
(74,68,93)
#383446
(56,52,70)
#26242F
(38,36,47)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C8B4FE

#C8B4FE
(200,180,254)
#CDBAFE
(205,186,254)
#D2C0FE
(210,192,254)
#D7C6FE
(215,198,254)
#DCCCFE
(220,204,254)
#E1D2FE
(225,210,254)
#E6D8FE
(230,216,254)
#EBDEFE
(235,222,254)
#F0E4FE
(240,228,254)
#F5EAFE
(245,234,254)
#FAF0FE
(250,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4FE; }

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

This text font color is #C8B4FE.


Background Color

.myBgColor { background-color: #C8B4FE; }

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

This div background color is #C8B4FE.


Border color

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

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

This div border color is #C8B4FE.


Opacity

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

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

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

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

This text has shadow with #C8B4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B4FE on black background.


Color preview on white background

This text has color #C8B4FE on white background.



Black color preview on #C8B4FE background

This text has black color on #C8B4FE background.


White color preview on #C8B4FE background

This text has white color on #C8B4FE background.