COLOR #CEA99B

HEX: #CEA99B
RGB: (206,169,155)

Color info

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

RGB color model

#CEA99B color RGB value is (206,169,155).

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

RGB channels and saturation

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

206
169
155

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

Portions of RGB colors in percentages

R + G + B =
206 + 169 + 155 = 530 (100%)
R 206 of 530 ~ 38.87%
G 169 of 530 ~ 31.89%
B 155 of 530 ~ 29.25%

%38.87
%31.89
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.96%
  • 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
%17.96
%24.76
%19.22

Codes

Color #CEA99B in popluar color models

CEA99B
RGB206169155
HSL16°34.23%70.78%
HSB/HSV16°24.76%80.78%
CMYK0.00%17.96%24.76%
19.22%

Color #CEA99B in popluar number systems.

HEXCEA99B
Decimal206169155
Binary110011101010100110011011
Octal316251233

Shades and tints

Shades of #CEA99B

#CEA99B
(206,169,155)
#BC9A8D
(188,154,141)
#AA8B7F
(170,139,127)
#987C71
(152,124,113)
#866D63
(134,109,99)
#745E55
(116,94,85)
#624F47
(98,79,71)
#504039
(80,64,57)
#3E312B
(62,49,43)
#2C221D
(44,34,29)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #CEA99B

#CEA99B
(206,169,155)
#D2B0A4
(210,176,164)
#D6B7AD
(214,183,173)
#DABEB6
(218,190,182)
#DEC5BF
(222,197,191)
#E2CCC8
(226,204,200)
#E6D3D1
(230,211,209)
#EADADA
(234,218,218)
#EEE1E3
(238,225,227)
#F2E8EC
(242,232,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA99B; }

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

This text font color is #CEA99B.


Background Color

.myBgColor { background-color: #CEA99B; }

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

This div background color is #CEA99B.


Border color

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

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

This div border color is #CEA99B.


Opacity

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

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

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

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

This text has shadow with #CEA99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA99B on black background.


Color preview on white background

This text has color #CEA99B on white background.



Black color preview on #CEA99B background

This text has black color on #CEA99B background.


White color preview on #CEA99B background

This text has white color on #CEA99B background.