COLOR #E699DA

HEX: #E699DA
RGB: (230,153,218)

Color info

#E699DA contains mainly red and blue colors. Web safe color of #E699DA is #CC99CC (or #C9C).

RGB color model

#E699DA color RGB value is (230,153,218).

  • red value is 230;
  • green value is 153;
  • blue value is 218.
RGB:
(230,153,218)
(90%,60%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 153 of 255 = 60%
B 218 of 255 = 85%

230
153
218

R + G + B ~ 78%. #E699DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 153 + 218 = 601 (100%)
R 230 of 601 ~ 38.27%
G 153 of 601 ~ 25.46%
B 218 of 601 ~ 36.27%

%38.27
%25.46
%36.27

CMYK color model

#E699DA color CMYK value is (0,33,5,10).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,33,5,10)
C0M33Y5K10 
(0%,33%,5%,10%)
(0.00/0.33/0.05/0.10)	

CMYK percentages

%0
%33.48
%5.22
%9.8

Codes

Color #E699DA in popluar color models

E699DA
RGB230153218
HSL309°60.63%75.10%
HSB/HSV309°33.48%90.20%
CMYK0.00%33.48%5.22%
9.80%

Color #E699DA in popluar number systems.

HEXE699DA
Decimal230153218
Binary111001101001100111011010
Octal346231332

Shades and tints

Shades of #E699DA

#E699DA
(230,153,218)
#D28CC7
(210,140,199)
#BE7FB4
(190,127,180)
#AA72A1
(170,114,161)
#96658E
(150,101,142)
#82587B
(130,88,123)
#6E4B68
(110,75,104)
#5A3E55
(90,62,85)
#463142
(70,49,66)
#32242F
(50,36,47)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E699DA

#E699DA
(230,153,218)
#E8A2DD
(232,162,221)
#EAABE0
(234,171,224)
#ECB4E3
(236,180,227)
#EEBDE6
(238,189,230)
#F0C6E9
(240,198,233)
#F2CFEC
(242,207,236)
#F4D8EF
(244,216,239)
#F6E1F2
(246,225,242)
#F8EAF5
(248,234,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E699DA color. Also use rgb(230,153,218) instead hex code.

Text Font Color

.myTextColor { color: #E699DA; }

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

This text font color is #E699DA.


Background Color

.myBgColor { background-color: #E699DA; }

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

This div background color is #E699DA.


Border color

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

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

This div border color is #E699DA.


Opacity

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

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

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

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

This text has shadow with #E699DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E699DA on black background.


Color preview on white background

This text has color #E699DA on white background.



Black color preview on #E699DA background

This text has black color on #E699DA background.


White color preview on #E699DA background

This text has white color on #E699DA background.