COLOR #CEC79F

HEX: #CEC79F
RGB: (206,199,159)

Color info

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

RGB color model

#CEC79F color RGB value is (206,199,159).

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

RGB channels and saturation

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

206
199
159

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

Portions of RGB colors in percentages

R + G + B =
206 + 199 + 159 = 564 (100%)
R 206 of 564 ~ 36.52%
G 199 of 564 ~ 35.28%
B 159 of 564 ~ 28.19%

%36.52
%35.28
%28.19

CMYK color model

#CEC79F color CMYK value is (0,3,23,19).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(0,3,23,19)
C0M3Y23K19 
(0%,3%,23%,19%)
(0.00/0.03/0.23/0.19)	

CMYK percentages

%0
%3.4
%22.82
%19.22

Codes

Color #CEC79F in popluar color models

CEC79F
RGB206199159
HSL51°32.41%71.57%
HSB/HSV51°22.82%80.78%
CMYK0.00%3.40%22.82%
19.22%

Color #CEC79F in popluar number systems.

HEXCEC79F
Decimal206199159
Binary110011101100011110011111
Octal316307237

Shades and tints

Shades of #CEC79F

#CEC79F
(206,199,159)
#BCB591
(188,181,145)
#AAA383
(170,163,131)
#989175
(152,145,117)
#867F67
(134,127,103)
#746D59
(116,109,89)
#625B4B
(98,91,75)
#50493D
(80,73,61)
#3E372F
(62,55,47)
#2C2521
(44,37,33)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CEC79F

#CEC79F
(206,199,159)
#D2CCA7
(210,204,167)
#D6D1AF
(214,209,175)
#DAD6B7
(218,214,183)
#DEDBBF
(222,219,191)
#E2E0C7
(226,224,199)
#E6E5CF
(230,229,207)
#EAEAD7
(234,234,215)
#EEEFDF
(238,239,223)
#F2F4E7
(242,244,231)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC79F; }

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

This text font color is #CEC79F.


Background Color

.myBgColor { background-color: #CEC79F; }

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

This div background color is #CEC79F.


Border color

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

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

This div border color is #CEC79F.


Opacity

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

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

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

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

This text has shadow with #CEC79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC79F on black background.


Color preview on white background

This text has color #CEC79F on white background.



Black color preview on #CEC79F background

This text has black color on #CEC79F background.


White color preview on #CEC79F background

This text has white color on #CEC79F background.