COLOR #CFB64E

HEX: #CFB64E
RGB: (207,182,78)

Color info

#CFB64E contains mainly red and green colors. Web safe color of #CFB64E is #CCCC66 (or #CC6).

RGB color model

#CFB64E color RGB value is (207,182,78).

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

RGB channels and saturation

R 207 of 255 = 81%
G 182 of 255 = 71%
B 78 of 255 = 31%

207
182
78

R + G + B ~ 61%. #CFB64E is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 182 + 78 = 467 (100%)
R 207 of 467 ~ 44.33%
G 182 of 467 ~ 38.97%
B 78 of 467 ~ 16.7%

%44.33
%38.97
%16.7

CMYK color model

#CFB64E color CMYK value is (0,12,62,19).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 62.32%
  • key color value is 18.82%
CMYK:
(0,12,62,19)
C0M12Y62K19 
(0%,12%,62%,19%)
(0.00/0.12/0.62/0.19)	

CMYK percentages

%0
%12.08
%62.32
%18.82

Codes

Color #CFB64E in popluar color models

CFB64E
RGB20718278
HSL48°57.33%55.88%
HSB/HSV48°62.32%81.18%
CMYK0.00%12.08%62.32%
18.82%

Color #CFB64E in popluar number systems.

HEXCFB64E
Decimal20718278
Binary11001111101101101001110
Octal317266116

Shades and tints

Shades of #CFB64E

#CFB64E
(207,182,78)
#BDA647
(189,166,71)
#AB9640
(171,150,64)
#998639
(153,134,57)
#877632
(135,118,50)
#75662B
(117,102,43)
#635624
(99,86,36)
#51461D
(81,70,29)
#3F3616
(63,54,22)
#2D260F
(45,38,15)
#1B1608
(27,22,8)
#000000
(0,0,0)

Tints of #CFB64E

#CFB64E
(207,182,78)
#D3BC5E
(211,188,94)
#D7C26E
(215,194,110)
#DBC87E
(219,200,126)
#DFCE8E
(223,206,142)
#E3D49E
(227,212,158)
#E7DAAE
(231,218,174)
#EBE0BE
(235,224,190)
#EFE6CE
(239,230,206)
#F3ECDE
(243,236,222)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFB64E; }

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

This text font color is #CFB64E.


Background Color

.myBgColor { background-color: #CFB64E; }

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

This div background color is #CFB64E.


Border color

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

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

This div border color is #CFB64E.


Opacity

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

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

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

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

This text has shadow with #CFB64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB64E on black background.


Color preview on white background

This text has color #CFB64E on white background.



Black color preview on #CFB64E background

This text has black color on #CFB64E background.


White color preview on #CFB64E background

This text has white color on #CFB64E background.