COLOR #C9AB67

HEX: #C9AB67
RGB: (201,171,103)

Color info

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

RGB color model

#C9AB67 color RGB value is (201,171,103).

  • red value is 201;
  • green value is 171;
  • blue value is 103.
RGB:
(201,171,103)
(79%,67%,40%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 103 of 255 = 40%

201
171
103

R + G + B ~ 62%. #C9AB67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 171 + 103 = 475 (100%)
R 201 of 475 ~ 42.32%
G 171 of 475 ~ 36%
B 103 of 475 ~ 21.68%

%42.32
%36
%21.68

CMYK color model

#C9AB67 color CMYK value is (0,15,49,21).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 48.76%
  • key color value is 21.18%
CMYK:
(0,15,49,21)
C0M15Y49K21 
(0%,15%,49%,21%)
(0.00/0.15/0.49/0.21)	

CMYK percentages

%0
%14.93
%48.76
%21.18

Codes

Color #C9AB67 in popluar color models

C9AB67
RGB201171103
HSL42°47.57%59.61%
HSB/HSV42°48.76%78.82%
CMYK0.00%14.93%48.76%
21.18%

Color #C9AB67 in popluar number systems.

HEXC9AB67
Decimal201171103
Binary11001001101010111100111
Octal311253147

Shades and tints

Shades of #C9AB67

#C9AB67
(201,171,103)
#B79C5E
(183,156,94)
#A58D55
(165,141,85)
#937E4C
(147,126,76)
#816F43
(129,111,67)
#6F603A
(111,96,58)
#5D5131
(93,81,49)
#4B4228
(75,66,40)
#39331F
(57,51,31)
#272416
(39,36,22)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #C9AB67

#C9AB67
(201,171,103)
#CDB274
(205,178,116)
#D1B981
(209,185,129)
#D5C08E
(213,192,142)
#D9C79B
(217,199,155)
#DDCEA8
(221,206,168)
#E1D5B5
(225,213,181)
#E5DCC2
(229,220,194)
#E9E3CF
(233,227,207)
#EDEADC
(237,234,220)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AB67 color. Also use rgb(201,171,103) instead hex code.

Text Font Color

.myTextColor { color: #C9AB67; }

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

This text font color is #C9AB67.


Background Color

.myBgColor { background-color: #C9AB67; }

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

This div background color is #C9AB67.


Border color

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

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

This div border color is #C9AB67.


Opacity

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

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

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

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

This text has shadow with #C9AB67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AB67 on black background.


Color preview on white background

This text has color #C9AB67 on white background.



Black color preview on #C9AB67 background

This text has black color on #C9AB67 background.


White color preview on #C9AB67 background

This text has white color on #C9AB67 background.