COLOR #CEA6A5

HEX: #CEA6A5
RGB: (206,166,165)

Color info

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

RGB color model

#CEA6A5 color RGB value is (206,166,165).

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

RGB channels and saturation

R 206 of 255 = 81%
G 166 of 255 = 65%
B 165 of 255 = 65%

206
166
165

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

Portions of RGB colors in percentages

R + G + B =
206 + 166 + 165 = 537 (100%)
R 206 of 537 ~ 38.36%
G 166 of 537 ~ 30.91%
B 165 of 537 ~ 30.73%

%38.36
%30.91
%30.73

CMYK color model

#CEA6A5 color CMYK value is (0,19,20,19).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 19.90%
  • key color value is 19.22%
CMYK:
(0,19,20,19)
C0M19Y20K19 
(0%,19%,20%,19%)
(0.00/0.19/0.20/0.19)	

CMYK percentages

%0
%19.42
%19.9
%19.22

Codes

Color #CEA6A5 in popluar color models

CEA6A5
RGB206166165
HSL29.50%72.75%
HSB/HSV19.90%80.78%
CMYK0.00%19.42%19.90%
19.22%

Color #CEA6A5 in popluar number systems.

HEXCEA6A5
Decimal206166165
Binary110011101010011010100101
Octal316246245

Shades and tints

Shades of #CEA6A5

#CEA6A5
(206,166,165)
#BC9796
(188,151,150)
#AA8887
(170,136,135)
#987978
(152,121,120)
#866A69
(134,106,105)
#745B5A
(116,91,90)
#624C4B
(98,76,75)
#503D3C
(80,61,60)
#3E2E2D
(62,46,45)
#2C1F1E
(44,31,30)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #CEA6A5

#CEA6A5
(206,166,165)
#D2AEAD
(210,174,173)
#D6B6B5
(214,182,181)
#DABEBD
(218,190,189)
#DEC6C5
(222,198,197)
#E2CECD
(226,206,205)
#E6D6D5
(230,214,213)
#EADEDD
(234,222,221)
#EEE6E5
(238,230,229)
#F2EEED
(242,238,237)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA6A5; }

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

This text font color is #CEA6A5.


Background Color

.myBgColor { background-color: #CEA6A5; }

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

This div background color is #CEA6A5.


Border color

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

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

This div border color is #CEA6A5.


Opacity

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

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

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

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

This text has shadow with #CEA6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA6A5 on black background.


Color preview on white background

This text has color #CEA6A5 on white background.



Black color preview on #CEA6A5 background

This text has black color on #CEA6A5 background.


White color preview on #CEA6A5 background

This text has white color on #CEA6A5 background.