COLOR #CFAE85

HEX: #CFAE85 RGB: (207,174,133)

Color info

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

RGB color model

#CFAE85 color RGB value is (207,174,133).

RGB: (207,174,133) (81%, 68%, 52%)

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 133 of 255 = 52%

207
174
133

R + G + B ~ 67%. #CFAE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 174 + 133 = 514 (100%)
R 207 of 514 ~ 40.27%
G 174 of 514 ~ 33.85%
B 133 of 514 ~ 25.88'%

%40.27
%33.85
%25.88

CMYK color model

#CFAE85 color CMYK value is (0,16,36,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 35.75%
  • key color value is 18.82%

CMYK: (0,16,36,19)
C0M16Y36K19 (0%, 16%, 36%, 19%)
(0.00 / 0.16 / 0.36 / 0.19)

CMYK percentages

%0
%15.94
%35.75
%18.82

Codes

Color #CFAE85 in popluar color models

CF AE 85
RGB 207 174 133
HSL 33° 43.53% 66.67%
HSB/HSV 33° 35.75% 81.18%
CMYK 0.00% 15.94% 35.75%
18.82%

Color #CFAE85 in popluar number systems.

HEX CF AE 85
Decimal 207 174 133
Binary 11001111 10101110 10000101
Octal 317 256 205

Shades and tints

Shades of #CFAE85

#CFAE85
(207,174,133)
#BD9F79
(189,159,121)
#AB906D
(171,144,109)
#998161
(153,129,97)
#877255
(135,114,85)
#756349
(117,99,73)
#63543D
(99,84,61)
#514531
(81,69,49)
#3F3625
(63,54,37)
#2D2719
(45,39,25)
#1B180D
(27,24,13)
#000000
(0,0,0)

Tints of #CFAE85

#CFAE85
(207,174,133)
#D3B590
(211,181,144)
#D7BC9B
(215,188,155)
#DBC3A6
(219,195,166)
#DFCAB1
(223,202,177)
#E3D1BC
(227,209,188)
#E7D8C7
(231,216,199)
#EBDFD2
(235,223,210)
#EFE6DD
(239,230,221)
#F3EDE8
(243,237,232)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAE85; }

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

This text font color is #CFAE85.

Background Color

.myBgColor { background-color: #CFAE85; }

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

This div background color is #CFAE85.

Border color

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

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

This div border color is #CFAE85.

Opacity

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

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

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

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

This text has shadow with #CFAE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFAE85.

Preview

Color preview on black background

This text has color #CFAE85 on black background.


Color preview on white background

This text has color #CFAE85 on white background.


Black color preview on #CFAE85 background

This text has black color on #CFAE85 background.


White color preview on #CFAE85 background

This text has white color on #CFAE85 background.


Related colors

Complementary color

Complementary color for #hex is #30517A.


I love getcolorcode.com

Triadic colors

1 #85CFAE and #AE85CF with #CFAE85 are triadic colors.

2 #85AECF and #AECF85 with #CFAE85 are triadic colors.