COLOR #C8BEE6

HEX: #C8BEE6
RGB: (200,190,230)

Color info

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

RGB color model

#C8BEE6 color RGB value is (200,190,230).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 230 of 255 = 90%

200
190
230

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

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 230 = 620 (100%)
R 200 of 620 ~ 32.26%
G 190 of 620 ~ 30.65%
B 230 of 620 ~ 37.1%

%32.26
%30.65
%37.1

CMYK color model

#C8BEE6 color CMYK value is (13,17,0,10).

  • cyan value is 13.04%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,17,0,10)
C13M17Y0K10 
(13%,17%,0%,10%)
(0.13/0.17/0.00/0.10)	

CMYK percentages

%13.04
%17.39
%0
%9.8

Codes

Color #C8BEE6 in popluar color models

C8BEE6
RGB200190230
HSL255°44.44%82.35%
HSB/HSV255°17.39%90.20%
CMYK13.04%17.39%0.00%
9.80%

Color #C8BEE6 in popluar number systems.

HEXC8BEE6
Decimal200190230
Binary110010001011111011100110
Octal310276346

Shades and tints

Shades of #C8BEE6

#C8BEE6
(200,190,230)
#B6ADD2
(182,173,210)
#A49CBE
(164,156,190)
#928BAA
(146,139,170)
#807A96
(128,122,150)
#6E6982
(110,105,130)
#5C586E
(92,88,110)
#4A475A
(74,71,90)
#383646
(56,54,70)
#262532
(38,37,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #C8BEE6

#C8BEE6
(200,190,230)
#CDC3E8
(205,195,232)
#D2C8EA
(210,200,234)
#D7CDEC
(215,205,236)
#DCD2EE
(220,210,238)
#E1D7F0
(225,215,240)
#E6DCF2
(230,220,242)
#EBE1F4
(235,225,244)
#F0E6F6
(240,230,246)
#F5EBF8
(245,235,248)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEE6; }

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

This text font color is #C8BEE6.


Background Color

.myBgColor { background-color: #C8BEE6; }

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

This div background color is #C8BEE6.


Border color

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

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

This div border color is #C8BEE6.


Opacity

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

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

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

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

This text has shadow with #C8BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEE6 on black background.


Color preview on white background

This text has color #C8BEE6 on white background.



Black color preview on #C8BEE6 background

This text has black color on #C8BEE6 background.


White color preview on #C8BEE6 background

This text has white color on #C8BEE6 background.