COLOR #CFBD68

HEX: #CFBD68
RGB: (207,189,104)

Color info

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

RGB color model

#CFBD68 color RGB value is (207,189,104).

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

RGB channels and saturation

R 207 of 255 = 81%
G 189 of 255 = 74%
B 104 of 255 = 41%

207
189
104

R + G + B ~ 65%. #CFBD68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 189 + 104 = 500 (100%)
R 207 of 500 ~ 41.4%
G 189 of 500 ~ 37.8%
B 104 of 500 ~ 20.8%

%41.4
%37.8
%20.8

CMYK color model

#CFBD68 color CMYK value is (0,9,50,19).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 49.76%
  • key color value is 18.82%
CMYK:
(0,9,50,19)
C0M9Y50K19 
(0%,9%,50%,19%)
(0.00/0.09/0.50/0.19)	

CMYK percentages

%0
%8.7
%49.76
%18.82

Codes

Color #CFBD68 in popluar color models

CFBD68
RGB207189104
HSL50°51.76%60.98%
HSB/HSV50°49.76%81.18%
CMYK0.00%8.70%49.76%
18.82%

Color #CFBD68 in popluar number systems.

HEXCFBD68
Decimal207189104
Binary11001111101111011101000
Octal317275150

Shades and tints

Shades of #CFBD68

#CFBD68
(207,189,104)
#BDAC5F
(189,172,95)
#AB9B56
(171,155,86)
#998A4D
(153,138,77)
#877944
(135,121,68)
#75683B
(117,104,59)
#635732
(99,87,50)
#514629
(81,70,41)
#3F3520
(63,53,32)
#2D2417
(45,36,23)
#1B130E
(27,19,14)
#000000
(0,0,0)

Tints of #CFBD68

#CFBD68
(207,189,104)
#D3C375
(211,195,117)
#D7C982
(215,201,130)
#DBCF8F
(219,207,143)
#DFD59C
(223,213,156)
#E3DBA9
(227,219,169)
#E7E1B6
(231,225,182)
#EBE7C3
(235,231,195)
#EFEDD0
(239,237,208)
#F3F3DD
(243,243,221)
#F7F9EA
(247,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBD68; }

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

This text font color is #CFBD68.


Background Color

.myBgColor { background-color: #CFBD68; }

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

This div background color is #CFBD68.


Border color

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

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

This div border color is #CFBD68.


Opacity

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

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

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

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

This text has shadow with #CFBD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBD68 on black background.


Color preview on white background

This text has color #CFBD68 on white background.



Black color preview on #CFBD68 background

This text has black color on #CFBD68 background.


White color preview on #CFBD68 background

This text has white color on #CFBD68 background.