COLOR #C8BBDA

HEX: #C8BBDA
RGB: (200,187,218)

Color info

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

RGB color model

#C8BBDA color RGB value is (200,187,218).

  • red value is 200;
  • green value is 187;
  • blue value is 218.
RGB:
(200,187,218)
(78%,73%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 187 of 255 = 73%
B 218 of 255 = 85%

200
187
218

R + G + B ~ 79%. #C8BBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 187 + 218 = 605 (100%)
R 200 of 605 ~ 33.06%
G 187 of 605 ~ 30.91%
B 218 of 605 ~ 36.03%

%33.06
%30.91
%36.03

CMYK color model

#C8BBDA color CMYK value is (8,14,0,15).

  • cyan value is 8.26%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,14,0,15)
C8M14Y0K15 
(8%,14%,0%,15%)
(0.08/0.14/0.00/0.15)	

CMYK percentages

%8.26
%14.22
%0
%14.51

Codes

Color #C8BBDA in popluar color models

C8BBDA
RGB200187218
HSL265°29.52%79.41%
HSB/HSV265°14.22%85.49%
CMYK8.26%14.22%0.00%
14.51%

Color #C8BBDA in popluar number systems.

HEXC8BBDA
Decimal200187218
Binary110010001011101111011010
Octal310273332

Shades and tints

Shades of #C8BBDA

#C8BBDA
(200,187,218)
#B6AAC7
(182,170,199)
#A499B4
(164,153,180)
#9288A1
(146,136,161)
#80778E
(128,119,142)
#6E667B
(110,102,123)
#5C5568
(92,85,104)
#4A4455
(74,68,85)
#383342
(56,51,66)
#26222F
(38,34,47)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #C8BBDA

#C8BBDA
(200,187,218)
#CDC1DD
(205,193,221)
#D2C7E0
(210,199,224)
#D7CDE3
(215,205,227)
#DCD3E6
(220,211,230)
#E1D9E9
(225,217,233)
#E6DFEC
(230,223,236)
#EBE5EF
(235,229,239)
#F0EBF2
(240,235,242)
#F5F1F5
(245,241,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BBDA color. Also use rgb(200,187,218) instead hex code.

Text Font Color

.myTextColor { color: #C8BBDA; }

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

This text font color is #C8BBDA.


Background Color

.myBgColor { background-color: #C8BBDA; }

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

This div background color is #C8BBDA.


Border color

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

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

This div border color is #C8BBDA.


Opacity

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

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

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

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

This text has shadow with #C8BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BBDA on black background.


Color preview on white background

This text has color #C8BBDA on white background.



Black color preview on #C8BBDA background

This text has black color on #C8BBDA background.


White color preview on #C8BBDA background

This text has white color on #C8BBDA background.