COLOR #CEB79C

HEX: #CEB79C
RGB: (206,183,156)

Color info

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

RGB color model

#CEB79C color RGB value is (206,183,156).

  • red value is 206;
  • green value is 183;
  • blue value is 156.
RGB:
(206,183,156)
(81%,72%,61%)

RGB channels and saturation

R 206 of 255 = 81%
G 183 of 255 = 72%
B 156 of 255 = 61%

206
183
156

R + G + B ~ 71%. #CEB79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 183 + 156 = 545 (100%)
R 206 of 545 ~ 37.8%
G 183 of 545 ~ 33.58%
B 156 of 545 ~ 28.62%

%37.8
%33.58
%28.62

CMYK color model

#CEB79C color CMYK value is (0,11,24,19).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 24.27%
  • key color value is 19.22%
CMYK:
(0,11,24,19)
C0M11Y24K19 
(0%,11%,24%,19%)
(0.00/0.11/0.24/0.19)	

CMYK percentages

%0
%11.17
%24.27
%19.22

Codes

Color #CEB79C in popluar color models

CEB79C
RGB206183156
HSL32°33.78%70.98%
HSB/HSV32°24.27%80.78%
CMYK0.00%11.17%24.27%
19.22%

Color #CEB79C in popluar number systems.

HEXCEB79C
Decimal206183156
Binary110011101011011110011100
Octal316267234

Shades and tints

Shades of #CEB79C

#CEB79C
(206,183,156)
#BCA78E
(188,167,142)
#AA9780
(170,151,128)
#988772
(152,135,114)
#867764
(134,119,100)
#746756
(116,103,86)
#625748
(98,87,72)
#50473A
(80,71,58)
#3E372C
(62,55,44)
#2C271E
(44,39,30)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #CEB79C

#CEB79C
(206,183,156)
#D2BDA5
(210,189,165)
#D6C3AE
(214,195,174)
#DAC9B7
(218,201,183)
#DECFC0
(222,207,192)
#E2D5C9
(226,213,201)
#E6DBD2
(230,219,210)
#EAE1DB
(234,225,219)
#EEE7E4
(238,231,228)
#F2EDED
(242,237,237)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB79C color. Also use rgb(206,183,156) instead hex code.

Text Font Color

.myTextColor { color: #CEB79C; }

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

This text font color is #CEB79C.


Background Color

.myBgColor { background-color: #CEB79C; }

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

This div background color is #CEB79C.


Border color

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

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

This div border color is #CEB79C.


Opacity

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

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

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

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

This text has shadow with #CEB79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB79C on black background.


Color preview on white background

This text has color #CEB79C on white background.



Black color preview on #CEB79C background

This text has black color on #CEB79C background.


White color preview on #CEB79C background

This text has white color on #CEB79C background.