COLOR #CFB3AA

HEX: #CFB3AA
RGB: (207,179,170)

Color info

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

RGB color model

#CFB3AA color RGB value is (207,179,170).

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

RGB channels and saturation

R 207 of 255 = 81%
G 179 of 255 = 70%
B 170 of 255 = 67%

207
179
170

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

Portions of RGB colors in percentages

R + G + B =
207 + 179 + 170 = 556 (100%)
R 207 of 556 ~ 37.23%
G 179 of 556 ~ 32.19%
B 170 of 556 ~ 30.58%

%37.23
%32.19
%30.58

CMYK color model

#CFB3AA color CMYK value is (0,14,18,19).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 17.87%
  • key color value is 18.82%
CMYK:
(0,14,18,19)
C0M14Y18K19 
(0%,14%,18%,19%)
(0.00/0.14/0.18/0.19)	

CMYK percentages

%0
%13.53
%17.87
%18.82

Codes

Color #CFB3AA in popluar color models

CFB3AA
RGB207179170
HSL15°27.82%73.92%
HSB/HSV15°17.87%81.18%
CMYK0.00%13.53%17.87%
18.82%

Color #CFB3AA in popluar number systems.

HEXCFB3AA
Decimal207179170
Binary110011111011001110101010
Octal317263252

Shades and tints

Shades of #CFB3AA

#CFB3AA
(207,179,170)
#BDA39B
(189,163,155)
#AB938C
(171,147,140)
#99837D
(153,131,125)
#87736E
(135,115,110)
#75635F
(117,99,95)
#635350
(99,83,80)
#514341
(81,67,65)
#3F3332
(63,51,50)
#2D2323
(45,35,35)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #CFB3AA

#CFB3AA
(207,179,170)
#D3B9B1
(211,185,177)
#D7BFB8
(215,191,184)
#DBC5BF
(219,197,191)
#DFCBC6
(223,203,198)
#E3D1CD
(227,209,205)
#E7D7D4
(231,215,212)
#EBDDDB
(235,221,219)
#EFE3E2
(239,227,226)
#F3E9E9
(243,233,233)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB3AA; }

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

This text font color is #CFB3AA.


Background Color

.myBgColor { background-color: #CFB3AA; }

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

This div background color is #CFB3AA.


Border color

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

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

This div border color is #CFB3AA.


Opacity

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

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

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

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

This text has shadow with #CFB3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB3AA on black background.


Color preview on white background

This text has color #CFB3AA on white background.



Black color preview on #CFB3AA background

This text has black color on #CFB3AA background.


White color preview on #CFB3AA background

This text has white color on #CFB3AA background.