COLOR #CEA3A0

HEX: #CEA3A0
RGB: (206,163,160)

Color info

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

RGB color model

#CEA3A0 color RGB value is (206,163,160).

  • red value is 206;
  • green value is 163;
  • blue value is 160.
RGB:
(206,163,160)
(81%,64%,63%)

RGB channels and saturation

R 206 of 255 = 81%
G 163 of 255 = 64%
B 160 of 255 = 63%

206
163
160

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

Portions of RGB colors in percentages

R + G + B =
206 + 163 + 160 = 529 (100%)
R 206 of 529 ~ 38.94%
G 163 of 529 ~ 30.81%
B 160 of 529 ~ 30.25%

%38.94
%30.81
%30.25

CMYK color model

#CEA3A0 color CMYK value is (0,21,22,19).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 22.33%
  • key color value is 19.22%
CMYK:
(0,21,22,19)
C0M21Y22K19 
(0%,21%,22%,19%)
(0.00/0.21/0.22/0.19)	

CMYK percentages

%0
%20.87
%22.33
%19.22

Codes

Color #CEA3A0 in popluar color models

CEA3A0
RGB206163160
HSL31.94%71.76%
HSB/HSV22.33%80.78%
CMYK0.00%20.87%22.33%
19.22%

Color #CEA3A0 in popluar number systems.

HEXCEA3A0
Decimal206163160
Binary110011101010001110100000
Octal316243240

Shades and tints

Shades of #CEA3A0

#CEA3A0
(206,163,160)
#BC9592
(188,149,146)
#AA8784
(170,135,132)
#987976
(152,121,118)
#866B68
(134,107,104)
#745D5A
(116,93,90)
#624F4C
(98,79,76)
#50413E
(80,65,62)
#3E3330
(62,51,48)
#2C2522
(44,37,34)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #CEA3A0

#CEA3A0
(206,163,160)
#D2ABA8
(210,171,168)
#D6B3B0
(214,179,176)
#DABBB8
(218,187,184)
#DEC3C0
(222,195,192)
#E2CBC8
(226,203,200)
#E6D3D0
(230,211,208)
#EADBD8
(234,219,216)
#EEE3E0
(238,227,224)
#F2EBE8
(242,235,232)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA3A0 color. Also use rgb(206,163,160) instead hex code.

Text Font Color

.myTextColor { color: #CEA3A0; }

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

This text font color is #CEA3A0.


Background Color

.myBgColor { background-color: #CEA3A0; }

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

This div background color is #CEA3A0.


Border color

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

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

This div border color is #CEA3A0.


Opacity

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

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

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

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

This text has shadow with #CEA3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA3A0 on black background.


Color preview on white background

This text has color #CEA3A0 on white background.



Black color preview on #CEA3A0 background

This text has black color on #CEA3A0 background.


White color preview on #CEA3A0 background

This text has white color on #CEA3A0 background.