COLOR #C0BEB9

HEX: #C0BEB9
RGB: (192,190,185)

Color info

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

RGB color model

#C0BEB9 color RGB value is (192,190,185).

  • red value is 192;
  • green value is 190;
  • blue value is 185.
RGB:
(192,190,185)
(75%,75%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 185 of 255 = 73%

192
190
185

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

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 185 = 567 (100%)
R 192 of 567 ~ 33.86%
G 190 of 567 ~ 33.51%
B 185 of 567 ~ 32.63%

%33.86
%33.51
%32.63

CMYK color model

#C0BEB9 color CMYK value is (0,1,4,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 3.65%
  • key color value is 24.71%
CMYK:
(0,1,4,25)
C0M1Y4K25 
(0%,1%,4%,25%)
(0.00/0.01/0.04/0.25)	

CMYK percentages

%0
%1.04
%3.65
%24.71

Codes

Color #C0BEB9 in popluar color models

C0BEB9
RGB192190185
HSL43°5.26%73.92%
HSB/HSV43°3.65%75.29%
CMYK0.00%1.04%3.65%
24.71%

Color #C0BEB9 in popluar number systems.

HEXC0BEB9
Decimal192190185
Binary110000001011111010111001
Octal300276271

Shades and tints

Shades of #C0BEB9

#C0BEB9
(192,190,185)
#AFADA9
(175,173,169)
#9E9C99
(158,156,153)
#8D8B89
(141,139,137)
#7C7A79
(124,122,121)
#6B6969
(107,105,105)
#5A5859
(90,88,89)
#494749
(73,71,73)
#383639
(56,54,57)
#272529
(39,37,41)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #C0BEB9

#C0BEB9
(192,190,185)
#C5C3BF
(197,195,191)
#CAC8C5
(202,200,197)
#CFCDCB
(207,205,203)
#D4D2D1
(212,210,209)
#D9D7D7
(217,215,215)
#DEDCDD
(222,220,221)
#E3E1E3
(227,225,227)
#E8E6E9
(232,230,233)
#EDEBEF
(237,235,239)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BEB9 color. Also use rgb(192,190,185) instead hex code.

Text Font Color

.myTextColor { color: #C0BEB9; }

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

This text font color is #C0BEB9.


Background Color

.myBgColor { background-color: #C0BEB9; }

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

This div background color is #C0BEB9.


Border color

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

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

This div border color is #C0BEB9.


Opacity

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

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

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

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

This text has shadow with #C0BEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BEB9 on black background.


Color preview on white background

This text has color #C0BEB9 on white background.



Black color preview on #C0BEB9 background

This text has black color on #C0BEB9 background.


White color preview on #C0BEB9 background

This text has white color on #C0BEB9 background.