COLOR #CFB68B

HEX: #CFB68B
RGB: (207,182,139)

Color info

#CFB68B contains mainly red and green colors. Web safe color of #CFB68B is #CCCC99 (or #CC9).

RGB color model

#CFB68B color RGB value is (207,182,139).

  • red value is 207;
  • green value is 182;
  • blue value is 139.
RGB:
(207,182,139)
(81%,71%,55%)

RGB channels and saturation

R 207 of 255 = 81%
G 182 of 255 = 71%
B 139 of 255 = 55%

207
182
139

R + G + B ~ 69%. #CFB68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 182 + 139 = 528 (100%)
R 207 of 528 ~ 39.2%
G 182 of 528 ~ 34.47%
B 139 of 528 ~ 26.33%

%39.2
%34.47
%26.33

CMYK color model

#CFB68B color CMYK value is (0,12,33,19).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 32.85%
  • key color value is 18.82%
CMYK:
(0,12,33,19)
C0M12Y33K19 
(0%,12%,33%,19%)
(0.00/0.12/0.33/0.19)	

CMYK percentages

%0
%12.08
%32.85
%18.82

Codes

Color #CFB68B in popluar color models

CFB68B
RGB207182139
HSL38°41.46%67.84%
HSB/HSV38°32.85%81.18%
CMYK0.00%12.08%32.85%
18.82%

Color #CFB68B in popluar number systems.

HEXCFB68B
Decimal207182139
Binary110011111011011010001011
Octal317266213

Shades and tints

Shades of #CFB68B

#CFB68B
(207,182,139)
#BDA67F
(189,166,127)
#AB9673
(171,150,115)
#998667
(153,134,103)
#87765B
(135,118,91)
#75664F
(117,102,79)
#635643
(99,86,67)
#514637
(81,70,55)
#3F362B
(63,54,43)
#2D261F
(45,38,31)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #CFB68B

#CFB68B
(207,182,139)
#D3BC95
(211,188,149)
#D7C29F
(215,194,159)
#DBC8A9
(219,200,169)
#DFCEB3
(223,206,179)
#E3D4BD
(227,212,189)
#E7DAC7
(231,218,199)
#EBE0D1
(235,224,209)
#EFE6DB
(239,230,219)
#F3ECE5
(243,236,229)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB68B color. Also use rgb(207,182,139) instead hex code.

Text Font Color

.myTextColor { color: #CFB68B; }

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

This text font color is #CFB68B.


Background Color

.myBgColor { background-color: #CFB68B; }

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

This div background color is #CFB68B.


Border color

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

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

This div border color is #CFB68B.


Opacity

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

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

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

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

This text has shadow with #CFB68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB68B on black background.


Color preview on white background

This text has color #CFB68B on white background.



Black color preview on #CFB68B background

This text has black color on #CFB68B background.


White color preview on #CFB68B background

This text has white color on #CFB68B background.