COLOR #CFAC9B

HEX: #CFAC9B
RGB: (207,172,155)

Color info

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

RGB color model

#CFAC9B color RGB value is (207,172,155).

  • red value is 207;
  • green value is 172;
  • blue value is 155.
RGB:
(207,172,155)
(81%,67%,61%)

RGB channels and saturation

R 207 of 255 = 81%
G 172 of 255 = 67%
B 155 of 255 = 61%

207
172
155

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

Portions of RGB colors in percentages

R + G + B =
207 + 172 + 155 = 534 (100%)
R 207 of 534 ~ 38.76%
G 172 of 534 ~ 32.21%
B 155 of 534 ~ 29.03%

%38.76
%32.21
%29.03

CMYK color model

#CFAC9B color CMYK value is (0,17,25,19).

  • cyan value is 0.00%
  • magenta value is 16.91%
  • yellow value is 25.12%
  • key color value is 18.82%
CMYK:
(0,17,25,19)
C0M17Y25K19 
(0%,17%,25%,19%)
(0.00/0.17/0.25/0.19)	

CMYK percentages

%0
%16.91
%25.12
%18.82

Codes

Color #CFAC9B in popluar color models

CFAC9B
RGB207172155
HSL20°35.14%70.98%
HSB/HSV20°25.12%81.18%
CMYK0.00%16.91%25.12%
18.82%

Color #CFAC9B in popluar number systems.

HEXCFAC9B
Decimal207172155
Binary110011111010110010011011
Octal317254233

Shades and tints

Shades of #CFAC9B

#CFAC9B
(207,172,155)
#BD9D8D
(189,157,141)
#AB8E7F
(171,142,127)
#997F71
(153,127,113)
#877063
(135,112,99)
#756155
(117,97,85)
#635247
(99,82,71)
#514339
(81,67,57)
#3F342B
(63,52,43)
#2D251D
(45,37,29)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #CFAC9B

#CFAC9B
(207,172,155)
#D3B3A4
(211,179,164)
#D7BAAD
(215,186,173)
#DBC1B6
(219,193,182)
#DFC8BF
(223,200,191)
#E3CFC8
(227,207,200)
#E7D6D1
(231,214,209)
#EBDDDA
(235,221,218)
#EFE4E3
(239,228,227)
#F3EBEC
(243,235,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAC9B color. Also use rgb(207,172,155) instead hex code.

Text Font Color

.myTextColor { color: #CFAC9B; }

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

This text font color is #CFAC9B.


Background Color

.myBgColor { background-color: #CFAC9B; }

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

This div background color is #CFAC9B.


Border color

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

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

This div border color is #CFAC9B.


Opacity

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

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

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

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

This text has shadow with #CFAC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAC9B on black background.


Color preview on white background

This text has color #CFAC9B on white background.



Black color preview on #CFAC9B background

This text has black color on #CFAC9B background.


White color preview on #CFAC9B background

This text has white color on #CFAC9B background.