COLOR #E4ADE0

HEX: #E4ADE0
RGB: (228,173,224)

Renk bilgisi

#E4ADE0 contains red, green and blue colors in about the same proportion. #E4ADE0 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E4ADE0 color RGB value is (228,173,224).

  • kırmız ton 228;
  • yeşil ton 173;
  • mavi ton 224.
RGB:
(228,173,224)
(89%,68%,88%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 173 of 255 = 68%
B 224 of 255 = 88%

228
173
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 173 + 224 = 625 (100%)
R 228 of 625 ~ 36.48%
G 173 of 625 ~ 27.68%
B 224 of 625 ~ 35.84%

%36.48
%27.68
%35.84

CMYK RENK MODELİ

#E4ADE0 rengi CMYK tonu (0,24,2,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.12%
  • sarı tonu 1.75%
  • ana renk tonu 10.59%
CMYK:
(0,24,2,11)
C0M24Y2K11 
(0%,24%,2%,11%)
(0.00/0.24/0.02/0.11)	

CMYK yüzdeleri

%0
%24.12
%1.75
%10.59

Codes

Color #E4ADE0 in popluar color models

E4ADE0
RGB228173224
HSL304°50.46%78.63%
HSB/HSV304°24.12%89.41%
CMYK0.00%24.12%1.75%
10.59%

Color #E4ADE0 in popluar number systems.

HEXE4ADE0
Decimal228173224
Binary111001001010110111100000
Octal344255340

Shades and tints

Shades of #E4ADE0

#E4ADE0
(228,173,224)
#D09ECC
(208,158,204)
#BC8FB8
(188,143,184)
#A880A4
(168,128,164)
#947190
(148,113,144)
#80627C
(128,98,124)
#6C5368
(108,83,104)
#584454
(88,68,84)
#443540
(68,53,64)
#30262C
(48,38,44)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #E4ADE0

#E4ADE0
(228,173,224)
#E6B4E2
(230,180,226)
#E8BBE4
(232,187,228)
#EAC2E6
(234,194,230)
#ECC9E8
(236,201,232)
#EED0EA
(238,208,234)
#F0D7EC
(240,215,236)
#F2DEEE
(242,222,238)
#F4E5F0
(244,229,240)
#F6ECF2
(246,236,242)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ADE0 color. Also use rgb(228,173,224) instead hex code.

Text Font Color

.myTextColor { color: #E4ADE0; }

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

This text font color is #E4ADE0.


Background Color

.myBgColor { background-color: #E4ADE0; }

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

This div background color is #E4ADE0.


Border color

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

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

This div border color is #E4ADE0.


Opacity

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

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

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

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

This text has shadow with #E4ADE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ADE0 on black background.


Color preview on white background

This text has color #E4ADE0 on white background.



Black color preview on #E4ADE0 background

This text has black color on #E4ADE0 background.


White color preview on #E4ADE0 background

This text has white color on #E4ADE0 background.