COLOR #CFBC6A

HEX: #CFBC6A
RGB: (207,188,106)

Color info

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

RGB color model

#CFBC6A color RGB value is (207,188,106).

  • red value is 207;
  • green value is 188;
  • blue value is 106.
RGB:
(207,188,106)
(81%,74%,42%)

RGB channels and saturation

R 207 of 255 = 81%
G 188 of 255 = 74%
B 106 of 255 = 42%

207
188
106

R + G + B ~ 66%. #CFBC6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 188 + 106 = 501 (100%)
R 207 of 501 ~ 41.32%
G 188 of 501 ~ 37.52%
B 106 of 501 ~ 21.16%

%41.32
%37.52
%21.16

CMYK color model

#CFBC6A color CMYK value is (0,9,49,19).

  • cyan value is 0.00%
  • magenta value is 9.18%
  • yellow value is 48.79%
  • key color value is 18.82%
CMYK:
(0,9,49,19)
C0M9Y49K19 
(0%,9%,49%,19%)
(0.00/0.09/0.49/0.19)	

CMYK percentages

%0
%9.18
%48.79
%18.82

Codes

Color #CFBC6A in popluar color models

CFBC6A
RGB207188106
HSL49°51.27%61.37%
HSB/HSV49°48.79%81.18%
CMYK0.00%9.18%48.79%
18.82%

Color #CFBC6A in popluar number systems.

HEXCFBC6A
Decimal207188106
Binary11001111101111001101010
Octal317274152

Shades and tints

Shades of #CFBC6A

#CFBC6A
(207,188,106)
#BDAB61
(189,171,97)
#AB9A58
(171,154,88)
#99894F
(153,137,79)
#877846
(135,120,70)
#75673D
(117,103,61)
#635634
(99,86,52)
#51452B
(81,69,43)
#3F3422
(63,52,34)
#2D2319
(45,35,25)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #CFBC6A

#CFBC6A
(207,188,106)
#D3C277
(211,194,119)
#D7C884
(215,200,132)
#DBCE91
(219,206,145)
#DFD49E
(223,212,158)
#E3DAAB
(227,218,171)
#E7E0B8
(231,224,184)
#EBE6C5
(235,230,197)
#EFECD2
(239,236,210)
#F3F2DF
(243,242,223)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBC6A color. Also use rgb(207,188,106) instead hex code.

Text Font Color

.myTextColor { color: #CFBC6A; }

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

This text font color is #CFBC6A.


Background Color

.myBgColor { background-color: #CFBC6A; }

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

This div background color is #CFBC6A.


Border color

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

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

This div border color is #CFBC6A.


Opacity

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

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

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

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

This text has shadow with #CFBC6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBC6A on black background.


Color preview on white background

This text has color #CFBC6A on white background.



Black color preview on #CFBC6A background

This text has black color on #CFBC6A background.


White color preview on #CFBC6A background

This text has white color on #CFBC6A background.