COLOR #CFAF99

HEX: #CFAF99
RGB: (207,175,153)

Color info

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

RGB color model

#CFAF99 color RGB value is (207,175,153).

  • red value is 207;
  • green value is 175;
  • blue value is 153.
RGB:
(207,175,153)
(81%,69%,60%)

RGB channels and saturation

R 207 of 255 = 81%
G 175 of 255 = 69%
B 153 of 255 = 60%

207
175
153

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

Portions of RGB colors in percentages

R + G + B =
207 + 175 + 153 = 535 (100%)
R 207 of 535 ~ 38.69%
G 175 of 535 ~ 32.71%
B 153 of 535 ~ 28.6%

%38.69
%32.71
%28.6

CMYK color model

#CFAF99 color CMYK value is (0,15,26,19).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 26.09%
  • key color value is 18.82%
CMYK:
(0,15,26,19)
C0M15Y26K19 
(0%,15%,26%,19%)
(0.00/0.15/0.26/0.19)	

CMYK percentages

%0
%15.46
%26.09
%18.82

Codes

Color #CFAF99 in popluar color models

CFAF99
RGB207175153
HSL24°36.00%70.59%
HSB/HSV24°26.09%81.18%
CMYK0.00%15.46%26.09%
18.82%

Color #CFAF99 in popluar number systems.

HEXCFAF99
Decimal207175153
Binary110011111010111110011001
Octal317257231

Shades and tints

Shades of #CFAF99

#CFAF99
(207,175,153)
#BDA08C
(189,160,140)
#AB917F
(171,145,127)
#998272
(153,130,114)
#877365
(135,115,101)
#756458
(117,100,88)
#63554B
(99,85,75)
#51463E
(81,70,62)
#3F3731
(63,55,49)
#2D2824
(45,40,36)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #CFAF99

#CFAF99
(207,175,153)
#D3B6A2
(211,182,162)
#D7BDAB
(215,189,171)
#DBC4B4
(219,196,180)
#DFCBBD
(223,203,189)
#E3D2C6
(227,210,198)
#E7D9CF
(231,217,207)
#EBE0D8
(235,224,216)
#EFE7E1
(239,231,225)
#F3EEEA
(243,238,234)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAF99 color. Also use rgb(207,175,153) instead hex code.

Text Font Color

.myTextColor { color: #CFAF99; }

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

This text font color is #CFAF99.


Background Color

.myBgColor { background-color: #CFAF99; }

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

This div background color is #CFAF99.


Border color

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

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

This div border color is #CFAF99.


Opacity

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

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

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

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

This text has shadow with #CFAF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAF99 on black background.


Color preview on white background

This text has color #CFAF99 on white background.



Black color preview on #CFAF99 background

This text has black color on #CFAF99 background.


White color preview on #CFAF99 background

This text has white color on #CFAF99 background.