COLOR #C0BCC8

HEX: #C0BCC8
RGB: (192,188,200)

Color info

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

RGB color model

#C0BCC8 color RGB value is (192,188,200).

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

RGB channels and saturation

R 192 of 255 = 75%
G 188 of 255 = 74%
B 200 of 255 = 78%

192
188
200

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

Portions of RGB colors in percentages

R + G + B =
192 + 188 + 200 = 580 (100%)
R 192 of 580 ~ 33.1%
G 188 of 580 ~ 32.41%
B 200 of 580 ~ 34.48%

%33.1
%32.41
%34.48

CMYK color model

#C0BCC8 color CMYK value is (4,6,0,22).

  • cyan value is 4.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(4,6,0,22)
C4M6Y0K22 
(4%,6%,0%,22%)
(0.04/0.06/0.00/0.22)	

CMYK percentages

%4
%6
%0
%21.57

Codes

Color #C0BCC8 in popluar color models

C0BCC8
RGB192188200
HSL260°9.84%76.08%
HSB/HSV260°6.00%78.43%
CMYK4.00%6.00%0.00%
21.57%

Color #C0BCC8 in popluar number systems.

HEXC0BCC8
Decimal192188200
Binary110000001011110011001000
Octal300274310

Shades and tints

Shades of #C0BCC8

#C0BCC8
(192,188,200)
#AFABB6
(175,171,182)
#9E9AA4
(158,154,164)
#8D8992
(141,137,146)
#7C7880
(124,120,128)
#6B676E
(107,103,110)
#5A565C
(90,86,92)
#49454A
(73,69,74)
#383438
(56,52,56)
#272326
(39,35,38)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #C0BCC8

#C0BCC8
(192,188,200)
#C5C2CD
(197,194,205)
#CAC8D2
(202,200,210)
#CFCED7
(207,206,215)
#D4D4DC
(212,212,220)
#D9DAE1
(217,218,225)
#DEE0E6
(222,224,230)
#E3E6EB
(227,230,235)
#E8ECF0
(232,236,240)
#EDF2F5
(237,242,245)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BCC8; }

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

This text font color is #C0BCC8.


Background Color

.myBgColor { background-color: #C0BCC8; }

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

This div background color is #C0BCC8.


Border color

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

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

This div border color is #C0BCC8.


Opacity

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

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

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

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

This text has shadow with #C0BCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BCC8 on black background.


Color preview on white background

This text has color #C0BCC8 on white background.



Black color preview on #C0BCC8 background

This text has black color on #C0BCC8 background.


White color preview on #C0BCC8 background

This text has white color on #C0BCC8 background.