COLOR #C7AE88

HEX: #C7AE88
RGB: (199,174,136)

Color info

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

RGB color model

#C7AE88 color RGB value is (199,174,136).

  • red value is 199;
  • green value is 174;
  • blue value is 136.
RGB:
(199,174,136)
(78%,68%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 136 of 255 = 53%

199
174
136

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

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 136 = 509 (100%)
R 199 of 509 ~ 39.1%
G 174 of 509 ~ 34.18%
B 136 of 509 ~ 26.72%

%39.1
%34.18
%26.72

CMYK color model

#C7AE88 color CMYK value is (0,13,32,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(0,13,32,22)
C0M13Y32K22 
(0%,13%,32%,22%)
(0.00/0.13/0.32/0.22)	

CMYK percentages

%0
%12.56
%31.66
%21.96

Codes

Color #C7AE88 in popluar color models

C7AE88
RGB199174136
HSL36°36.00%65.69%
HSB/HSV36°31.66%78.04%
CMYK0.00%12.56%31.66%
21.96%

Color #C7AE88 in popluar number systems.

HEXC7AE88
Decimal199174136
Binary110001111010111010001000
Octal307256210

Shades and tints

Shades of #C7AE88

#C7AE88
(199,174,136)
#B59F7C
(181,159,124)
#A39070
(163,144,112)
#918164
(145,129,100)
#7F7258
(127,114,88)
#6D634C
(109,99,76)
#5B5440
(91,84,64)
#494534
(73,69,52)
#373628
(55,54,40)
#25271C
(37,39,28)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #C7AE88

#C7AE88
(199,174,136)
#CCB592
(204,181,146)
#D1BC9C
(209,188,156)
#D6C3A6
(214,195,166)
#DBCAB0
(219,202,176)
#E0D1BA
(224,209,186)
#E5D8C4
(229,216,196)
#EADFCE
(234,223,206)
#EFE6D8
(239,230,216)
#F4EDE2
(244,237,226)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AE88 color. Also use rgb(199,174,136) instead hex code.

Text Font Color

.myTextColor { color: #C7AE88; }

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

This text font color is #C7AE88.


Background Color

.myBgColor { background-color: #C7AE88; }

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

This div background color is #C7AE88.


Border color

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

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

This div border color is #C7AE88.


Opacity

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

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

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

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

This text has shadow with #C7AE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AE88 on black background.


Color preview on white background

This text has color #C7AE88 on white background.



Black color preview on #C7AE88 background

This text has black color on #C7AE88 background.


White color preview on #C7AE88 background

This text has white color on #C7AE88 background.