COLOR #C0BBAA

HEX: #C0BBAA
RGB: (192,187,170)

Color info

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

RGB color model

#C0BBAA color RGB value is (192,187,170).

  • red value is 192;
  • green value is 187;
  • blue value is 170.
RGB:
(192,187,170)
(75%,73%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 170 of 255 = 67%

192
187
170

R + G + B ~ 72%. #C0BBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 187 + 170 = 549 (100%)
R 192 of 549 ~ 34.97%
G 187 of 549 ~ 34.06%
B 170 of 549 ~ 30.97%

%34.97
%34.06
%30.97

CMYK color model

#C0BBAA color CMYK value is (0,3,11,25).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(0,3,11,25)
C0M3Y11K25 
(0%,3%,11%,25%)
(0.00/0.03/0.11/0.25)	

CMYK percentages

%0
%2.6
%11.46
%24.71

Codes

Color #C0BBAA in popluar color models

C0BBAA
RGB192187170
HSL46°14.86%70.98%
HSB/HSV46°11.46%75.29%
CMYK0.00%2.60%11.46%
24.71%

Color #C0BBAA in popluar number systems.

HEXC0BBAA
Decimal192187170
Binary110000001011101110101010
Octal300273252

Shades and tints

Shades of #C0BBAA

#C0BBAA
(192,187,170)
#AFAA9B
(175,170,155)
#9E998C
(158,153,140)
#8D887D
(141,136,125)
#7C776E
(124,119,110)
#6B665F
(107,102,95)
#5A5550
(90,85,80)
#494441
(73,68,65)
#383332
(56,51,50)
#272223
(39,34,35)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #C0BBAA

#C0BBAA
(192,187,170)
#C5C1B1
(197,193,177)
#CAC7B8
(202,199,184)
#CFCDBF
(207,205,191)
#D4D3C6
(212,211,198)
#D9D9CD
(217,217,205)
#DEDFD4
(222,223,212)
#E3E5DB
(227,229,219)
#E8EBE2
(232,235,226)
#EDF1E9
(237,241,233)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BBAA color. Also use rgb(192,187,170) instead hex code.

Text Font Color

.myTextColor { color: #C0BBAA; }

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

This text font color is #C0BBAA.


Background Color

.myBgColor { background-color: #C0BBAA; }

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

This div background color is #C0BBAA.


Border color

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

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

This div border color is #C0BBAA.


Opacity

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

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

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

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

This text has shadow with #C0BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BBAA on black background.


Color preview on white background

This text has color #C0BBAA on white background.



Black color preview on #C0BBAA background

This text has black color on #C0BBAA background.


White color preview on #C0BBAA background

This text has white color on #C0BBAA background.