COLOR #CFAE96

HEX: #CFAE96
RGB: (207,174,150)

Color info

#CFAE96 contains red, green and blue colors in about the same proportion. Web safe color of #CFAE96 is #CC9999 (or #C99).

RGB color model

#CFAE96 color RGB value is (207,174,150).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 150 of 255 = 59%

207
174
150

R + G + B ~ 69%. #CFAE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 150 = 531 (100%)
R 207 of 531 ~ 38.98%
G 174 of 531 ~ 32.77%
B 150 of 531 ~ 28.25%

%38.98
%32.77
%28.25

CMYK color model

#CFAE96 color CMYK value is (0,16,28,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(0,16,28,19)
C0M16Y28K19 
(0%,16%,28%,19%)
(0.00/0.16/0.28/0.19)	

CMYK percentages

%0
%15.94
%27.54
%18.82

Codes

Color #CFAE96 in popluar color models

CFAE96
RGB207174150
HSL25°37.25%70.00%
HSB/HSV25°27.54%81.18%
CMYK0.00%15.94%27.54%
18.82%

Color #CFAE96 in popluar number systems.

HEXCFAE96
Decimal207174150
Binary110011111010111010010110
Octal317256226

Shades and tints

Shades of #CFAE96

#CFAE96
(207,174,150)
#BD9F89
(189,159,137)
#AB907C
(171,144,124)
#99816F
(153,129,111)
#877262
(135,114,98)
#756355
(117,99,85)
#635448
(99,84,72)
#51453B
(81,69,59)
#3F362E
(63,54,46)
#2D2721
(45,39,33)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #CFAE96

#CFAE96
(207,174,150)
#D3B59F
(211,181,159)
#D7BCA8
(215,188,168)
#DBC3B1
(219,195,177)
#DFCABA
(223,202,186)
#E3D1C3
(227,209,195)
#E7D8CC
(231,216,204)
#EBDFD5
(235,223,213)
#EFE6DE
(239,230,222)
#F3EDE7
(243,237,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAE96; }

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

This text font color is #CFAE96.


Background Color

.myBgColor { background-color: #CFAE96; }

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

This div background color is #CFAE96.


Border color

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

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

This div border color is #CFAE96.


Opacity

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

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

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

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

This text has shadow with #CFAE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAE96 on black background.


Color preview on white background

This text has color #CFAE96 on white background.



Black color preview on #CFAE96 background

This text has black color on #CFAE96 background.


White color preview on #CFAE96 background

This text has white color on #CFAE96 background.