COLOR #C8BEC9

HEX: #C8BEC9
RGB: (200,190,201)

Color info

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

RGB color model

#C8BEC9 color RGB value is (200,190,201).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 201 of 255 = 79%

200
190
201

R + G + B ~ 77%. #C8BEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 201 = 591 (100%)
R 200 of 591 ~ 33.84%
G 190 of 591 ~ 32.15%
B 201 of 591 ~ 34.01%

%33.84
%32.15
%34.01

CMYK color model

#C8BEC9 color CMYK value is (0,5,0,21).

  • cyan value is 0.50%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(0,5,0,21)
C0M5Y0K21 
(0%,5%,0%,21%)
(0.00/0.05/0.00/0.21)	

CMYK percentages

%0.5
%5.47
%0
%21.18

Codes

Color #C8BEC9 in popluar color models

C8BEC9
RGB200190201
HSL295°9.24%76.67%
HSB/HSV295°5.47%78.82%
CMYK0.50%5.47%0.00%
21.18%

Color #C8BEC9 in popluar number systems.

HEXC8BEC9
Decimal200190201
Binary110010001011111011001001
Octal310276311

Shades and tints

Shades of #C8BEC9

#C8BEC9
(200,190,201)
#B6ADB7
(182,173,183)
#A49CA5
(164,156,165)
#928B93
(146,139,147)
#807A81
(128,122,129)
#6E696F
(110,105,111)
#5C585D
(92,88,93)
#4A474B
(74,71,75)
#383639
(56,54,57)
#262527
(38,37,39)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C8BEC9

#C8BEC9
(200,190,201)
#CDC3CD
(205,195,205)
#D2C8D1
(210,200,209)
#D7CDD5
(215,205,213)
#DCD2D9
(220,210,217)
#E1D7DD
(225,215,221)
#E6DCE1
(230,220,225)
#EBE1E5
(235,225,229)
#F0E6E9
(240,230,233)
#F5EBED
(245,235,237)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEC9; }

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

This text font color is #C8BEC9.


Background Color

.myBgColor { background-color: #C8BEC9; }

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

This div background color is #C8BEC9.


Border color

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

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

This div border color is #C8BEC9.


Opacity

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

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

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

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

This text has shadow with #C8BEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEC9 on black background.


Color preview on white background

This text has color #C8BEC9 on white background.



Black color preview on #C8BEC9 background

This text has black color on #C8BEC9 background.


White color preview on #C8BEC9 background

This text has white color on #C8BEC9 background.