COLOR #C2AD9B

HEX: #C2AD9B
RGB: (194,173,155)

Color info

#C2AD9B contains red, green and blue colors in about the same proportion. Web safe color of #C2AD9B is #CC9999 (or #C99).

RGB color model

#C2AD9B color RGB value is (194,173,155).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 155 of 255 = 61%

194
173
155

R + G + B ~ 68%. #C2AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 155 = 522 (100%)
R 194 of 522 ~ 37.16%
G 173 of 522 ~ 33.14%
B 155 of 522 ~ 29.69%

%37.16
%33.14
%29.69

CMYK color model

#C2AD9B color CMYK value is (0,11,20,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(0,11,20,24)
C0M11Y20K24 
(0%,11%,20%,24%)
(0.00/0.11/0.20/0.24)	

CMYK percentages

%0
%10.82
%20.1
%23.92

Codes

Color #C2AD9B in popluar color models

C2AD9B
RGB194173155
HSL28°24.22%68.43%
HSB/HSV28°20.10%76.08%
CMYK0.00%10.82%20.10%
23.92%

Color #C2AD9B in popluar number systems.

HEXC2AD9B
Decimal194173155
Binary110000101010110110011011
Octal302255233

Shades and tints

Shades of #C2AD9B

#C2AD9B
(194,173,155)
#B19E8D
(177,158,141)
#A08F7F
(160,143,127)
#8F8071
(143,128,113)
#7E7163
(126,113,99)
#6D6255
(109,98,85)
#5C5347
(92,83,71)
#4B4439
(75,68,57)
#3A352B
(58,53,43)
#29261D
(41,38,29)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #C2AD9B

#C2AD9B
(194,173,155)
#C7B4A4
(199,180,164)
#CCBBAD
(204,187,173)
#D1C2B6
(209,194,182)
#D6C9BF
(214,201,191)
#DBD0C8
(219,208,200)
#E0D7D1
(224,215,209)
#E5DEDA
(229,222,218)
#EAE5E3
(234,229,227)
#EFECEC
(239,236,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AD9B; }

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

This text font color is #C2AD9B.


Background Color

.myBgColor { background-color: #C2AD9B; }

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

This div background color is #C2AD9B.


Border color

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

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

This div border color is #C2AD9B.


Opacity

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

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

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

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

This text has shadow with #C2AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AD9B on black background.


Color preview on white background

This text has color #C2AD9B on white background.



Black color preview on #C2AD9B background

This text has black color on #C2AD9B background.


White color preview on #C2AD9B background

This text has white color on #C2AD9B background.