COLOR #E69CAE

HEX: #E69CAE
RGB: (230,156,174)

Color info

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

RGB color model

#E69CAE color RGB value is (230,156,174).

  • red value is 230;
  • green value is 156;
  • blue value is 174.
RGB:
(230,156,174)
(90%,61%,68%)

RGB channels and saturation

R 230 of 255 = 90%
G 156 of 255 = 61%
B 174 of 255 = 68%

230
156
174

R + G + B ~ 73%. #E69CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 156 + 174 = 560 (100%)
R 230 of 560 ~ 41.07%
G 156 of 560 ~ 27.86%
B 174 of 560 ~ 31.07%

%41.07
%27.86
%31.07

CMYK color model

#E69CAE color CMYK value is (0,32,24,10).

  • cyan value is 0.00%
  • magenta value is 32.17%
  • yellow value is 24.35%
  • key color value is 9.80%
CMYK:
(0,32,24,10)
C0M32Y24K10 
(0%,32%,24%,10%)
(0.00/0.32/0.24/0.10)	

CMYK percentages

%0
%32.17
%24.35
%9.8

Codes

Color #E69CAE in popluar color models

E69CAE
RGB230156174
HSL345°59.68%75.69%
HSB/HSV345°32.17%90.20%
CMYK0.00%32.17%24.35%
9.80%

Color #E69CAE in popluar number systems.

HEXE69CAE
Decimal230156174
Binary111001101001110010101110
Octal346234256

Shades and tints

Shades of #E69CAE

#E69CAE
(230,156,174)
#D28E9F
(210,142,159)
#BE8090
(190,128,144)
#AA7281
(170,114,129)
#966472
(150,100,114)
#825663
(130,86,99)
#6E4854
(110,72,84)
#5A3A45
(90,58,69)
#462C36
(70,44,54)
#321E27
(50,30,39)
#1E1018
(30,16,24)
#000000
(0,0,0)

Tints of #E69CAE

#E69CAE
(230,156,174)
#E8A5B5
(232,165,181)
#EAAEBC
(234,174,188)
#ECB7C3
(236,183,195)
#EEC0CA
(238,192,202)
#F0C9D1
(240,201,209)
#F2D2D8
(242,210,216)
#F4DBDF
(244,219,223)
#F6E4E6
(246,228,230)
#F8EDED
(248,237,237)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69CAE color. Also use rgb(230,156,174) instead hex code.

Text Font Color

.myTextColor { color: #E69CAE; }

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

This text font color is #E69CAE.


Background Color

.myBgColor { background-color: #E69CAE; }

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

This div background color is #E69CAE.


Border color

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

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

This div border color is #E69CAE.


Opacity

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

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

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

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

This text has shadow with #E69CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69CAE on black background.


Color preview on white background

This text has color #E69CAE on white background.



Black color preview on #E69CAE background

This text has black color on #E69CAE background.


White color preview on #E69CAE background

This text has white color on #E69CAE background.