COLOR #C8BDEB

HEX: #C8BDEB
RGB: (200,189,235)

Color info

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

RGB color model

#C8BDEB color RGB value is (200,189,235).

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

RGB channels and saturation

R 200 of 255 = 78%
G 189 of 255 = 74%
B 235 of 255 = 92%

200
189
235

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

Portions of RGB colors in percentages

R + G + B =
200 + 189 + 235 = 624 (100%)
R 200 of 624 ~ 32.05%
G 189 of 624 ~ 30.29%
B 235 of 624 ~ 37.66%

%32.05
%30.29
%37.66

CMYK color model

#C8BDEB color CMYK value is (15,20,0,8).

  • cyan value is 14.89%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,20,0,8)
C15M20Y0K8 
(15%,20%,0%,8%)
(0.15/0.20/0.00/0.08)	

CMYK percentages

%14.89
%19.57
%0
%7.84

Codes

Color #C8BDEB in popluar color models

C8BDEB
RGB200189235
HSL254°53.49%83.14%
HSB/HSV254°19.57%92.16%
CMYK14.89%19.57%0.00%
7.84%

Color #C8BDEB in popluar number systems.

HEXC8BDEB
Decimal200189235
Binary110010001011110111101011
Octal310275353

Shades and tints

Shades of #C8BDEB

#C8BDEB
(200,189,235)
#B6ACD6
(182,172,214)
#A49BC1
(164,155,193)
#928AAC
(146,138,172)
#807997
(128,121,151)
#6E6882
(110,104,130)
#5C576D
(92,87,109)
#4A4658
(74,70,88)
#383543
(56,53,67)
#26242E
(38,36,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #C8BDEB

#C8BDEB
(200,189,235)
#CDC3EC
(205,195,236)
#D2C9ED
(210,201,237)
#D7CFEE
(215,207,238)
#DCD5EF
(220,213,239)
#E1DBF0
(225,219,240)
#E6E1F1
(230,225,241)
#EBE7F2
(235,231,242)
#F0EDF3
(240,237,243)
#F5F3F4
(245,243,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BDEB; }

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

This text font color is #C8BDEB.


Background Color

.myBgColor { background-color: #C8BDEB; }

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

This div background color is #C8BDEB.


Border color

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

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

This div border color is #C8BDEB.


Opacity

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

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

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

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

This text has shadow with #C8BDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BDEB on black background.


Color preview on white background

This text has color #C8BDEB on white background.



Black color preview on #C8BDEB background

This text has black color on #C8BDEB background.


White color preview on #C8BDEB background

This text has white color on #C8BDEB background.