COLOR #CFC79F

HEX: #CFC79F
RGB: (207,199,159)

Color info

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

RGB color model

#CFC79F color RGB value is (207,199,159).

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

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 159 of 255 = 62%

207
199
159

R + G + B ~ 74%. #CFC79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 199 + 159 = 565 (100%)
R 207 of 565 ~ 36.64%
G 199 of 565 ~ 35.22%
B 159 of 565 ~ 28.14%

%36.64
%35.22
%28.14

CMYK color model

#CFC79F color CMYK value is (0,4,23,19).

  • cyan value is 0.00%
  • magenta value is 3.86%
  • yellow value is 23.19%
  • key color value is 18.82%
CMYK:
(0,4,23,19)
C0M4Y23K19 
(0%,4%,23%,19%)
(0.00/0.04/0.23/0.19)	

CMYK percentages

%0
%3.86
%23.19
%18.82

Codes

Color #CFC79F in popluar color models

CFC79F
RGB207199159
HSL50°33.33%71.76%
HSB/HSV50°23.19%81.18%
CMYK0.00%3.86%23.19%
18.82%

Color #CFC79F in popluar number systems.

HEXCFC79F
Decimal207199159
Binary110011111100011110011111
Octal317307237

Shades and tints

Shades of #CFC79F

#CFC79F
(207,199,159)
#BDB591
(189,181,145)
#ABA383
(171,163,131)
#999175
(153,145,117)
#877F67
(135,127,103)
#756D59
(117,109,89)
#635B4B
(99,91,75)
#51493D
(81,73,61)
#3F372F
(63,55,47)
#2D2521
(45,37,33)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #CFC79F

#CFC79F
(207,199,159)
#D3CCA7
(211,204,167)
#D7D1AF
(215,209,175)
#DBD6B7
(219,214,183)
#DFDBBF
(223,219,191)
#E3E0C7
(227,224,199)
#E7E5CF
(231,229,207)
#EBEAD7
(235,234,215)
#EFEFDF
(239,239,223)
#F3F4E7
(243,244,231)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC79F; }

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

This text font color is #CFC79F.


Background Color

.myBgColor { background-color: #CFC79F; }

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

This div background color is #CFC79F.


Border color

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

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

This div border color is #CFC79F.


Opacity

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

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

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

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

This text has shadow with #CFC79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC79F on black background.


Color preview on white background

This text has color #CFC79F on white background.



Black color preview on #CFC79F background

This text has black color on #CFC79F background.


White color preview on #CFC79F background

This text has white color on #CFC79F background.