COLOR #CFC79A

HEX: #CFC79A
RGB: (207,199,154)

Color info

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

RGB color model

#CFC79A color RGB value is (207,199,154).

  • red value is 207;
  • green value is 199;
  • blue value is 154.
RGB:
(207,199,154)
(81%,78%,60%)

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 154 of 255 = 60%

207
199
154

R + G + B ~ 73%. #CFC79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 199 + 154 = 560 (100%)
R 207 of 560 ~ 36.96%
G 199 of 560 ~ 35.54%
B 154 of 560 ~ 27.5%

%36.96
%35.54
%27.5

CMYK color model

#CFC79A color CMYK value is (0,4,26,19).

  • cyan value is 0.00%
  • magenta value is 3.86%
  • yellow value is 25.60%
  • key color value is 18.82%
CMYK:
(0,4,26,19)
C0M4Y26K19 
(0%,4%,26%,19%)
(0.00/0.04/0.26/0.19)	

CMYK percentages

%0
%3.86
%25.6
%18.82

Codes

Color #CFC79A in popluar color models

CFC79A
RGB207199154
HSL51°35.57%70.78%
HSB/HSV51°25.60%81.18%
CMYK0.00%3.86%25.60%
18.82%

Color #CFC79A in popluar number systems.

HEXCFC79A
Decimal207199154
Binary110011111100011110011010
Octal317307232

Shades and tints

Shades of #CFC79A

#CFC79A
(207,199,154)
#BDB58C
(189,181,140)
#ABA37E
(171,163,126)
#999170
(153,145,112)
#877F62
(135,127,98)
#756D54
(117,109,84)
#635B46
(99,91,70)
#514938
(81,73,56)
#3F372A
(63,55,42)
#2D251C
(45,37,28)
#1B130E
(27,19,14)
#000000
(0,0,0)

Tints of #CFC79A

#CFC79A
(207,199,154)
#D3CCA3
(211,204,163)
#D7D1AC
(215,209,172)
#DBD6B5
(219,214,181)
#DFDBBE
(223,219,190)
#E3E0C7
(227,224,199)
#E7E5D0
(231,229,208)
#EBEAD9
(235,234,217)
#EFEFE2
(239,239,226)
#F3F4EB
(243,244,235)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC79A color. Also use rgb(207,199,154) instead hex code.

Text Font Color

.myTextColor { color: #CFC79A; }

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

This text font color is #CFC79A.


Background Color

.myBgColor { background-color: #CFC79A; }

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

This div background color is #CFC79A.


Border color

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

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

This div border color is #CFC79A.


Opacity

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

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

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

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

This text has shadow with #CFC79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC79A on black background.


Color preview on white background

This text has color #CFC79A on white background.



Black color preview on #CFC79A background

This text has black color on #CFC79A background.


White color preview on #CFC79A background

This text has white color on #CFC79A background.