COLOR #CFBD96

HEX: #CFBD96
RGB: (207,189,150)

Color info

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

RGB color model

#CFBD96 color RGB value is (207,189,150).

  • red value is 207;
  • green value is 189;
  • blue value is 150.
RGB:
(207,189,150)
(81%,74%,59%)

RGB channels and saturation

R 207 of 255 = 81%
G 189 of 255 = 74%
B 150 of 255 = 59%

207
189
150

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

Portions of RGB colors in percentages

R + G + B =
207 + 189 + 150 = 546 (100%)
R 207 of 546 ~ 37.91%
G 189 of 546 ~ 34.62%
B 150 of 546 ~ 27.47%

%37.91
%34.62
%27.47

CMYK color model

#CFBD96 color CMYK value is (0,9,28,19).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(0,9,28,19)
C0M9Y28K19 
(0%,9%,28%,19%)
(0.00/0.09/0.28/0.19)	

CMYK percentages

%0
%8.7
%27.54
%18.82

Codes

Color #CFBD96 in popluar color models

CFBD96
RGB207189150
HSL41°37.25%70.00%
HSB/HSV41°27.54%81.18%
CMYK0.00%8.70%27.54%
18.82%

Color #CFBD96 in popluar number systems.

HEXCFBD96
Decimal207189150
Binary110011111011110110010110
Octal317275226

Shades and tints

Shades of #CFBD96

#CFBD96
(207,189,150)
#BDAC89
(189,172,137)
#AB9B7C
(171,155,124)
#998A6F
(153,138,111)
#877962
(135,121,98)
#756855
(117,104,85)
#635748
(99,87,72)
#51463B
(81,70,59)
#3F352E
(63,53,46)
#2D2421
(45,36,33)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #CFBD96

#CFBD96
(207,189,150)
#D3C39F
(211,195,159)
#D7C9A8
(215,201,168)
#DBCFB1
(219,207,177)
#DFD5BA
(223,213,186)
#E3DBC3
(227,219,195)
#E7E1CC
(231,225,204)
#EBE7D5
(235,231,213)
#EFEDDE
(239,237,222)
#F3F3E7
(243,243,231)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBD96 color. Also use rgb(207,189,150) instead hex code.

Text Font Color

.myTextColor { color: #CFBD96; }

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

This text font color is #CFBD96.


Background Color

.myBgColor { background-color: #CFBD96; }

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

This div background color is #CFBD96.


Border color

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

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

This div border color is #CFBD96.


Opacity

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

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

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

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

This text has shadow with #CFBD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBD96 on black background.


Color preview on white background

This text has color #CFBD96 on white background.



Black color preview on #CFBD96 background

This text has black color on #CFBD96 background.


White color preview on #CFBD96 background

This text has white color on #CFBD96 background.