COLOR #CEA6A3

HEX: #CEA6A3
RGB: (206,166,163)

Color info

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

RGB color model

#CEA6A3 color RGB value is (206,166,163).

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

RGB channels and saturation

R 206 of 255 = 81%
G 166 of 255 = 65%
B 163 of 255 = 64%

206
166
163

R + G + B ~ 70%. #CEA6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 166 + 163 = 535 (100%)
R 206 of 535 ~ 38.5%
G 166 of 535 ~ 31.03%
B 163 of 535 ~ 30.47%

%38.5
%31.03
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 20.87%
  • key color value is 19.22%
CMYK:
(0,19,21,19)
C0M19Y21K19 
(0%,19%,21%,19%)
(0.00/0.19/0.21/0.19)	

CMYK percentages

%0
%19.42
%20.87
%19.22

Codes

Color #CEA6A3 in popluar color models

CEA6A3
RGB206166163
HSL30.50%72.35%
HSB/HSV20.87%80.78%
CMYK0.00%19.42%20.87%
19.22%

Color #CEA6A3 in popluar number systems.

HEXCEA6A3
Decimal206166163
Binary110011101010011010100011
Octal316246243

Shades and tints

Shades of #CEA6A3

#CEA6A3
(206,166,163)
#BC9795
(188,151,149)
#AA8887
(170,136,135)
#987979
(152,121,121)
#866A6B
(134,106,107)
#745B5D
(116,91,93)
#624C4F
(98,76,79)
#503D41
(80,61,65)
#3E2E33
(62,46,51)
#2C1F25
(44,31,37)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #CEA6A3

#CEA6A3
(206,166,163)
#D2AEAB
(210,174,171)
#D6B6B3
(214,182,179)
#DABEBB
(218,190,187)
#DEC6C3
(222,198,195)
#E2CECB
(226,206,203)
#E6D6D3
(230,214,211)
#EADEDB
(234,222,219)
#EEE6E3
(238,230,227)
#F2EEEB
(242,238,235)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA6A3; }

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

This text font color is #CEA6A3.


Background Color

.myBgColor { background-color: #CEA6A3; }

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

This div background color is #CEA6A3.


Border color

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

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

This div border color is #CEA6A3.


Opacity

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

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

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

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

This text has shadow with #CEA6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA6A3 on black background.


Color preview on white background

This text has color #CEA6A3 on white background.



Black color preview on #CEA6A3 background

This text has black color on #CEA6A3 background.


White color preview on #CEA6A3 background

This text has white color on #CEA6A3 background.