COLOR #C7A87E

HEX: #C7A87E
RGB: (199,168,126)

Color info

#C7A87E contains mainly red and green colors. Web safe color of #C7A87E is #CC9966 (or #C96).

RGB color model

#C7A87E color RGB value is (199,168,126).

  • red value is 199;
  • green value is 168;
  • blue value is 126.
RGB:
(199,168,126)
(78%,66%,49%)

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 126 of 255 = 49%

199
168
126

R + G + B ~ 64%. #C7A87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 168 + 126 = 493 (100%)
R 199 of 493 ~ 40.37%
G 168 of 493 ~ 34.08%
B 126 of 493 ~ 25.56%

%40.37
%34.08
%25.56

CMYK color model

#C7A87E color CMYK value is (0,16,37,22).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 36.68%
  • key color value is 21.96%
CMYK:
(0,16,37,22)
C0M16Y37K22 
(0%,16%,37%,22%)
(0.00/0.16/0.37/0.22)	

CMYK percentages

%0
%15.58
%36.68
%21.96

Codes

Color #C7A87E in popluar color models

C7A87E
RGB199168126
HSL35°39.46%63.73%
HSB/HSV35°36.68%78.04%
CMYK0.00%15.58%36.68%
21.96%

Color #C7A87E in popluar number systems.

HEXC7A87E
Decimal199168126
Binary11000111101010001111110
Octal307250176

Shades and tints

Shades of #C7A87E

#C7A87E
(199,168,126)
#B59973
(181,153,115)
#A38A68
(163,138,104)
#917B5D
(145,123,93)
#7F6C52
(127,108,82)
#6D5D47
(109,93,71)
#5B4E3C
(91,78,60)
#493F31
(73,63,49)
#373026
(55,48,38)
#25211B
(37,33,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #C7A87E

#C7A87E
(199,168,126)
#CCAF89
(204,175,137)
#D1B694
(209,182,148)
#D6BD9F
(214,189,159)
#DBC4AA
(219,196,170)
#E0CBB5
(224,203,181)
#E5D2C0
(229,210,192)
#EAD9CB
(234,217,203)
#EFE0D6
(239,224,214)
#F4E7E1
(244,231,225)
#F9EEEC
(249,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A87E color. Also use rgb(199,168,126) instead hex code.

Text Font Color

.myTextColor { color: #C7A87E; }

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

This text font color is #C7A87E.


Background Color

.myBgColor { background-color: #C7A87E; }

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

This div background color is #C7A87E.


Border color

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

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

This div border color is #C7A87E.


Opacity

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

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

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

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

This text has shadow with #C7A87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A87E on black background.


Color preview on white background

This text has color #C7A87E on white background.



Black color preview on #C7A87E background

This text has black color on #C7A87E background.


White color preview on #C7A87E background

This text has white color on #C7A87E background.