COLOR #CFB0A9

HEX: #CFB0A9
RGB: (207,176,169)

Color info

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

RGB color model

#CFB0A9 color RGB value is (207,176,169).

  • red value is 207;
  • green value is 176;
  • blue value is 169.
RGB:
(207,176,169)
(81%,69%,66%)

RGB channels and saturation

R 207 of 255 = 81%
G 176 of 255 = 69%
B 169 of 255 = 66%

207
176
169

R + G + B ~ 72%. #CFB0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 176 + 169 = 552 (100%)
R 207 of 552 ~ 37.5%
G 176 of 552 ~ 31.88%
B 169 of 552 ~ 30.62%

%37.5
%31.88
%30.62

CMYK color model

#CFB0A9 color CMYK value is (0,15,18,19).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 18.36%
  • key color value is 18.82%
CMYK:
(0,15,18,19)
C0M15Y18K19 
(0%,15%,18%,19%)
(0.00/0.15/0.18/0.19)	

CMYK percentages

%0
%14.98
%18.36
%18.82

Codes

Color #CFB0A9 in popluar color models

CFB0A9
RGB207176169
HSL11°28.36%73.73%
HSB/HSV11°18.36%81.18%
CMYK0.00%14.98%18.36%
18.82%

Color #CFB0A9 in popluar number systems.

HEXCFB0A9
Decimal207176169
Binary110011111011000010101001
Octal317260251

Shades and tints

Shades of #CFB0A9

#CFB0A9
(207,176,169)
#BDA09A
(189,160,154)
#AB908B
(171,144,139)
#99807C
(153,128,124)
#87706D
(135,112,109)
#75605E
(117,96,94)
#63504F
(99,80,79)
#514040
(81,64,64)
#3F3031
(63,48,49)
#2D2022
(45,32,34)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #CFB0A9

#CFB0A9
(207,176,169)
#D3B7B0
(211,183,176)
#D7BEB7
(215,190,183)
#DBC5BE
(219,197,190)
#DFCCC5
(223,204,197)
#E3D3CC
(227,211,204)
#E7DAD3
(231,218,211)
#EBE1DA
(235,225,218)
#EFE8E1
(239,232,225)
#F3EFE8
(243,239,232)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB0A9 color. Also use rgb(207,176,169) instead hex code.

Text Font Color

.myTextColor { color: #CFB0A9; }

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

This text font color is #CFB0A9.


Background Color

.myBgColor { background-color: #CFB0A9; }

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

This div background color is #CFB0A9.


Border color

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

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

This div border color is #CFB0A9.


Opacity

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

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

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

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

This text has shadow with #CFB0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB0A9 on black background.


Color preview on white background

This text has color #CFB0A9 on white background.



Black color preview on #CFB0A9 background

This text has black color on #CFB0A9 background.


White color preview on #CFB0A9 background

This text has white color on #CFB0A9 background.