COLOR #DE7EA3

HEX: #DE7EA3
RGB: (222,126,163)

Color info

#DE7EA3 contains mainly red and blue colors. Web safe color of #DE7EA3 is #CC6699 (or #C69).

RGB color model

#DE7EA3 color RGB value is (222,126,163).

  • red value is 222;
  • green value is 126;
  • blue value is 163.
RGB:
(222,126,163)
(87%,49%,64%)

RGB channels and saturation

R 222 of 255 = 87%
G 126 of 255 = 49%
B 163 of 255 = 64%

222
126
163

R + G + B ~ 67%. #DE7EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 126 + 163 = 511 (100%)
R 222 of 511 ~ 43.44%
G 126 of 511 ~ 24.66%
B 163 of 511 ~ 31.9%

%43.44
%24.66
%31.9

CMYK color model

#DE7EA3 color CMYK value is (0,43,27,13).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 26.58%
  • key color value is 12.94%
CMYK:
(0,43,27,13)
C0M43Y27K13 
(0%,43%,27%,13%)
(0.00/0.43/0.27/0.13)	

CMYK percentages

%0
%43.24
%26.58
%12.94

Codes

Color #DE7EA3 in popluar color models

DE7EA3
RGB222126163
HSL337°59.26%68.24%
HSB/HSV337°43.24%87.06%
CMYK0.00%43.24%26.58%
12.94%

Color #DE7EA3 in popluar number systems.

HEXDE7EA3
Decimal222126163
Binary11011110111111010100011
Octal336176243

Shades and tints

Shades of #DE7EA3

#DE7EA3
(222,126,163)
#CA7395
(202,115,149)
#B66887
(182,104,135)
#A25D79
(162,93,121)
#8E526B
(142,82,107)
#7A475D
(122,71,93)
#663C4F
(102,60,79)
#523141
(82,49,65)
#3E2633
(62,38,51)
#2A1B25
(42,27,37)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #DE7EA3

#DE7EA3
(222,126,163)
#E189AB
(225,137,171)
#E494B3
(228,148,179)
#E79FBB
(231,159,187)
#EAAAC3
(234,170,195)
#EDB5CB
(237,181,203)
#F0C0D3
(240,192,211)
#F3CBDB
(243,203,219)
#F6D6E3
(246,214,227)
#F9E1EB
(249,225,235)
#FCECF3
(252,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7EA3 color. Also use rgb(222,126,163) instead hex code.

Text Font Color

.myTextColor { color: #DE7EA3; }

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

This text font color is #DE7EA3.


Background Color

.myBgColor { background-color: #DE7EA3; }

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

This div background color is #DE7EA3.


Border color

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

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

This div border color is #DE7EA3.


Opacity

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

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

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

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

This text has shadow with #DE7EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7EA3 on black background.


Color preview on white background

This text has color #DE7EA3 on white background.



Black color preview on #DE7EA3 background

This text has black color on #DE7EA3 background.


White color preview on #DE7EA3 background

This text has white color on #DE7EA3 background.