COLOR #CEAE93

HEX: #CEAE93
RGB: (206,174,147)

Color info

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

RGB color model

#CEAE93 color RGB value is (206,174,147).

  • red value is 206;
  • green value is 174;
  • blue value is 147.
RGB:
(206,174,147)
(81%,68%,58%)

RGB channels and saturation

R 206 of 255 = 81%
G 174 of 255 = 68%
B 147 of 255 = 58%

206
174
147

R + G + B ~ 69%. #CEAE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 174 + 147 = 527 (100%)
R 206 of 527 ~ 39.09%
G 174 of 527 ~ 33.02%
B 147 of 527 ~ 27.89%

%39.09
%33.02
%27.89

CMYK color model

#CEAE93 color CMYK value is (0,16,29,19).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 28.64%
  • key color value is 19.22%
CMYK:
(0,16,29,19)
C0M16Y29K19 
(0%,16%,29%,19%)
(0.00/0.16/0.29/0.19)	

CMYK percentages

%0
%15.53
%28.64
%19.22

Codes

Color #CEAE93 in popluar color models

CEAE93
RGB206174147
HSL27°37.58%69.22%
HSB/HSV27°28.64%80.78%
CMYK0.00%15.53%28.64%
19.22%

Color #CEAE93 in popluar number systems.

HEXCEAE93
Decimal206174147
Binary110011101010111010010011
Octal316256223

Shades and tints

Shades of #CEAE93

#CEAE93
(206,174,147)
#BC9F86
(188,159,134)
#AA9079
(170,144,121)
#98816C
(152,129,108)
#86725F
(134,114,95)
#746352
(116,99,82)
#625445
(98,84,69)
#504538
(80,69,56)
#3E362B
(62,54,43)
#2C271E
(44,39,30)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #CEAE93

#CEAE93
(206,174,147)
#D2B59C
(210,181,156)
#D6BCA5
(214,188,165)
#DAC3AE
(218,195,174)
#DECAB7
(222,202,183)
#E2D1C0
(226,209,192)
#E6D8C9
(230,216,201)
#EADFD2
(234,223,210)
#EEE6DB
(238,230,219)
#F2EDE4
(242,237,228)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAE93 color. Also use rgb(206,174,147) instead hex code.

Text Font Color

.myTextColor { color: #CEAE93; }

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

This text font color is #CEAE93.


Background Color

.myBgColor { background-color: #CEAE93; }

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

This div background color is #CEAE93.


Border color

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

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

This div border color is #CEAE93.


Opacity

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

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

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

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

This text has shadow with #CEAE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEAE93 on black background.


Color preview on white background

This text has color #CEAE93 on white background.



Black color preview on #CEAE93 background

This text has black color on #CEAE93 background.


White color preview on #CEAE93 background

This text has white color on #CEAE93 background.