COLOR #CFC79E

HEX: #CFC79E RGB: (207,199,158)

Color info

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

RGB color model

#CFC79E color RGB value is (207,199,158).

RGB: (207,199,158) (81%, 78%, 62%)

RGB channels and saturation

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

207
199
158

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

Portions of RGB colors in percentages

R + G + B = 207 + 199 + 158 = 564 (100%)
R 207 of 564 ~ 36.7%
G 199 of 564 ~ 35.28%
B 158 of 564 ~ 28.01'%

%36.7
%35.28
%28.01

CMYK color model

#CFC79E color CMYK value is (0,4,24,19).

  • cyan value is 0.00%
  • magenta value is 3.86%
  • yellow value is 23.67%
  • key color value is 18.82%

CMYK: (0,4,24,19)
C0M4Y24K19 (0%, 4%, 24%, 19%)
(0.00 / 0.04 / 0.24 / 0.19)

CMYK percentages

%0
%3.86
%23.67
%18.82

Codes

Color #CFC79E in popluar color models

CF C7 9E
RGB 207 199 158
HSL 50° 33.79% 71.57%
HSB/HSV 50° 23.67% 81.18%
CMYK 0.00% 3.86% 23.67%
18.82%

Color #CFC79E in popluar number systems.

HEX CF C7 9E
Decimal 207 199 158
Binary 11001111 11000111 10011110
Octal 317 307 236

Shades and tints

Shades of #CFC79E

#CFC79E
(207,199,158)
#BDB590
(189,181,144)
#ABA382
(171,163,130)
#999174
(153,145,116)
#877F66
(135,127,102)
#756D58
(117,109,88)
#635B4A
(99,91,74)
#51493C
(81,73,60)
#3F372E
(63,55,46)
#2D2520
(45,37,32)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #CFC79E

#CFC79E
(207,199,158)
#D3CCA6
(211,204,166)
#D7D1AE
(215,209,174)
#DBD6B6
(219,214,182)
#DFDBBE
(223,219,190)
#E3E0C6
(227,224,198)
#E7E5CE
(231,229,206)
#EBEAD6
(235,234,214)
#EFEFDE
(239,239,222)
#F3F4E6
(243,244,230)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC79E; }

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

This text font color is #CFC79E.

Background Color

.myBgColor { background-color: #CFC79E; }

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

This div background color is #CFC79E.

Border color

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

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

This div border color is #CFC79E.

Opacity

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

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

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

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

This text has shadow with #CFC79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC79E.

Preview

Color preview on black background

This text has color #CFC79E on black background.


Color preview on white background

This text has color #CFC79E on white background.


Black color preview on #CFC79E background

This text has black color on #CFC79E background.


White color preview on #CFC79E background

This text has white color on #CFC79E background.


Related colors

Complementary color

Complementary color for #hex is #303861.


I love getcolorcode.com

Triadic colors

1 #9ECFC7 and #C79ECF with #CFC79E are triadic colors.

2 #9EC7CF and #C7CF9E with #CFC79E are triadic colors.