COLOR #CE89A0

HEX: #CE89A0
RGB: (206,137,160)

Color info

#CE89A0 contains mainly red and blue colors. Web safe color of #CE89A0 is #CC9999 (or #C99).

RGB color model

#CE89A0 color RGB value is (206,137,160).

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

RGB channels and saturation

R 206 of 255 = 81%
G 137 of 255 = 54%
B 160 of 255 = 63%

206
137
160

R + G + B ~ 66%. #CE89A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 137 + 160 = 503 (100%)
R 206 of 503 ~ 40.95%
G 137 of 503 ~ 27.24%
B 160 of 503 ~ 31.81%

%40.95
%27.24
%31.81

CMYK color model

#CE89A0 color CMYK value is (0,33,22,19).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 22.33%
  • key color value is 19.22%
CMYK:
(0,33,22,19)
C0M33Y22K19 
(0%,33%,22%,19%)
(0.00/0.33/0.22/0.19)	

CMYK percentages

%0
%33.5
%22.33
%19.22

Codes

Color #CE89A0 in popluar color models

CE89A0
RGB206137160
HSL340°41.32%67.25%
HSB/HSV340°33.50%80.78%
CMYK0.00%33.50%22.33%
19.22%

Color #CE89A0 in popluar number systems.

HEXCE89A0
Decimal206137160
Binary110011101000100110100000
Octal316211240

Shades and tints

Shades of #CE89A0

#CE89A0
(206,137,160)
#BC7D92
(188,125,146)
#AA7184
(170,113,132)
#986576
(152,101,118)
#865968
(134,89,104)
#744D5A
(116,77,90)
#62414C
(98,65,76)
#50353E
(80,53,62)
#3E2930
(62,41,48)
#2C1D22
(44,29,34)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #CE89A0

#CE89A0
(206,137,160)
#D293A8
(210,147,168)
#D69DB0
(214,157,176)
#DAA7B8
(218,167,184)
#DEB1C0
(222,177,192)
#E2BBC8
(226,187,200)
#E6C5D0
(230,197,208)
#EACFD8
(234,207,216)
#EED9E0
(238,217,224)
#F2E3E8
(242,227,232)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE89A0; }

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

This text font color is #CE89A0.


Background Color

.myBgColor { background-color: #CE89A0; }

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

This div background color is #CE89A0.


Border color

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

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

This div border color is #CE89A0.


Opacity

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

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

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

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

This text has shadow with #CE89A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE89A0 on black background.


Color preview on white background

This text has color #CE89A0 on white background.



Black color preview on #CE89A0 background

This text has black color on #CE89A0 background.


White color preview on #CE89A0 background

This text has white color on #CE89A0 background.