COLOR #C2AD8A

HEX: #C2AD8A
RGB: (194,173,138)

Color info

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

RGB color model

#C2AD8A color RGB value is (194,173,138).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 138 of 255 = 54%

194
173
138

R + G + B ~ 66%. #C2AD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 138 = 505 (100%)
R 194 of 505 ~ 38.42%
G 173 of 505 ~ 34.26%
B 138 of 505 ~ 27.33%

%38.42
%34.26
%27.33

CMYK color model

#C2AD8A color CMYK value is (0,11,29,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,11,29,24)
C0M11Y29K24 
(0%,11%,29%,24%)
(0.00/0.11/0.29/0.24)	

CMYK percentages

%0
%10.82
%28.87
%23.92

Codes

Color #C2AD8A in popluar color models

C2AD8A
RGB194173138
HSL38°31.46%65.10%
HSB/HSV38°28.87%76.08%
CMYK0.00%10.82%28.87%
23.92%

Color #C2AD8A in popluar number systems.

HEXC2AD8A
Decimal194173138
Binary110000101010110110001010
Octal302255212

Shades and tints

Shades of #C2AD8A

#C2AD8A
(194,173,138)
#B19E7E
(177,158,126)
#A08F72
(160,143,114)
#8F8066
(143,128,102)
#7E715A
(126,113,90)
#6D624E
(109,98,78)
#5C5342
(92,83,66)
#4B4436
(75,68,54)
#3A352A
(58,53,42)
#29261E
(41,38,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #C2AD8A

#C2AD8A
(194,173,138)
#C7B494
(199,180,148)
#CCBB9E
(204,187,158)
#D1C2A8
(209,194,168)
#D6C9B2
(214,201,178)
#DBD0BC
(219,208,188)
#E0D7C6
(224,215,198)
#E5DED0
(229,222,208)
#EAE5DA
(234,229,218)
#EFECE4
(239,236,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AD8A; }

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

This text font color is #C2AD8A.


Background Color

.myBgColor { background-color: #C2AD8A; }

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

This div background color is #C2AD8A.


Border color

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

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

This div border color is #C2AD8A.


Opacity

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

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

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

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

This text has shadow with #C2AD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AD8A on black background.


Color preview on white background

This text has color #C2AD8A on white background.



Black color preview on #C2AD8A background

This text has black color on #C2AD8A background.


White color preview on #C2AD8A background

This text has white color on #C2AD8A background.