COLOR #C4AD8D

HEX: #C4AD8D
RGB: (196,173,141)

Color info

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

RGB color model

#C4AD8D color RGB value is (196,173,141).

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

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 141 of 255 = 55%

196
173
141

R + G + B ~ 67%. #C4AD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 173 + 141 = 510 (100%)
R 196 of 510 ~ 38.43%
G 173 of 510 ~ 33.92%
B 141 of 510 ~ 27.65%

%38.43
%33.92
%27.65

CMYK color model

#C4AD8D color CMYK value is (0,12,28,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(0,12,28,23)
C0M12Y28K23 
(0%,12%,28%,23%)
(0.00/0.12/0.28/0.23)	

CMYK percentages

%0
%11.73
%28.06
%23.14

Codes

Color #C4AD8D in popluar color models

C4AD8D
RGB196173141
HSL35°31.79%66.08%
HSB/HSV35°28.06%76.86%
CMYK0.00%11.73%28.06%
23.14%

Color #C4AD8D in popluar number systems.

HEXC4AD8D
Decimal196173141
Binary110001001010110110001101
Octal304255215

Shades and tints

Shades of #C4AD8D

#C4AD8D
(196,173,141)
#B39E81
(179,158,129)
#A28F75
(162,143,117)
#918069
(145,128,105)
#80715D
(128,113,93)
#6F6251
(111,98,81)
#5E5345
(94,83,69)
#4D4439
(77,68,57)
#3C352D
(60,53,45)
#2B2621
(43,38,33)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #C4AD8D

#C4AD8D
(196,173,141)
#C9B497
(201,180,151)
#CEBBA1
(206,187,161)
#D3C2AB
(211,194,171)
#D8C9B5
(216,201,181)
#DDD0BF
(221,208,191)
#E2D7C9
(226,215,201)
#E7DED3
(231,222,211)
#ECE5DD
(236,229,221)
#F1ECE7
(241,236,231)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AD8D; }

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

This text font color is #C4AD8D.


Background Color

.myBgColor { background-color: #C4AD8D; }

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

This div background color is #C4AD8D.


Border color

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

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

This div border color is #C4AD8D.


Opacity

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

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

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

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

This text has shadow with #C4AD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AD8D on black background.


Color preview on white background

This text has color #C4AD8D on white background.



Black color preview on #C4AD8D background

This text has black color on #C4AD8D background.


White color preview on #C4AD8D background

This text has white color on #C4AD8D background.