COLOR #CFB09D

HEX: #CFB09D
RGB: (207,176,157)

Color info

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

RGB color model

#CFB09D color RGB value is (207,176,157).

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

RGB channels and saturation

R 207 of 255 = 81%
G 176 of 255 = 69%
B 157 of 255 = 62%

207
176
157

R + G + B ~ 71%. #CFB09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 176 + 157 = 540 (100%)
R 207 of 540 ~ 38.33%
G 176 of 540 ~ 32.59%
B 157 of 540 ~ 29.07%

%38.33
%32.59
%29.07

CMYK color model

#CFB09D color CMYK value is (0,15,24,19).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK:
(0,15,24,19)
C0M15Y24K19 
(0%,15%,24%,19%)
(0.00/0.15/0.24/0.19)	

CMYK percentages

%0
%14.98
%24.15
%18.82

Codes

Color #CFB09D in popluar color models

CFB09D
RGB207176157
HSL23°34.25%71.37%
HSB/HSV23°24.15%81.18%
CMYK0.00%14.98%24.15%
18.82%

Color #CFB09D in popluar number systems.

HEXCFB09D
Decimal207176157
Binary110011111011000010011101
Octal317260235

Shades and tints

Shades of #CFB09D

#CFB09D
(207,176,157)
#BDA08F
(189,160,143)
#AB9081
(171,144,129)
#998073
(153,128,115)
#877065
(135,112,101)
#756057
(117,96,87)
#635049
(99,80,73)
#51403B
(81,64,59)
#3F302D
(63,48,45)
#2D201F
(45,32,31)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #CFB09D

#CFB09D
(207,176,157)
#D3B7A5
(211,183,165)
#D7BEAD
(215,190,173)
#DBC5B5
(219,197,181)
#DFCCBD
(223,204,189)
#E3D3C5
(227,211,197)
#E7DACD
(231,218,205)
#EBE1D5
(235,225,213)
#EFE8DD
(239,232,221)
#F3EFE5
(243,239,229)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB09D; }

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

This text font color is #CFB09D.


Background Color

.myBgColor { background-color: #CFB09D; }

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

This div background color is #CFB09D.


Border color

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

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

This div border color is #CFB09D.


Opacity

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

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

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

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

This text has shadow with #CFB09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB09D on black background.


Color preview on white background

This text has color #CFB09D on white background.



Black color preview on #CFB09D background

This text has black color on #CFB09D background.


White color preview on #CFB09D background

This text has white color on #CFB09D background.