COLOR #CFBE9D

HEX: #CFBE9D
RGB: (207,190,157)

Color info

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

RGB color model

#CFBE9D color RGB value is (207,190,157).

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

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 157 of 255 = 62%

207
190
157

R + G + B ~ 73%. #CFBE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 157 = 554 (100%)
R 207 of 554 ~ 37.36%
G 190 of 554 ~ 34.3%
B 157 of 554 ~ 28.34%

%37.36
%34.3
%28.34

CMYK color model

#CFBE9D color CMYK value is (0,8,24,19).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK:
(0,8,24,19)
C0M8Y24K19 
(0%,8%,24%,19%)
(0.00/0.08/0.24/0.19)	

CMYK percentages

%0
%8.21
%24.15
%18.82

Codes

Color #CFBE9D in popluar color models

CFBE9D
RGB207190157
HSL40°34.25%71.37%
HSB/HSV40°24.15%81.18%
CMYK0.00%8.21%24.15%
18.82%

Color #CFBE9D in popluar number systems.

HEXCFBE9D
Decimal207190157
Binary110011111011111010011101
Octal317276235

Shades and tints

Shades of #CFBE9D

#CFBE9D
(207,190,157)
#BDAD8F
(189,173,143)
#AB9C81
(171,156,129)
#998B73
(153,139,115)
#877A65
(135,122,101)
#756957
(117,105,87)
#635849
(99,88,73)
#51473B
(81,71,59)
#3F362D
(63,54,45)
#2D251F
(45,37,31)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #CFBE9D

#CFBE9D
(207,190,157)
#D3C3A5
(211,195,165)
#D7C8AD
(215,200,173)
#DBCDB5
(219,205,181)
#DFD2BD
(223,210,189)
#E3D7C5
(227,215,197)
#E7DCCD
(231,220,205)
#EBE1D5
(235,225,213)
#EFE6DD
(239,230,221)
#F3EBE5
(243,235,229)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBE9D; }

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

This text font color is #CFBE9D.


Background Color

.myBgColor { background-color: #CFBE9D; }

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

This div background color is #CFBE9D.


Border color

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

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

This div border color is #CFBE9D.


Opacity

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

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

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

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

This text has shadow with #CFBE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBE9D on black background.


Color preview on white background

This text has color #CFBE9D on white background.



Black color preview on #CFBE9D background

This text has black color on #CFBE9D background.


White color preview on #CFBE9D background

This text has white color on #CFBE9D background.