COLOR #C8BEEB

HEX: #C8BEEB
RGB: (200,190,235)

Color info

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

RGB color model

#C8BEEB color RGB value is (200,190,235).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 235 of 255 = 92%

200
190
235

R + G + B ~ 82%. #C8BEEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 235 = 625 (100%)
R 200 of 625 ~ 32%
G 190 of 625 ~ 30.4%
B 235 of 625 ~ 37.6%

%32
%30.4
%37.6

CMYK color model

#C8BEEB color CMYK value is (15,19,0,8).

  • cyan value is 14.89%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,19,0,8)
C15M19Y0K8 
(15%,19%,0%,8%)
(0.15/0.19/0.00/0.08)	

CMYK percentages

%14.89
%19.15
%0
%7.84

Codes

Color #C8BEEB in popluar color models

C8BEEB
RGB200190235
HSL253°52.94%83.33%
HSB/HSV253°19.15%92.16%
CMYK14.89%19.15%0.00%
7.84%

Color #C8BEEB in popluar number systems.

HEXC8BEEB
Decimal200190235
Binary110010001011111011101011
Octal310276353

Shades and tints

Shades of #C8BEEB

#C8BEEB
(200,190,235)
#B6ADD6
(182,173,214)
#A49CC1
(164,156,193)
#928BAC
(146,139,172)
#807A97
(128,122,151)
#6E6982
(110,105,130)
#5C586D
(92,88,109)
#4A4758
(74,71,88)
#383643
(56,54,67)
#26252E
(38,37,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #C8BEEB

#C8BEEB
(200,190,235)
#CDC3EC
(205,195,236)
#D2C8ED
(210,200,237)
#D7CDEE
(215,205,238)
#DCD2EF
(220,210,239)
#E1D7F0
(225,215,240)
#E6DCF1
(230,220,241)
#EBE1F2
(235,225,242)
#F0E6F3
(240,230,243)
#F5EBF4
(245,235,244)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEEB; }

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

This text font color is #C8BEEB.


Background Color

.myBgColor { background-color: #C8BEEB; }

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

This div background color is #C8BEEB.


Border color

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

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

This div border color is #C8BEEB.


Opacity

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

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

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

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

This text has shadow with #C8BEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEEB on black background.


Color preview on white background

This text has color #C8BEEB on white background.



Black color preview on #C8BEEB background

This text has black color on #C8BEEB background.


White color preview on #C8BEEB background

This text has white color on #C8BEEB background.