COLOR #C0BCB5

HEX: #C0BCB5
RGB: (192,188,181)

Color info

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

RGB color model

#C0BCB5 color RGB value is (192,188,181).

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

RGB channels and saturation

R 192 of 255 = 75%
G 188 of 255 = 74%
B 181 of 255 = 71%

192
188
181

R + G + B ~ 73%. #C0BCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 188 + 181 = 561 (100%)
R 192 of 561 ~ 34.22%
G 188 of 561 ~ 33.51%
B 181 of 561 ~ 32.26%

%34.22
%33.51
%32.26

CMYK color model

#C0BCB5 color CMYK value is (0,2,6,25).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(0,2,6,25)
C0M2Y6K25 
(0%,2%,6%,25%)
(0.00/0.02/0.06/0.25)	

CMYK percentages

%0
%2.08
%5.73
%24.71

Codes

Color #C0BCB5 in popluar color models

C0BCB5
RGB192188181
HSL38°8.03%73.14%
HSB/HSV38°5.73%75.29%
CMYK0.00%2.08%5.73%
24.71%

Color #C0BCB5 in popluar number systems.

HEXC0BCB5
Decimal192188181
Binary110000001011110010110101
Octal300274265

Shades and tints

Shades of #C0BCB5

#C0BCB5
(192,188,181)
#AFABA5
(175,171,165)
#9E9A95
(158,154,149)
#8D8985
(141,137,133)
#7C7875
(124,120,117)
#6B6765
(107,103,101)
#5A5655
(90,86,85)
#494545
(73,69,69)
#383435
(56,52,53)
#272325
(39,35,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #C0BCB5

#C0BCB5
(192,188,181)
#C5C2BB
(197,194,187)
#CAC8C1
(202,200,193)
#CFCEC7
(207,206,199)
#D4D4CD
(212,212,205)
#D9DAD3
(217,218,211)
#DEE0D9
(222,224,217)
#E3E6DF
(227,230,223)
#E8ECE5
(232,236,229)
#EDF2EB
(237,242,235)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BCB5; }

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

This text font color is #C0BCB5.


Background Color

.myBgColor { background-color: #C0BCB5; }

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

This div background color is #C0BCB5.


Border color

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

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

This div border color is #C0BCB5.


Opacity

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

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

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

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

This text has shadow with #C0BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BCB5 on black background.


Color preview on white background

This text has color #C0BCB5 on white background.



Black color preview on #C0BCB5 background

This text has black color on #C0BCB5 background.


White color preview on #C0BCB5 background

This text has white color on #C0BCB5 background.