COLOR #CFC794

HEX: #CFC794
RGB: (207,199,148)

Color info

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

RGB color model

#CFC794 color RGB value is (207,199,148).

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

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 148 of 255 = 58%

207
199
148

R + G + B ~ 72%. #CFC794 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 199 + 148 = 554 (100%)
R 207 of 554 ~ 37.36%
G 199 of 554 ~ 35.92%
B 148 of 554 ~ 26.71%

%37.36
%35.92
%26.71

CMYK color model

#CFC794 color CMYK value is (0,4,29,19).

  • cyan value is 0.00%
  • magenta value is 3.86%
  • yellow value is 28.50%
  • key color value is 18.82%
CMYK:
(0,4,29,19)
C0M4Y29K19 
(0%,4%,29%,19%)
(0.00/0.04/0.29/0.19)	

CMYK percentages

%0
%3.86
%28.5
%18.82

Codes

Color #CFC794 in popluar color models

CFC794
RGB207199148
HSL52°38.06%69.61%
HSB/HSV52°28.50%81.18%
CMYK0.00%3.86%28.50%
18.82%

Color #CFC794 in popluar number systems.

HEXCFC794
Decimal207199148
Binary110011111100011110010100
Octal317307224

Shades and tints

Shades of #CFC794

#CFC794
(207,199,148)
#BDB587
(189,181,135)
#ABA37A
(171,163,122)
#99916D
(153,145,109)
#877F60
(135,127,96)
#756D53
(117,109,83)
#635B46
(99,91,70)
#514939
(81,73,57)
#3F372C
(63,55,44)
#2D251F
(45,37,31)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #CFC794

#CFC794
(207,199,148)
#D3CC9D
(211,204,157)
#D7D1A6
(215,209,166)
#DBD6AF
(219,214,175)
#DFDBB8
(223,219,184)
#E3E0C1
(227,224,193)
#E7E5CA
(231,229,202)
#EBEAD3
(235,234,211)
#EFEFDC
(239,239,220)
#F3F4E5
(243,244,229)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC794; }

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

This text font color is #CFC794.


Background Color

.myBgColor { background-color: #CFC794; }

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

This div background color is #CFC794.


Border color

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

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

This div border color is #CFC794.


Opacity

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

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

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

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

This text has shadow with #CFC794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC794 on black background.


Color preview on white background

This text has color #CFC794 on white background.



Black color preview on #CFC794 background

This text has black color on #CFC794 background.


White color preview on #CFC794 background

This text has white color on #CFC794 background.