COLOR #CEA89B

HEX: #CEA89B
RGB: (206,168,155)

Color info

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

RGB color model

#CEA89B color RGB value is (206,168,155).

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

RGB channels and saturation

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

206
168
155

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

Portions of RGB colors in percentages

R + G + B =
206 + 168 + 155 = 529 (100%)
R 206 of 529 ~ 38.94%
G 168 of 529 ~ 31.76%
B 155 of 529 ~ 29.3%

%38.94
%31.76
%29.3

CMYK color model

#CEA89B color CMYK value is (0,18,25,19).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 24.76%
  • key color value is 19.22%
CMYK:
(0,18,25,19)
C0M18Y25K19 
(0%,18%,25%,19%)
(0.00/0.18/0.25/0.19)	

CMYK percentages

%0
%18.45
%24.76
%19.22

Codes

Color #CEA89B in popluar color models

CEA89B
RGB206168155
HSL15°34.23%70.78%
HSB/HSV15°24.76%80.78%
CMYK0.00%18.45%24.76%
19.22%

Color #CEA89B in popluar number systems.

HEXCEA89B
Decimal206168155
Binary110011101010100010011011
Octal316250233

Shades and tints

Shades of #CEA89B

#CEA89B
(206,168,155)
#BC998D
(188,153,141)
#AA8A7F
(170,138,127)
#987B71
(152,123,113)
#866C63
(134,108,99)
#745D55
(116,93,85)
#624E47
(98,78,71)
#503F39
(80,63,57)
#3E302B
(62,48,43)
#2C211D
(44,33,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #CEA89B

#CEA89B
(206,168,155)
#D2AFA4
(210,175,164)
#D6B6AD
(214,182,173)
#DABDB6
(218,189,182)
#DEC4BF
(222,196,191)
#E2CBC8
(226,203,200)
#E6D2D1
(230,210,209)
#EAD9DA
(234,217,218)
#EEE0E3
(238,224,227)
#F2E7EC
(242,231,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA89B; }

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

This text font color is #CEA89B.


Background Color

.myBgColor { background-color: #CEA89B; }

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

This div background color is #CEA89B.


Border color

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

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

This div border color is #CEA89B.


Opacity

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

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

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

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

This text has shadow with #CEA89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA89B on black background.


Color preview on white background

This text has color #CEA89B on white background.



Black color preview on #CEA89B background

This text has black color on #CEA89B background.


White color preview on #CEA89B background

This text has white color on #CEA89B background.