COLOR #C8BFE0

HEX: #C8BFE0
RGB: (200,191,224)

Color info

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

RGB color model

#C8BFE0 color RGB value is (200,191,224).

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

RGB channels and saturation

R 200 of 255 = 78%
G 191 of 255 = 75%
B 224 of 255 = 88%

200
191
224

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

Portions of RGB colors in percentages

R + G + B =
200 + 191 + 224 = 615 (100%)
R 200 of 615 ~ 32.52%
G 191 of 615 ~ 31.06%
B 224 of 615 ~ 36.42%

%32.52
%31.06
%36.42

CMYK color model

#C8BFE0 color CMYK value is (11,15,0,12).

  • cyan value is 10.71%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(11,15,0,12)
C11M15Y0K12 
(11%,15%,0%,12%)
(0.11/0.15/0.00/0.12)	

CMYK percentages

%10.71
%14.73
%0
%12.16

Codes

Color #C8BFE0 in popluar color models

C8BFE0
RGB200191224
HSL256°34.74%81.37%
HSB/HSV256°14.73%87.84%
CMYK10.71%14.73%0.00%
12.16%

Color #C8BFE0 in popluar number systems.

HEXC8BFE0
Decimal200191224
Binary110010001011111111100000
Octal310277340

Shades and tints

Shades of #C8BFE0

#C8BFE0
(200,191,224)
#B6AECC
(182,174,204)
#A49DB8
(164,157,184)
#928CA4
(146,140,164)
#807B90
(128,123,144)
#6E6A7C
(110,106,124)
#5C5968
(92,89,104)
#4A4854
(74,72,84)
#383740
(56,55,64)
#26262C
(38,38,44)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8BFE0

#C8BFE0
(200,191,224)
#CDC4E2
(205,196,226)
#D2C9E4
(210,201,228)
#D7CEE6
(215,206,230)
#DCD3E8
(220,211,232)
#E1D8EA
(225,216,234)
#E6DDEC
(230,221,236)
#EBE2EE
(235,226,238)
#F0E7F0
(240,231,240)
#F5ECF2
(245,236,242)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BFE0; }

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

This text font color is #C8BFE0.


Background Color

.myBgColor { background-color: #C8BFE0; }

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

This div background color is #C8BFE0.


Border color

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

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

This div border color is #C8BFE0.


Opacity

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

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

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

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

This text has shadow with #C8BFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BFE0 on black background.


Color preview on white background

This text has color #C8BFE0 on white background.



Black color preview on #C8BFE0 background

This text has black color on #C8BFE0 background.


White color preview on #C8BFE0 background

This text has white color on #C8BFE0 background.