COLOR #CEA496

HEX: #CEA496
RGB: (206,164,150)

Color info

#CEA496 contains red, green and blue colors in about the same proportion. Web safe color of #CEA496 is #CC9999 (or #C99).

RGB color model

#CEA496 color RGB value is (206,164,150).

  • red value is 206;
  • green value is 164;
  • blue value is 150.
RGB:
(206,164,150)
(81%,64%,59%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 150 of 255 = 59%

206
164
150

R + G + B ~ 68%. #CEA496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 164 + 150 = 520 (100%)
R 206 of 520 ~ 39.62%
G 164 of 520 ~ 31.54%
B 150 of 520 ~ 28.85%

%39.62
%31.54
%28.85

CMYK color model

#CEA496 color CMYK value is (0,20,27,19).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK:
(0,20,27,19)
C0M20Y27K19 
(0%,20%,27%,19%)
(0.00/0.20/0.27/0.19)	

CMYK percentages

%0
%20.39
%27.18
%19.22

Codes

Color #CEA496 in popluar color models

CEA496
RGB206164150
HSL15°36.36%69.80%
HSB/HSV15°27.18%80.78%
CMYK0.00%20.39%27.18%
19.22%

Color #CEA496 in popluar number systems.

HEXCEA496
Decimal206164150
Binary110011101010010010010110
Octal316244226

Shades and tints

Shades of #CEA496

#CEA496
(206,164,150)
#BC9689
(188,150,137)
#AA887C
(170,136,124)
#987A6F
(152,122,111)
#866C62
(134,108,98)
#745E55
(116,94,85)
#625048
(98,80,72)
#50423B
(80,66,59)
#3E342E
(62,52,46)
#2C2621
(44,38,33)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #CEA496

#CEA496
(206,164,150)
#D2AC9F
(210,172,159)
#D6B4A8
(214,180,168)
#DABCB1
(218,188,177)
#DEC4BA
(222,196,186)
#E2CCC3
(226,204,195)
#E6D4CC
(230,212,204)
#EADCD5
(234,220,213)
#EEE4DE
(238,228,222)
#F2ECE7
(242,236,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA496 color. Also use rgb(206,164,150) instead hex code.

Text Font Color

.myTextColor { color: #CEA496; }

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

This text font color is #CEA496.


Background Color

.myBgColor { background-color: #CEA496; }

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

This div background color is #CEA496.


Border color

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

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

This div border color is #CEA496.


Opacity

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

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

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

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

This text has shadow with #CEA496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA496 on black background.


Color preview on white background

This text has color #CEA496 on white background.



Black color preview on #CEA496 background

This text has black color on #CEA496 background.


White color preview on #CEA496 background

This text has white color on #CEA496 background.