COLOR #C9AB88

HEX: #C9AB88
RGB: (201,171,136)

Color info

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

RGB color model

#C9AB88 color RGB value is (201,171,136).

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

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 136 of 255 = 53%

201
171
136

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

Portions of RGB colors in percentages

R + G + B =
201 + 171 + 136 = 508 (100%)
R 201 of 508 ~ 39.57%
G 171 of 508 ~ 33.66%
B 136 of 508 ~ 26.77%

%39.57
%33.66
%26.77

CMYK color model

#C9AB88 color CMYK value is (0,15,32,21).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 32.34%
  • key color value is 21.18%
CMYK:
(0,15,32,21)
C0M15Y32K21 
(0%,15%,32%,21%)
(0.00/0.15/0.32/0.21)	

CMYK percentages

%0
%14.93
%32.34
%21.18

Codes

Color #C9AB88 in popluar color models

C9AB88
RGB201171136
HSL32°37.57%66.08%
HSB/HSV32°32.34%78.82%
CMYK0.00%14.93%32.34%
21.18%

Color #C9AB88 in popluar number systems.

HEXC9AB88
Decimal201171136
Binary110010011010101110001000
Octal311253210

Shades and tints

Shades of #C9AB88

#C9AB88
(201,171,136)
#B79C7C
(183,156,124)
#A58D70
(165,141,112)
#937E64
(147,126,100)
#816F58
(129,111,88)
#6F604C
(111,96,76)
#5D5140
(93,81,64)
#4B4234
(75,66,52)
#393328
(57,51,40)
#27241C
(39,36,28)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #C9AB88

#C9AB88
(201,171,136)
#CDB292
(205,178,146)
#D1B99C
(209,185,156)
#D5C0A6
(213,192,166)
#D9C7B0
(217,199,176)
#DDCEBA
(221,206,186)
#E1D5C4
(225,213,196)
#E5DCCE
(229,220,206)
#E9E3D8
(233,227,216)
#EDEAE2
(237,234,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AB88; }

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

This text font color is #C9AB88.


Background Color

.myBgColor { background-color: #C9AB88; }

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

This div background color is #C9AB88.


Border color

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

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

This div border color is #C9AB88.


Opacity

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

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

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

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

This text has shadow with #C9AB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AB88 on black background.


Color preview on white background

This text has color #C9AB88 on white background.



Black color preview on #C9AB88 background

This text has black color on #C9AB88 background.


White color preview on #C9AB88 background

This text has white color on #C9AB88 background.