COLOR #C0BCCE

HEX: #C0BCCE
RGB: (192,188,206)

Color info

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

RGB color model

#C0BCCE color RGB value is (192,188,206).

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

RGB channels and saturation

R 192 of 255 = 75%
G 188 of 255 = 74%
B 206 of 255 = 81%

192
188
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 188 + 206 = 586 (100%)
R 192 of 586 ~ 32.76%
G 188 of 586 ~ 32.08%
B 206 of 586 ~ 35.15%

%32.76
%32.08
%35.15

CMYK color model

#C0BCCE color CMYK value is (7,9,0,19).

  • cyan value is 6.80%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,9,0,19)
C7M9Y0K19 
(7%,9%,0%,19%)
(0.07/0.09/0.00/0.19)	

CMYK percentages

%6.8
%8.74
%0
%19.22

Codes

Color #C0BCCE in popluar color models

C0BCCE
RGB192188206
HSL253°15.52%77.25%
HSB/HSV253°8.74%80.78%
CMYK6.80%8.74%0.00%
19.22%

Color #C0BCCE in popluar number systems.

HEXC0BCCE
Decimal192188206
Binary110000001011110011001110
Octal300274316

Shades and tints

Shades of #C0BCCE

#C0BCCE
(192,188,206)
#AFABBC
(175,171,188)
#9E9AAA
(158,154,170)
#8D8998
(141,137,152)
#7C7886
(124,120,134)
#6B6774
(107,103,116)
#5A5662
(90,86,98)
#494550
(73,69,80)
#38343E
(56,52,62)
#27232C
(39,35,44)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #C0BCCE

#C0BCCE
(192,188,206)
#C5C2D2
(197,194,210)
#CAC8D6
(202,200,214)
#CFCEDA
(207,206,218)
#D4D4DE
(212,212,222)
#D9DAE2
(217,218,226)
#DEE0E6
(222,224,230)
#E3E6EA
(227,230,234)
#E8ECEE
(232,236,238)
#EDF2F2
(237,242,242)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BCCE; }

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

This text font color is #C0BCCE.


Background Color

.myBgColor { background-color: #C0BCCE; }

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

This div background color is #C0BCCE.


Border color

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

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

This div border color is #C0BCCE.


Opacity

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

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

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

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

This text has shadow with #C0BCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BCCE on black background.


Color preview on white background

This text has color #C0BCCE on white background.



Black color preview on #C0BCCE background

This text has black color on #C0BCCE background.


White color preview on #C0BCCE background

This text has white color on #C0BCCE background.