COLOR #CFAE9E

HEX: #CFAE9E
RGB: (207,174,158)

Color info

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

RGB color model

#CFAE9E color RGB value is (207,174,158).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 158 of 255 = 62%

207
174
158

R + G + B ~ 70%. #CFAE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 158 = 539 (100%)
R 207 of 539 ~ 38.4%
G 174 of 539 ~ 32.28%
B 158 of 539 ~ 29.31%

%38.4
%32.28
%29.31

CMYK color model

#CFAE9E color CMYK value is (0,16,24,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 23.67%
  • key color value is 18.82%
CMYK:
(0,16,24,19)
C0M16Y24K19 
(0%,16%,24%,19%)
(0.00/0.16/0.24/0.19)	

CMYK percentages

%0
%15.94
%23.67
%18.82

Codes

Color #CFAE9E in popluar color models

CFAE9E
RGB207174158
HSL20°33.79%71.57%
HSB/HSV20°23.67%81.18%
CMYK0.00%15.94%23.67%
18.82%

Color #CFAE9E in popluar number systems.

HEXCFAE9E
Decimal207174158
Binary110011111010111010011110
Octal317256236

Shades and tints

Shades of #CFAE9E

#CFAE9E
(207,174,158)
#BD9F90
(189,159,144)
#AB9082
(171,144,130)
#998174
(153,129,116)
#877266
(135,114,102)
#756358
(117,99,88)
#63544A
(99,84,74)
#51453C
(81,69,60)
#3F362E
(63,54,46)
#2D2720
(45,39,32)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #CFAE9E

#CFAE9E
(207,174,158)
#D3B5A6
(211,181,166)
#D7BCAE
(215,188,174)
#DBC3B6
(219,195,182)
#DFCABE
(223,202,190)
#E3D1C6
(227,209,198)
#E7D8CE
(231,216,206)
#EBDFD6
(235,223,214)
#EFE6DE
(239,230,222)
#F3EDE6
(243,237,230)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAE9E; }

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

This text font color is #CFAE9E.


Background Color

.myBgColor { background-color: #CFAE9E; }

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

This div background color is #CFAE9E.


Border color

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

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

This div border color is #CFAE9E.


Opacity

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

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

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

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

This text has shadow with #CFAE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAE9E on black background.


Color preview on white background

This text has color #CFAE9E on white background.



Black color preview on #CFAE9E background

This text has black color on #CFAE9E background.


White color preview on #CFAE9E background

This text has white color on #CFAE9E background.