COLOR #CFB9AB

HEX: #CFB9AB
RGB: (207,185,171)

Color info

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

RGB color model

#CFB9AB color RGB value is (207,185,171).

  • red value is 207;
  • green value is 185;
  • blue value is 171.
RGB:
(207,185,171)
(81%,73%,67%)

RGB channels and saturation

R 207 of 255 = 81%
G 185 of 255 = 73%
B 171 of 255 = 67%

207
185
171

R + G + B ~ 74%. #CFB9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 185 + 171 = 563 (100%)
R 207 of 563 ~ 36.77%
G 185 of 563 ~ 32.86%
B 171 of 563 ~ 30.37%

%36.77
%32.86
%30.37

CMYK color model

#CFB9AB color CMYK value is (0,11,17,19).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 17.39%
  • key color value is 18.82%
CMYK:
(0,11,17,19)
C0M11Y17K19 
(0%,11%,17%,19%)
(0.00/0.11/0.17/0.19)	

CMYK percentages

%0
%10.63
%17.39
%18.82

Codes

Color #CFB9AB in popluar color models

CFB9AB
RGB207185171
HSL23°27.27%74.12%
HSB/HSV23°17.39%81.18%
CMYK0.00%10.63%17.39%
18.82%

Color #CFB9AB in popluar number systems.

HEXCFB9AB
Decimal207185171
Binary110011111011100110101011
Octal317271253

Shades and tints

Shades of #CFB9AB

#CFB9AB
(207,185,171)
#BDA99C
(189,169,156)
#AB998D
(171,153,141)
#99897E
(153,137,126)
#87796F
(135,121,111)
#756960
(117,105,96)
#635951
(99,89,81)
#514942
(81,73,66)
#3F3933
(63,57,51)
#2D2924
(45,41,36)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #CFB9AB

#CFB9AB
(207,185,171)
#D3BFB2
(211,191,178)
#D7C5B9
(215,197,185)
#DBCBC0
(219,203,192)
#DFD1C7
(223,209,199)
#E3D7CE
(227,215,206)
#E7DDD5
(231,221,213)
#EBE3DC
(235,227,220)
#EFE9E3
(239,233,227)
#F3EFEA
(243,239,234)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB9AB color. Also use rgb(207,185,171) instead hex code.

Text Font Color

.myTextColor { color: #CFB9AB; }

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

This text font color is #CFB9AB.


Background Color

.myBgColor { background-color: #CFB9AB; }

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

This div background color is #CFB9AB.


Border color

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

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

This div border color is #CFB9AB.


Opacity

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

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

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

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

This text has shadow with #CFB9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB9AB on black background.


Color preview on white background

This text has color #CFB9AB on white background.



Black color preview on #CFB9AB background

This text has black color on #CFB9AB background.


White color preview on #CFB9AB background

This text has white color on #CFB9AB background.