COLOR #CEA89C

HEX: #CEA89C
RGB: (206,168,156)

Color info

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

RGB color model

#CEA89C color RGB value is (206,168,156).

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

RGB channels and saturation

R 206 of 255 = 81%
G 168 of 255 = 66%
B 156 of 255 = 61%

206
168
156

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

Portions of RGB colors in percentages

R + G + B =
206 + 168 + 156 = 530 (100%)
R 206 of 530 ~ 38.87%
G 168 of 530 ~ 31.7%
B 156 of 530 ~ 29.43%

%38.87
%31.7
%29.43

CMYK color model

#CEA89C color CMYK value is (0,18,24,19).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 24.27%
  • key color value is 19.22%
CMYK:
(0,18,24,19)
C0M18Y24K19 
(0%,18%,24%,19%)
(0.00/0.18/0.24/0.19)	

CMYK percentages

%0
%18.45
%24.27
%19.22

Codes

Color #CEA89C in popluar color models

CEA89C
RGB206168156
HSL14°33.78%70.98%
HSB/HSV14°24.27%80.78%
CMYK0.00%18.45%24.27%
19.22%

Color #CEA89C in popluar number systems.

HEXCEA89C
Decimal206168156
Binary110011101010100010011100
Octal316250234

Shades and tints

Shades of #CEA89C

#CEA89C
(206,168,156)
#BC998E
(188,153,142)
#AA8A80
(170,138,128)
#987B72
(152,123,114)
#866C64
(134,108,100)
#745D56
(116,93,86)
#624E48
(98,78,72)
#503F3A
(80,63,58)
#3E302C
(62,48,44)
#2C211E
(44,33,30)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #CEA89C

#CEA89C
(206,168,156)
#D2AFA5
(210,175,165)
#D6B6AE
(214,182,174)
#DABDB7
(218,189,183)
#DEC4C0
(222,196,192)
#E2CBC9
(226,203,201)
#E6D2D2
(230,210,210)
#EAD9DB
(234,217,219)
#EEE0E4
(238,224,228)
#F2E7ED
(242,231,237)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA89C; }

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

This text font color is #CEA89C.


Background Color

.myBgColor { background-color: #CEA89C; }

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

This div background color is #CEA89C.


Border color

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

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

This div border color is #CEA89C.


Opacity

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

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

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

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

This text has shadow with #CEA89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA89C on black background.


Color preview on white background

This text has color #CEA89C on white background.



Black color preview on #CEA89C background

This text has black color on #CEA89C background.


White color preview on #CEA89C background

This text has white color on #CEA89C background.