COLOR #CFB5AA

HEX: #CFB5AA
RGB: (207,181,170)

Color info

#CFB5AA contains red, green and blue colors in about the same proportion. Web safe color of #CFB5AA is #CCCC99 (or #CC9).

RGB color model

#CFB5AA color RGB value is (207,181,170).

  • red value is 207;
  • green value is 181;
  • blue value is 170.
RGB:
(207,181,170)
(81%,71%,67%)

RGB channels and saturation

R 207 of 255 = 81%
G 181 of 255 = 71%
B 170 of 255 = 67%

207
181
170

R + G + B ~ 73%. #CFB5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 181 + 170 = 558 (100%)
R 207 of 558 ~ 37.1%
G 181 of 558 ~ 32.44%
B 170 of 558 ~ 30.47%

%37.1
%32.44
%30.47

CMYK color model

#CFB5AA color CMYK value is (0,13,18,19).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 17.87%
  • key color value is 18.82%
CMYK:
(0,13,18,19)
C0M13Y18K19 
(0%,13%,18%,19%)
(0.00/0.13/0.18/0.19)	

CMYK percentages

%0
%12.56
%17.87
%18.82

Codes

Color #CFB5AA in popluar color models

CFB5AA
RGB207181170
HSL18°27.82%73.92%
HSB/HSV18°17.87%81.18%
CMYK0.00%12.56%17.87%
18.82%

Color #CFB5AA in popluar number systems.

HEXCFB5AA
Decimal207181170
Binary110011111011010110101010
Octal317265252

Shades and tints

Shades of #CFB5AA

#CFB5AA
(207,181,170)
#BDA59B
(189,165,155)
#AB958C
(171,149,140)
#99857D
(153,133,125)
#87756E
(135,117,110)
#75655F
(117,101,95)
#635550
(99,85,80)
#514541
(81,69,65)
#3F3532
(63,53,50)
#2D2523
(45,37,35)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #CFB5AA

#CFB5AA
(207,181,170)
#D3BBB1
(211,187,177)
#D7C1B8
(215,193,184)
#DBC7BF
(219,199,191)
#DFCDC6
(223,205,198)
#E3D3CD
(227,211,205)
#E7D9D4
(231,217,212)
#EBDFDB
(235,223,219)
#EFE5E2
(239,229,226)
#F3EBE9
(243,235,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB5AA color. Also use rgb(207,181,170) instead hex code.

Text Font Color

.myTextColor { color: #CFB5AA; }

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

This text font color is #CFB5AA.


Background Color

.myBgColor { background-color: #CFB5AA; }

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

This div background color is #CFB5AA.


Border color

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

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

This div border color is #CFB5AA.


Opacity

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

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

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

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

This text has shadow with #CFB5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB5AA on black background.


Color preview on white background

This text has color #CFB5AA on white background.



Black color preview on #CFB5AA background

This text has black color on #CFB5AA background.


White color preview on #CFB5AA background

This text has white color on #CFB5AA background.