COLOR #C2B7AA

HEX: #C2B7AA
RGB: (194,183,170)

Color info

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

RGB color model

#C2B7AA color RGB value is (194,183,170).

  • red value is 194;
  • green value is 183;
  • blue value is 170.
RGB:
(194,183,170)
(76%,72%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 183 of 255 = 72%
B 170 of 255 = 67%

194
183
170

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

Portions of RGB colors in percentages

R + G + B =
194 + 183 + 170 = 547 (100%)
R 194 of 547 ~ 35.47%
G 183 of 547 ~ 33.46%
B 170 of 547 ~ 31.08%

%35.47
%33.46
%31.08

CMYK color model

#C2B7AA color CMYK value is (0,6,12,24).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 12.37%
  • key color value is 23.92%
CMYK:
(0,6,12,24)
C0M6Y12K24 
(0%,6%,12%,24%)
(0.00/0.06/0.12/0.24)	

CMYK percentages

%0
%5.67
%12.37
%23.92

Codes

Color #C2B7AA in popluar color models

C2B7AA
RGB194183170
HSL33°16.44%71.37%
HSB/HSV33°12.37%76.08%
CMYK0.00%5.67%12.37%
23.92%

Color #C2B7AA in popluar number systems.

HEXC2B7AA
Decimal194183170
Binary110000101011011110101010
Octal302267252

Shades and tints

Shades of #C2B7AA

#C2B7AA
(194,183,170)
#B1A79B
(177,167,155)
#A0978C
(160,151,140)
#8F877D
(143,135,125)
#7E776E
(126,119,110)
#6D675F
(109,103,95)
#5C5750
(92,87,80)
#4B4741
(75,71,65)
#3A3732
(58,55,50)
#292723
(41,39,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #C2B7AA

#C2B7AA
(194,183,170)
#C7BDB1
(199,189,177)
#CCC3B8
(204,195,184)
#D1C9BF
(209,201,191)
#D6CFC6
(214,207,198)
#DBD5CD
(219,213,205)
#E0DBD4
(224,219,212)
#E5E1DB
(229,225,219)
#EAE7E2
(234,231,226)
#EFEDE9
(239,237,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B7AA color. Also use rgb(194,183,170) instead hex code.

Text Font Color

.myTextColor { color: #C2B7AA; }

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

This text font color is #C2B7AA.


Background Color

.myBgColor { background-color: #C2B7AA; }

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

This div background color is #C2B7AA.


Border color

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

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

This div border color is #C2B7AA.


Opacity

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

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

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

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

This text has shadow with #C2B7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B7AA on black background.


Color preview on white background

This text has color #C2B7AA on white background.



Black color preview on #C2B7AA background

This text has black color on #C2B7AA background.


White color preview on #C2B7AA background

This text has white color on #C2B7AA background.