COLOR #C8BED1

HEX: #C8BED1
RGB: (200,190,209)

Color info

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

RGB color model

#C8BED1 color RGB value is (200,190,209).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 209 of 255 = 82%

200
190
209

R + G + B ~ 78%. #C8BED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 209 = 599 (100%)
R 200 of 599 ~ 33.39%
G 190 of 599 ~ 31.72%
B 209 of 599 ~ 34.89%

%33.39
%31.72
%34.89

CMYK color model

#C8BED1 color CMYK value is (4,9,0,18).

  • cyan value is 4.31%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,9,0,18)
C4M9Y0K18 
(4%,9%,0%,18%)
(0.04/0.09/0.00/0.18)	

CMYK percentages

%4.31
%9.09
%0
%18.04

Codes

Color #C8BED1 in popluar color models

C8BED1
RGB200190209
HSL272°17.12%78.24%
HSB/HSV272°9.09%81.96%
CMYK4.31%9.09%0.00%
18.04%

Color #C8BED1 in popluar number systems.

HEXC8BED1
Decimal200190209
Binary110010001011111011010001
Octal310276321

Shades and tints

Shades of #C8BED1

#C8BED1
(200,190,209)
#B6ADBE
(182,173,190)
#A49CAB
(164,156,171)
#928B98
(146,139,152)
#807A85
(128,122,133)
#6E6972
(110,105,114)
#5C585F
(92,88,95)
#4A474C
(74,71,76)
#383639
(56,54,57)
#262526
(38,37,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8BED1

#C8BED1
(200,190,209)
#CDC3D5
(205,195,213)
#D2C8D9
(210,200,217)
#D7CDDD
(215,205,221)
#DCD2E1
(220,210,225)
#E1D7E5
(225,215,229)
#E6DCE9
(230,220,233)
#EBE1ED
(235,225,237)
#F0E6F1
(240,230,241)
#F5EBF5
(245,235,245)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BED1; }

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

This text font color is #C8BED1.


Background Color

.myBgColor { background-color: #C8BED1; }

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

This div background color is #C8BED1.


Border color

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

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

This div border color is #C8BED1.


Opacity

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

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

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

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

This text has shadow with #C8BED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BED1 on black background.


Color preview on white background

This text has color #C8BED1 on white background.



Black color preview on #C8BED1 background

This text has black color on #C8BED1 background.


White color preview on #C8BED1 background

This text has white color on #C8BED1 background.