COLOR #C0BCC5

HEX: #C0BCC5
RGB: (192,188,197)

Color info

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

RGB color model

#C0BCC5 color RGB value is (192,188,197).

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

RGB channels and saturation

R 192 of 255 = 75%
G 188 of 255 = 74%
B 197 of 255 = 77%

192
188
197

R + G + B ~ 75%. #C0BCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 188 + 197 = 577 (100%)
R 192 of 577 ~ 33.28%
G 188 of 577 ~ 32.58%
B 197 of 577 ~ 34.14%

%33.28
%32.58
%34.14

CMYK color model

#C0BCC5 color CMYK value is (3,5,0,23).

  • cyan value is 2.54%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(3,5,0,23)
C3M5Y0K23 
(3%,5%,0%,23%)
(0.03/0.05/0.00/0.23)	

CMYK percentages

%2.54
%4.57
%0
%22.75

Codes

Color #C0BCC5 in popluar color models

C0BCC5
RGB192188197
HSL267°7.20%75.49%
HSB/HSV267°4.57%77.25%
CMYK2.54%4.57%0.00%
22.75%

Color #C0BCC5 in popluar number systems.

HEXC0BCC5
Decimal192188197
Binary110000001011110011000101
Octal300274305

Shades and tints

Shades of #C0BCC5

#C0BCC5
(192,188,197)
#AFABB4
(175,171,180)
#9E9AA3
(158,154,163)
#8D8992
(141,137,146)
#7C7881
(124,120,129)
#6B6770
(107,103,112)
#5A565F
(90,86,95)
#49454E
(73,69,78)
#38343D
(56,52,61)
#27232C
(39,35,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #C0BCC5

#C0BCC5
(192,188,197)
#C5C2CA
(197,194,202)
#CAC8CF
(202,200,207)
#CFCED4
(207,206,212)
#D4D4D9
(212,212,217)
#D9DADE
(217,218,222)
#DEE0E3
(222,224,227)
#E3E6E8
(227,230,232)
#E8ECED
(232,236,237)
#EDF2F2
(237,242,242)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BCC5; }

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

This text font color is #C0BCC5.


Background Color

.myBgColor { background-color: #C0BCC5; }

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

This div background color is #C0BCC5.


Border color

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

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

This div border color is #C0BCC5.


Opacity

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

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

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

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

This text has shadow with #C0BCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BCC5 on black background.


Color preview on white background

This text has color #C0BCC5 on white background.



Black color preview on #C0BCC5 background

This text has black color on #C0BCC5 background.


White color preview on #C0BCC5 background

This text has white color on #C0BCC5 background.