COLOR #CFB0A5

HEX: #CFB0A5
RGB: (207,176,165)

Color info

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

RGB color model

#CFB0A5 color RGB value is (207,176,165).

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

RGB channels and saturation

R 207 of 255 = 81%
G 176 of 255 = 69%
B 165 of 255 = 65%

207
176
165

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

Portions of RGB colors in percentages

R + G + B =
207 + 176 + 165 = 548 (100%)
R 207 of 548 ~ 37.77%
G 176 of 548 ~ 32.12%
B 165 of 548 ~ 30.11%

%37.77
%32.12
%30.11

CMYK color model

#CFB0A5 color CMYK value is (0,15,20,19).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 20.29%
  • key color value is 18.82%
CMYK:
(0,15,20,19)
C0M15Y20K19 
(0%,15%,20%,19%)
(0.00/0.15/0.20/0.19)	

CMYK percentages

%0
%14.98
%20.29
%18.82

Codes

Color #CFB0A5 in popluar color models

CFB0A5
RGB207176165
HSL16°30.43%72.94%
HSB/HSV16°20.29%81.18%
CMYK0.00%14.98%20.29%
18.82%

Color #CFB0A5 in popluar number systems.

HEXCFB0A5
Decimal207176165
Binary110011111011000010100101
Octal317260245

Shades and tints

Shades of #CFB0A5

#CFB0A5
(207,176,165)
#BDA096
(189,160,150)
#AB9087
(171,144,135)
#998078
(153,128,120)
#877069
(135,112,105)
#75605A
(117,96,90)
#63504B
(99,80,75)
#51403C
(81,64,60)
#3F302D
(63,48,45)
#2D201E
(45,32,30)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #CFB0A5

#CFB0A5
(207,176,165)
#D3B7AD
(211,183,173)
#D7BEB5
(215,190,181)
#DBC5BD
(219,197,189)
#DFCCC5
(223,204,197)
#E3D3CD
(227,211,205)
#E7DAD5
(231,218,213)
#EBE1DD
(235,225,221)
#EFE8E5
(239,232,229)
#F3EFED
(243,239,237)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB0A5; }

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

This text font color is #CFB0A5.


Background Color

.myBgColor { background-color: #CFB0A5; }

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

This div background color is #CFB0A5.


Border color

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

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

This div border color is #CFB0A5.


Opacity

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

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

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

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

This text has shadow with #CFB0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB0A5 on black background.


Color preview on white background

This text has color #CFB0A5 on white background.



Black color preview on #CFB0A5 background

This text has black color on #CFB0A5 background.


White color preview on #CFB0A5 background

This text has white color on #CFB0A5 background.