COLOR #CEA4A8

HEX: #CEA4A8
RGB: (206,164,168)

Color info

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

RGB color model

#CEA4A8 color RGB value is (206,164,168).

  • red value is 206;
  • green value is 164;
  • blue value is 168.
RGB:
(206,164,168)
(81%,64%,66%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 168 of 255 = 66%

206
164
168

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

Portions of RGB colors in percentages

R + G + B =
206 + 164 + 168 = 538 (100%)
R 206 of 538 ~ 38.29%
G 164 of 538 ~ 30.48%
B 168 of 538 ~ 31.23%

%38.29
%30.48
%31.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 18.45%
  • key color value is 19.22%
CMYK:
(0,20,18,19)
C0M20Y18K19 
(0%,20%,18%,19%)
(0.00/0.20/0.18/0.19)	

CMYK percentages

%0
%20.39
%18.45
%19.22

Codes

Color #CEA4A8 in popluar color models

CEA4A8
RGB206164168
HSL354°30.00%72.55%
HSB/HSV354°20.39%80.78%
CMYK0.00%20.39%18.45%
19.22%

Color #CEA4A8 in popluar number systems.

HEXCEA4A8
Decimal206164168
Binary110011101010010010101000
Octal316244250

Shades and tints

Shades of #CEA4A8

#CEA4A8
(206,164,168)
#BC9699
(188,150,153)
#AA888A
(170,136,138)
#987A7B
(152,122,123)
#866C6C
(134,108,108)
#745E5D
(116,94,93)
#62504E
(98,80,78)
#50423F
(80,66,63)
#3E3430
(62,52,48)
#2C2621
(44,38,33)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #CEA4A8

#CEA4A8
(206,164,168)
#D2ACAF
(210,172,175)
#D6B4B6
(214,180,182)
#DABCBD
(218,188,189)
#DEC4C4
(222,196,196)
#E2CCCB
(226,204,203)
#E6D4D2
(230,212,210)
#EADCD9
(234,220,217)
#EEE4E0
(238,228,224)
#F2ECE7
(242,236,231)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA4A8; }

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

This text font color is #CEA4A8.


Background Color

.myBgColor { background-color: #CEA4A8; }

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

This div background color is #CEA4A8.


Border color

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

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

This div border color is #CEA4A8.


Opacity

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

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

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

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

This text has shadow with #CEA4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA4A8 on black background.


Color preview on white background

This text has color #CEA4A8 on white background.



Black color preview on #CEA4A8 background

This text has black color on #CEA4A8 background.


White color preview on #CEA4A8 background

This text has white color on #CEA4A8 background.