COLOR #CEA19D

HEX: #CEA19D
RGB: (206,161,157)

Color info

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

RGB color model

#CEA19D color RGB value is (206,161,157).

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

RGB channels and saturation

R 206 of 255 = 81%
G 161 of 255 = 63%
B 157 of 255 = 62%

206
161
157

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

Portions of RGB colors in percentages

R + G + B =
206 + 161 + 157 = 524 (100%)
R 206 of 524 ~ 39.31%
G 161 of 524 ~ 30.73%
B 157 of 524 ~ 29.96%

%39.31
%30.73
%29.96

CMYK color model

#CEA19D color CMYK value is (0,22,24,19).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(0,22,24,19)
C0M22Y24K19 
(0%,22%,24%,19%)
(0.00/0.22/0.24/0.19)	

CMYK percentages

%0
%21.84
%23.79
%19.22

Codes

Color #CEA19D in popluar color models

CEA19D
RGB206161157
HSL33.33%71.18%
HSB/HSV23.79%80.78%
CMYK0.00%21.84%23.79%
19.22%

Color #CEA19D in popluar number systems.

HEXCEA19D
Decimal206161157
Binary110011101010000110011101
Octal316241235

Shades and tints

Shades of #CEA19D

#CEA19D
(206,161,157)
#BC938F
(188,147,143)
#AA8581
(170,133,129)
#987773
(152,119,115)
#866965
(134,105,101)
#745B57
(116,91,87)
#624D49
(98,77,73)
#503F3B
(80,63,59)
#3E312D
(62,49,45)
#2C231F
(44,35,31)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #CEA19D

#CEA19D
(206,161,157)
#D2A9A5
(210,169,165)
#D6B1AD
(214,177,173)
#DAB9B5
(218,185,181)
#DEC1BD
(222,193,189)
#E2C9C5
(226,201,197)
#E6D1CD
(230,209,205)
#EAD9D5
(234,217,213)
#EEE1DD
(238,225,221)
#F2E9E5
(242,233,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA19D; }

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

This text font color is #CEA19D.


Background Color

.myBgColor { background-color: #CEA19D; }

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

This div background color is #CEA19D.


Border color

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

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

This div border color is #CEA19D.


Opacity

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

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

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

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

This text has shadow with #CEA19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA19D on black background.


Color preview on white background

This text has color #CEA19D on white background.



Black color preview on #CEA19D background

This text has black color on #CEA19D background.


White color preview on #CEA19D background

This text has white color on #CEA19D background.