COLOR #E67DD7

HEX: #E67DD7
RGB: (230,125,215)

Color info

#E67DD7 contains mainly red and blue colors. Web safe color of #E67DD7 is #CC66CC (or #C6C).

RGB color model

#E67DD7 color RGB value is (230,125,215).

  • red value is 230;
  • green value is 125;
  • blue value is 215.
RGB:
(230,125,215)
(90%,49%,84%)

RGB channels and saturation

R 230 of 255 = 90%
G 125 of 255 = 49%
B 215 of 255 = 84%

230
125
215

R + G + B ~ 74%. #E67DD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 125 + 215 = 570 (100%)
R 230 of 570 ~ 40.35%
G 125 of 570 ~ 21.93%
B 215 of 570 ~ 37.72%

%40.35
%21.93
%37.72

CMYK color model

#E67DD7 color CMYK value is (0,46,7,10).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(0,46,7,10)
C0M46Y7K10 
(0%,46%,7%,10%)
(0.00/0.46/0.07/0.10)	

CMYK percentages

%0
%45.65
%6.52
%9.8

Codes

Color #E67DD7 in popluar color models

E67DD7
RGB230125215
HSL309°67.74%69.61%
HSB/HSV309°45.65%90.20%
CMYK0.00%45.65%6.52%
9.80%

Color #E67DD7 in popluar number systems.

HEXE67DD7
Decimal230125215
Binary11100110111110111010111
Octal346175327

Shades and tints

Shades of #E67DD7

#E67DD7
(230,125,215)
#D272C4
(210,114,196)
#BE67B1
(190,103,177)
#AA5C9E
(170,92,158)
#96518B
(150,81,139)
#824678
(130,70,120)
#6E3B65
(110,59,101)
#5A3052
(90,48,82)
#46253F
(70,37,63)
#321A2C
(50,26,44)
#1E0F19
(30,15,25)
#000000
(0,0,0)

Tints of #E67DD7

#E67DD7
(230,125,215)
#E888DA
(232,136,218)
#EA93DD
(234,147,221)
#EC9EE0
(236,158,224)
#EEA9E3
(238,169,227)
#F0B4E6
(240,180,230)
#F2BFE9
(242,191,233)
#F4CAEC
(244,202,236)
#F6D5EF
(246,213,239)
#F8E0F2
(248,224,242)
#FAEBF5
(250,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67DD7 color. Also use rgb(230,125,215) instead hex code.

Text Font Color

.myTextColor { color: #E67DD7; }

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

This text font color is #E67DD7.


Background Color

.myBgColor { background-color: #E67DD7; }

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

This div background color is #E67DD7.


Border color

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

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

This div border color is #E67DD7.


Opacity

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

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

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

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

This text has shadow with #E67DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67DD7 on black background.


Color preview on white background

This text has color #E67DD7 on white background.



Black color preview on #E67DD7 background

This text has black color on #E67DD7 background.


White color preview on #E67DD7 background

This text has white color on #E67DD7 background.