COLOR #C4AD87

HEX: #C4AD87
RGB: (196,173,135)

Color info

#C4AD87 contains mainly red and green colors. Web safe color of #C4AD87 is #CC9999 (or #C99).

RGB color model

#C4AD87 color RGB value is (196,173,135).

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

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 135 of 255 = 53%

196
173
135

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

Portions of RGB colors in percentages

R + G + B =
196 + 173 + 135 = 504 (100%)
R 196 of 504 ~ 38.89%
G 173 of 504 ~ 34.33%
B 135 of 504 ~ 26.79%

%38.89
%34.33
%26.79

CMYK color model

#C4AD87 color CMYK value is (0,12,31,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 31.12%
  • key color value is 23.14%
CMYK:
(0,12,31,23)
C0M12Y31K23 
(0%,12%,31%,23%)
(0.00/0.12/0.31/0.23)	

CMYK percentages

%0
%11.73
%31.12
%23.14

Codes

Color #C4AD87 in popluar color models

C4AD87
RGB196173135
HSL37°34.08%64.90%
HSB/HSV37°31.12%76.86%
CMYK0.00%11.73%31.12%
23.14%

Color #C4AD87 in popluar number systems.

HEXC4AD87
Decimal196173135
Binary110001001010110110000111
Octal304255207

Shades and tints

Shades of #C4AD87

#C4AD87
(196,173,135)
#B39E7B
(179,158,123)
#A28F6F
(162,143,111)
#918063
(145,128,99)
#807157
(128,113,87)
#6F624B
(111,98,75)
#5E533F
(94,83,63)
#4D4433
(77,68,51)
#3C3527
(60,53,39)
#2B261B
(43,38,27)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #C4AD87

#C4AD87
(196,173,135)
#C9B491
(201,180,145)
#CEBB9B
(206,187,155)
#D3C2A5
(211,194,165)
#D8C9AF
(216,201,175)
#DDD0B9
(221,208,185)
#E2D7C3
(226,215,195)
#E7DECD
(231,222,205)
#ECE5D7
(236,229,215)
#F1ECE1
(241,236,225)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AD87; }

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

This text font color is #C4AD87.


Background Color

.myBgColor { background-color: #C4AD87; }

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

This div background color is #C4AD87.


Border color

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

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

This div border color is #C4AD87.


Opacity

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

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

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

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

This text has shadow with #C4AD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AD87 on black background.


Color preview on white background

This text has color #C4AD87 on white background.



Black color preview on #C4AD87 background

This text has black color on #C4AD87 background.


White color preview on #C4AD87 background

This text has white color on #C4AD87 background.