COLOR #C9AE68

HEX: #C9AE68
RGB: (201,174,104)

Color info

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

RGB color model

#C9AE68 color RGB value is (201,174,104).

  • red value is 201;
  • green value is 174;
  • blue value is 104.
RGB:
(201,174,104)
(79%,68%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 104 of 255 = 41%

201
174
104

R + G + B ~ 63%. #C9AE68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 104 = 479 (100%)
R 201 of 479 ~ 41.96%
G 174 of 479 ~ 36.33%
B 104 of 479 ~ 21.71%

%41.96
%36.33
%21.71

CMYK color model

#C9AE68 color CMYK value is (0,13,48,21).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 48.26%
  • key color value is 21.18%
CMYK:
(0,13,48,21)
C0M13Y48K21 
(0%,13%,48%,21%)
(0.00/0.13/0.48/0.21)	

CMYK percentages

%0
%13.43
%48.26
%21.18

Codes

Color #C9AE68 in popluar color models

C9AE68
RGB201174104
HSL43°47.32%59.80%
HSB/HSV43°48.26%78.82%
CMYK0.00%13.43%48.26%
21.18%

Color #C9AE68 in popluar number systems.

HEXC9AE68
Decimal201174104
Binary11001001101011101101000
Octal311256150

Shades and tints

Shades of #C9AE68

#C9AE68
(201,174,104)
#B79F5F
(183,159,95)
#A59056
(165,144,86)
#93814D
(147,129,77)
#817244
(129,114,68)
#6F633B
(111,99,59)
#5D5432
(93,84,50)
#4B4529
(75,69,41)
#393620
(57,54,32)
#272717
(39,39,23)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #C9AE68

#C9AE68
(201,174,104)
#CDB575
(205,181,117)
#D1BC82
(209,188,130)
#D5C38F
(213,195,143)
#D9CA9C
(217,202,156)
#DDD1A9
(221,209,169)
#E1D8B6
(225,216,182)
#E5DFC3
(229,223,195)
#E9E6D0
(233,230,208)
#EDEDDD
(237,237,221)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AE68 color. Also use rgb(201,174,104) instead hex code.

Text Font Color

.myTextColor { color: #C9AE68; }

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

This text font color is #C9AE68.


Background Color

.myBgColor { background-color: #C9AE68; }

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

This div background color is #C9AE68.


Border color

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

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

This div border color is #C9AE68.


Opacity

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

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

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

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

This text has shadow with #C9AE68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AE68 on black background.


Color preview on white background

This text has color #C9AE68 on white background.



Black color preview on #C9AE68 background

This text has black color on #C9AE68 background.


White color preview on #C9AE68 background

This text has white color on #C9AE68 background.