COLOR #CFAE89

HEX: #CFAE89
RGB: (207,174,137)

Color info

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

RGB color model

#CFAE89 color RGB value is (207,174,137).

  • red value is 207;
  • green value is 174;
  • blue value is 137.
RGB:
(207,174,137)
(81%,68%,54%)

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 137 of 255 = 54%

207
174
137

R + G + B ~ 68%. #CFAE89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 137 = 518 (100%)
R 207 of 518 ~ 39.96%
G 174 of 518 ~ 33.59%
B 137 of 518 ~ 26.45%

%39.96
%33.59
%26.45

CMYK color model

#CFAE89 color CMYK value is (0,16,34,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 33.82%
  • key color value is 18.82%
CMYK:
(0,16,34,19)
C0M16Y34K19 
(0%,16%,34%,19%)
(0.00/0.16/0.34/0.19)	

CMYK percentages

%0
%15.94
%33.82
%18.82

Codes

Color #CFAE89 in popluar color models

CFAE89
RGB207174137
HSL32°42.17%67.45%
HSB/HSV32°33.82%81.18%
CMYK0.00%15.94%33.82%
18.82%

Color #CFAE89 in popluar number systems.

HEXCFAE89
Decimal207174137
Binary110011111010111010001001
Octal317256211

Shades and tints

Shades of #CFAE89

#CFAE89
(207,174,137)
#BD9F7D
(189,159,125)
#AB9071
(171,144,113)
#998165
(153,129,101)
#877259
(135,114,89)
#75634D
(117,99,77)
#635441
(99,84,65)
#514535
(81,69,53)
#3F3629
(63,54,41)
#2D271D
(45,39,29)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #CFAE89

#CFAE89
(207,174,137)
#D3B593
(211,181,147)
#D7BC9D
(215,188,157)
#DBC3A7
(219,195,167)
#DFCAB1
(223,202,177)
#E3D1BB
(227,209,187)
#E7D8C5
(231,216,197)
#EBDFCF
(235,223,207)
#EFE6D9
(239,230,217)
#F3EDE3
(243,237,227)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAE89 color. Also use rgb(207,174,137) instead hex code.

Text Font Color

.myTextColor { color: #CFAE89; }

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

This text font color is #CFAE89.


Background Color

.myBgColor { background-color: #CFAE89; }

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

This div background color is #CFAE89.


Border color

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

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

This div border color is #CFAE89.


Opacity

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

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

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

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

This text has shadow with #CFAE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAE89 on black background.


Color preview on white background

This text has color #CFAE89 on white background.



Black color preview on #CFAE89 background

This text has black color on #CFAE89 background.


White color preview on #CFAE89 background

This text has white color on #CFAE89 background.