COLOR #C8B4EC

HEX: #C8B4EC
RGB: (200,180,236)

Color info

#C8B4EC contains red, green and blue colors in about the same proportion. Web safe color of #C8B4EC is #CCCCFF (or #CCF).

RGB color model

#C8B4EC color RGB value is (200,180,236).

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

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 236 of 255 = 93%

200
180
236

R + G + B ~ 81%. #C8B4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 236 = 616 (100%)
R 200 of 616 ~ 32.47%
G 180 of 616 ~ 29.22%
B 236 of 616 ~ 38.31%

%32.47
%29.22
%38.31

CMYK color model

#C8B4EC color CMYK value is (15,24,0,7).

  • cyan value is 15.25%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(15,24,0,7)
C15M24Y0K7 
(15%,24%,0%,7%)
(0.15/0.24/0.00/0.07)	

CMYK percentages

%15.25
%23.73
%0
%7.45

Codes

Color #C8B4EC in popluar color models

C8B4EC
RGB200180236
HSL261°59.57%81.57%
HSB/HSV261°23.73%92.55%
CMYK15.25%23.73%0.00%
7.45%

Color #C8B4EC in popluar number systems.

HEXC8B4EC
Decimal200180236
Binary110010001011010011101100
Octal310264354

Shades and tints

Shades of #C8B4EC

#C8B4EC
(200,180,236)
#B6A4D7
(182,164,215)
#A494C2
(164,148,194)
#9284AD
(146,132,173)
#807498
(128,116,152)
#6E6483
(110,100,131)
#5C546E
(92,84,110)
#4A4459
(74,68,89)
#383444
(56,52,68)
#26242F
(38,36,47)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #C8B4EC

#C8B4EC
(200,180,236)
#CDBAED
(205,186,237)
#D2C0EE
(210,192,238)
#D7C6EF
(215,198,239)
#DCCCF0
(220,204,240)
#E1D2F1
(225,210,241)
#E6D8F2
(230,216,242)
#EBDEF3
(235,222,243)
#F0E4F4
(240,228,244)
#F5EAF5
(245,234,245)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4EC; }

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

This text font color is #C8B4EC.


Background Color

.myBgColor { background-color: #C8B4EC; }

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

This div background color is #C8B4EC.


Border color

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

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

This div border color is #C8B4EC.


Opacity

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

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

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

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

This text has shadow with #C8B4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B4EC on black background.


Color preview on white background

This text has color #C8B4EC on white background.



Black color preview on #C8B4EC background

This text has black color on #C8B4EC background.


White color preview on #C8B4EC background

This text has white color on #C8B4EC background.