COLOR #C4AD8A

HEX: #C4AD8A
RGB: (196,173,138)

Color info

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

RGB color model

#C4AD8A color RGB value is (196,173,138).

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

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 138 of 255 = 54%

196
173
138

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

Portions of RGB colors in percentages

R + G + B =
196 + 173 + 138 = 507 (100%)
R 196 of 507 ~ 38.66%
G 173 of 507 ~ 34.12%
B 138 of 507 ~ 27.22%

%38.66
%34.12
%27.22

CMYK color model

#C4AD8A color CMYK value is (0,12,30,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 29.59%
  • key color value is 23.14%
CMYK:
(0,12,30,23)
C0M12Y30K23 
(0%,12%,30%,23%)
(0.00/0.12/0.30/0.23)	

CMYK percentages

%0
%11.73
%29.59
%23.14

Codes

Color #C4AD8A in popluar color models

C4AD8A
RGB196173138
HSL36°32.95%65.49%
HSB/HSV36°29.59%76.86%
CMYK0.00%11.73%29.59%
23.14%

Color #C4AD8A in popluar number systems.

HEXC4AD8A
Decimal196173138
Binary110001001010110110001010
Octal304255212

Shades and tints

Shades of #C4AD8A

#C4AD8A
(196,173,138)
#B39E7E
(179,158,126)
#A28F72
(162,143,114)
#918066
(145,128,102)
#80715A
(128,113,90)
#6F624E
(111,98,78)
#5E5342
(94,83,66)
#4D4436
(77,68,54)
#3C352A
(60,53,42)
#2B261E
(43,38,30)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4AD8A

#C4AD8A
(196,173,138)
#C9B494
(201,180,148)
#CEBB9E
(206,187,158)
#D3C2A8
(211,194,168)
#D8C9B2
(216,201,178)
#DDD0BC
(221,208,188)
#E2D7C6
(226,215,198)
#E7DED0
(231,222,208)
#ECE5DA
(236,229,218)
#F1ECE4
(241,236,228)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AD8A; }

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

This text font color is #C4AD8A.


Background Color

.myBgColor { background-color: #C4AD8A; }

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

This div background color is #C4AD8A.


Border color

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

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

This div border color is #C4AD8A.


Opacity

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

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

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

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

This text has shadow with #C4AD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AD8A on black background.


Color preview on white background

This text has color #C4AD8A on white background.



Black color preview on #C4AD8A background

This text has black color on #C4AD8A background.


White color preview on #C4AD8A background

This text has white color on #C4AD8A background.