COLOR #CEAE9D

HEX: #CEAE9D
RGB: (206,174,157)

Color info

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

RGB color model

#CEAE9D color RGB value is (206,174,157).

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

RGB channels and saturation

R 206 of 255 = 81%
G 174 of 255 = 68%
B 157 of 255 = 62%

206
174
157

R + G + B ~ 70%. #CEAE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 174 + 157 = 537 (100%)
R 206 of 537 ~ 38.36%
G 174 of 537 ~ 32.4%
B 157 of 537 ~ 29.24%

%38.36
%32.4
%29.24

CMYK color model

#CEAE9D color CMYK value is (0,16,24,19).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(0,16,24,19)
C0M16Y24K19 
(0%,16%,24%,19%)
(0.00/0.16/0.24/0.19)	

CMYK percentages

%0
%15.53
%23.79
%19.22

Codes

Color #CEAE9D in popluar color models

CEAE9D
RGB206174157
HSL21°33.33%71.18%
HSB/HSV21°23.79%80.78%
CMYK0.00%15.53%23.79%
19.22%

Color #CEAE9D in popluar number systems.

HEXCEAE9D
Decimal206174157
Binary110011101010111010011101
Octal316256235

Shades and tints

Shades of #CEAE9D

#CEAE9D
(206,174,157)
#BC9F8F
(188,159,143)
#AA9081
(170,144,129)
#988173
(152,129,115)
#867265
(134,114,101)
#746357
(116,99,87)
#625449
(98,84,73)
#50453B
(80,69,59)
#3E362D
(62,54,45)
#2C271F
(44,39,31)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #CEAE9D

#CEAE9D
(206,174,157)
#D2B5A5
(210,181,165)
#D6BCAD
(214,188,173)
#DAC3B5
(218,195,181)
#DECABD
(222,202,189)
#E2D1C5
(226,209,197)
#E6D8CD
(230,216,205)
#EADFD5
(234,223,213)
#EEE6DD
(238,230,221)
#F2EDE5
(242,237,229)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAE9D; }

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

This text font color is #CEAE9D.


Background Color

.myBgColor { background-color: #CEAE9D; }

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

This div background color is #CEAE9D.


Border color

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

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

This div border color is #CEAE9D.


Opacity

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

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

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

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

This text has shadow with #CEAE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEAE9D on black background.


Color preview on white background

This text has color #CEAE9D on white background.



Black color preview on #CEAE9D background

This text has black color on #CEAE9D background.


White color preview on #CEAE9D background

This text has white color on #CEAE9D background.