COLOR #CEA4A5

HEX: #CEA4A5 RGB: (206,164,165)

Color info

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

RGB color model

#CEA4A5 color RGB value is (206,164,165).

RGB: (206,164,165) (81%, 64%, 65%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 165 of 255 = 65%

206
164
165

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

Portions of RGB colors in percentages

R + G + B = 206 + 164 + 165 = 535 (100%)
R 206 of 535 ~ 38.5%
G 164 of 535 ~ 30.65%
B 165 of 535 ~ 30.84'%

%38.5
%30.65
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 19.90%
  • key color value is 19.22%

CMYK: (0,20,20,19)
C0M20Y20K19 (0%, 20%, 20%, 19%)
(0.00 / 0.20 / 0.20 / 0.19)

CMYK percentages

%0
%20.39
%19.9
%19.22

Codes

Color #CEA4A5 in popluar color models

CE A4 A5
RGB 206 164 165
HSL 359° 30.00% 72.55%
HSB/HSV 359° 20.39% 80.78%
CMYK 0.00% 20.39% 19.90%
19.22%

Color #CEA4A5 in popluar number systems.

HEX CE A4 A5
Decimal 206 164 165
Binary 11001110 10100100 10100101
Octal 316 244 245

Shades and tints

Shades of #CEA4A5

#CEA4A5
(206,164,165)
#BC9696
(188,150,150)
#AA8887
(170,136,135)
#987A78
(152,122,120)
#866C69
(134,108,105)
#745E5A
(116,94,90)
#62504B
(98,80,75)
#50423C
(80,66,60)
#3E342D
(62,52,45)
#2C261E
(44,38,30)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #CEA4A5

#CEA4A5
(206,164,165)
#D2ACAD
(210,172,173)
#D6B4B5
(214,180,181)
#DABCBD
(218,188,189)
#DEC4C5
(222,196,197)
#E2CCCD
(226,204,205)
#E6D4D5
(230,212,213)
#EADCDD
(234,220,221)
#EEE4E5
(238,228,229)
#F2ECED
(242,236,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA4A5; }

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

This text font color is #CEA4A5.

Background Color

.myBgColor { background-color: #CEA4A5; }

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

This div background color is #CEA4A5.

Border color

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

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

This div border color is #CEA4A5.

Opacity

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

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

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

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

This text has shadow with #CEA4A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA4A5.

Preview

Color preview on black background

This text has color #CEA4A5 on black background.


Color preview on white background

This text has color #CEA4A5 on white background.


Black color preview on #CEA4A5 background

This text has black color on #CEA4A5 background.


White color preview on #CEA4A5 background

This text has white color on #CEA4A5 background.


Related colors

Complementary color

Complementary color for #hex is #315B5A.


I love getcolorcode.com

Triadic colors

1 #A5CEA4 and #A4A5CE with #CEA4A5 are triadic colors.

2 #A5A4CE and #A4CEA5 with #CEA4A5 are triadic colors.