COLOR #C2B9AD

HEX: #C2B9AD
RGB: (194,185,173)

Color info

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

RGB color model

#C2B9AD color RGB value is (194,185,173).

  • red value is 194;
  • green value is 185;
  • blue value is 173.
RGB:
(194,185,173)
(76%,73%,68%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 173 of 255 = 68%

194
185
173

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

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 173 = 552 (100%)
R 194 of 552 ~ 35.14%
G 185 of 552 ~ 33.51%
B 173 of 552 ~ 31.34%

%35.14
%33.51
%31.34

CMYK color model

#C2B9AD color CMYK value is (0,5,11,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(0,5,11,24)
C0M5Y11K24 
(0%,5%,11%,24%)
(0.00/0.05/0.11/0.24)	

CMYK percentages

%0
%4.64
%10.82
%23.92

Codes

Color #C2B9AD in popluar color models

C2B9AD
RGB194185173
HSL34°14.69%71.96%
HSB/HSV34°10.82%76.08%
CMYK0.00%4.64%10.82%
23.92%

Color #C2B9AD in popluar number systems.

HEXC2B9AD
Decimal194185173
Binary110000101011100110101101
Octal302271255

Shades and tints

Shades of #C2B9AD

#C2B9AD
(194,185,173)
#B1A99E
(177,169,158)
#A0998F
(160,153,143)
#8F8980
(143,137,128)
#7E7971
(126,121,113)
#6D6962
(109,105,98)
#5C5953
(92,89,83)
#4B4944
(75,73,68)
#3A3935
(58,57,53)
#292926
(41,41,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #C2B9AD

#C2B9AD
(194,185,173)
#C7BFB4
(199,191,180)
#CCC5BB
(204,197,187)
#D1CBC2
(209,203,194)
#D6D1C9
(214,209,201)
#DBD7D0
(219,215,208)
#E0DDD7
(224,221,215)
#E5E3DE
(229,227,222)
#EAE9E5
(234,233,229)
#EFEFEC
(239,239,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B9AD color. Also use rgb(194,185,173) instead hex code.

Text Font Color

.myTextColor { color: #C2B9AD; }

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

This text font color is #C2B9AD.


Background Color

.myBgColor { background-color: #C2B9AD; }

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

This div background color is #C2B9AD.


Border color

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

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

This div border color is #C2B9AD.


Opacity

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

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

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

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

This text has shadow with #C2B9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B9AD on black background.


Color preview on white background

This text has color #C2B9AD on white background.



Black color preview on #C2B9AD background

This text has black color on #C2B9AD background.


White color preview on #C2B9AD background

This text has white color on #C2B9AD background.