COLOR #C8BEC0

HEX: #C8BEC0
RGB: (200,190,192)

Color info

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

RGB color model

#C8BEC0 color RGB value is (200,190,192).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 192 of 255 = 75%

200
190
192

R + G + B ~ 76%. #C8BEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 192 = 582 (100%)
R 200 of 582 ~ 34.36%
G 190 of 582 ~ 32.65%
B 192 of 582 ~ 32.99%

%34.36
%32.65
%32.99

CMYK color model

#C8BEC0 color CMYK value is (0,5,4,22).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 4.00%
  • key color value is 21.57%
CMYK:
(0,5,4,22)
C0M5Y4K22 
(0%,5%,4%,22%)
(0.00/0.05/0.04/0.22)	

CMYK percentages

%0
%5
%4
%21.57

Codes

Color #C8BEC0 in popluar color models

C8BEC0
RGB200190192
HSL348°8.33%76.47%
HSB/HSV348°5.00%78.43%
CMYK0.00%5.00%4.00%
21.57%

Color #C8BEC0 in popluar number systems.

HEXC8BEC0
Decimal200190192
Binary110010001011111011000000
Octal310276300

Shades and tints

Shades of #C8BEC0

#C8BEC0
(200,190,192)
#B6ADAF
(182,173,175)
#A49C9E
(164,156,158)
#928B8D
(146,139,141)
#807A7C
(128,122,124)
#6E696B
(110,105,107)
#5C585A
(92,88,90)
#4A4749
(74,71,73)
#383638
(56,54,56)
#262527
(38,37,39)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #C8BEC0

#C8BEC0
(200,190,192)
#CDC3C5
(205,195,197)
#D2C8CA
(210,200,202)
#D7CDCF
(215,205,207)
#DCD2D4
(220,210,212)
#E1D7D9
(225,215,217)
#E6DCDE
(230,220,222)
#EBE1E3
(235,225,227)
#F0E6E8
(240,230,232)
#F5EBED
(245,235,237)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEC0; }

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

This text font color is #C8BEC0.


Background Color

.myBgColor { background-color: #C8BEC0; }

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

This div background color is #C8BEC0.


Border color

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

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

This div border color is #C8BEC0.


Opacity

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

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

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

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

This text has shadow with #C8BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEC0 on black background.


Color preview on white background

This text has color #C8BEC0 on white background.



Black color preview on #C8BEC0 background

This text has black color on #C8BEC0 background.


White color preview on #C8BEC0 background

This text has white color on #C8BEC0 background.