COLOR #C0BCB8

HEX: #C0BCB8
RGB: (192,188,184)

Color info

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

RGB color model

#C0BCB8 color RGB value is (192,188,184).

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

RGB channels and saturation

R 192 of 255 = 75%
G 188 of 255 = 74%
B 184 of 255 = 72%

192
188
184

R + G + B ~ 74%. #C0BCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 188 + 184 = 564 (100%)
R 192 of 564 ~ 34.04%
G 188 of 564 ~ 33.33%
B 184 of 564 ~ 32.62%

%34.04
%33.33
%32.62

CMYK color model

#C0BCB8 color CMYK value is (0,2,4,25).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 4.17%
  • key color value is 24.71%
CMYK:
(0,2,4,25)
C0M2Y4K25 
(0%,2%,4%,25%)
(0.00/0.02/0.04/0.25)	

CMYK percentages

%0
%2.08
%4.17
%24.71

Codes

Color #C0BCB8 in popluar color models

C0BCB8
RGB192188184
HSL30°5.97%73.73%
HSB/HSV30°4.17%75.29%
CMYK0.00%2.08%4.17%
24.71%

Color #C0BCB8 in popluar number systems.

HEXC0BCB8
Decimal192188184
Binary110000001011110010111000
Octal300274270

Shades and tints

Shades of #C0BCB8

#C0BCB8
(192,188,184)
#AFABA8
(175,171,168)
#9E9A98
(158,154,152)
#8D8988
(141,137,136)
#7C7878
(124,120,120)
#6B6768
(107,103,104)
#5A5658
(90,86,88)
#494548
(73,69,72)
#383438
(56,52,56)
#272328
(39,35,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #C0BCB8

#C0BCB8
(192,188,184)
#C5C2BE
(197,194,190)
#CAC8C4
(202,200,196)
#CFCECA
(207,206,202)
#D4D4D0
(212,212,208)
#D9DAD6
(217,218,214)
#DEE0DC
(222,224,220)
#E3E6E2
(227,230,226)
#E8ECE8
(232,236,232)
#EDF2EE
(237,242,238)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BCB8; }

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

This text font color is #C0BCB8.


Background Color

.myBgColor { background-color: #C0BCB8; }

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

This div background color is #C0BCB8.


Border color

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

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

This div border color is #C0BCB8.


Opacity

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

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

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

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

This text has shadow with #C0BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BCB8 on black background.


Color preview on white background

This text has color #C0BCB8 on white background.



Black color preview on #C0BCB8 background

This text has black color on #C0BCB8 background.


White color preview on #C0BCB8 background

This text has white color on #C0BCB8 background.