COLOR #C0BE9B

HEX: #C0BE9B
RGB: (192,190,155)

Color info

#C0BE9B contains red, green and blue colors in about the same proportion. Web safe color of #C0BE9B is #CCCC99 (or #CC9).

RGB color model

#C0BE9B color RGB value is (192,190,155).

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

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 155 of 255 = 61%

192
190
155

R + G + B ~ 70%. #C0BE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 155 = 537 (100%)
R 192 of 537 ~ 35.75%
G 190 of 537 ~ 35.38%
B 155 of 537 ~ 28.86%

%35.75
%35.38
%28.86

CMYK color model

#C0BE9B color CMYK value is (0,1,19,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(0,1,19,25)
C0M1Y19K25 
(0%,1%,19%,25%)
(0.00/0.01/0.19/0.25)	

CMYK percentages

%0
%1.04
%19.27
%24.71

Codes

Color #C0BE9B in popluar color models

C0BE9B
RGB192190155
HSL57°22.70%68.04%
HSB/HSV57°19.27%75.29%
CMYK0.00%1.04%19.27%
24.71%

Color #C0BE9B in popluar number systems.

HEXC0BE9B
Decimal192190155
Binary110000001011111010011011
Octal300276233

Shades and tints

Shades of #C0BE9B

#C0BE9B
(192,190,155)
#AFAD8D
(175,173,141)
#9E9C7F
(158,156,127)
#8D8B71
(141,139,113)
#7C7A63
(124,122,99)
#6B6955
(107,105,85)
#5A5847
(90,88,71)
#494739
(73,71,57)
#38362B
(56,54,43)
#27251D
(39,37,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #C0BE9B

#C0BE9B
(192,190,155)
#C5C3A4
(197,195,164)
#CAC8AD
(202,200,173)
#CFCDB6
(207,205,182)
#D4D2BF
(212,210,191)
#D9D7C8
(217,215,200)
#DEDCD1
(222,220,209)
#E3E1DA
(227,225,218)
#E8E6E3
(232,230,227)
#EDEBEC
(237,235,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BE9B; }

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

This text font color is #C0BE9B.


Background Color

.myBgColor { background-color: #C0BE9B; }

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

This div background color is #C0BE9B.


Border color

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

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

This div border color is #C0BE9B.


Opacity

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

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

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

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

This text has shadow with #C0BE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BE9B on black background.


Color preview on white background

This text has color #C0BE9B on white background.



Black color preview on #C0BE9B background

This text has black color on #C0BE9B background.


White color preview on #C0BE9B background

This text has white color on #C0BE9B background.