COLOR #E69DEC

HEX: #E69DEC
RGB: (230,157,236)

Color info

#E69DEC contains mainly red and blue colors. Web safe color of #E69DEC is #CC99FF (or #C9F).

RGB color model

#E69DEC color RGB value is (230,157,236).

  • red value is 230;
  • green value is 157;
  • blue value is 236.
RGB:
(230,157,236)
(90%,62%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 157 of 255 = 62%
B 236 of 255 = 93%

230
157
236

R + G + B ~ 82%. #E69DEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 157 + 236 = 623 (100%)
R 230 of 623 ~ 36.92%
G 157 of 623 ~ 25.2%
B 236 of 623 ~ 37.88%

%36.92
%25.2
%37.88

CMYK color model

#E69DEC color CMYK value is (3,33,0,7).

  • cyan value is 2.54%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,33,0,7)
C3M33Y0K7 
(3%,33%,0%,7%)
(0.03/0.33/0.00/0.07)	

CMYK percentages

%2.54
%33.47
%0
%7.45

Codes

Color #E69DEC in popluar color models

E69DEC
RGB230157236
HSL295°67.52%77.06%
HSB/HSV295°33.47%92.55%
CMYK2.54%33.47%0.00%
7.45%

Color #E69DEC in popluar number systems.

HEXE69DEC
Decimal230157236
Binary111001101001110111101100
Octal346235354

Shades and tints

Shades of #E69DEC

#E69DEC
(230,157,236)
#D28FD7
(210,143,215)
#BE81C2
(190,129,194)
#AA73AD
(170,115,173)
#966598
(150,101,152)
#825783
(130,87,131)
#6E496E
(110,73,110)
#5A3B59
(90,59,89)
#462D44
(70,45,68)
#321F2F
(50,31,47)
#1E111A
(30,17,26)
#000000
(0,0,0)

Tints of #E69DEC

#E69DEC
(230,157,236)
#E8A5ED
(232,165,237)
#EAADEE
(234,173,238)
#ECB5EF
(236,181,239)
#EEBDF0
(238,189,240)
#F0C5F1
(240,197,241)
#F2CDF2
(242,205,242)
#F4D5F3
(244,213,243)
#F6DDF4
(246,221,244)
#F8E5F5
(248,229,245)
#FAEDF6
(250,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69DEC color. Also use rgb(230,157,236) instead hex code.

Text Font Color

.myTextColor { color: #E69DEC; }

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

This text font color is #E69DEC.


Background Color

.myBgColor { background-color: #E69DEC; }

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

This div background color is #E69DEC.


Border color

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

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

This div border color is #E69DEC.


Opacity

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

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

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

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

This text has shadow with #E69DEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69DEC on black background.


Color preview on white background

This text has color #E69DEC on white background.



Black color preview on #E69DEC background

This text has black color on #E69DEC background.


White color preview on #E69DEC background

This text has white color on #E69DEC background.