COLOR #E9AED6

HEX: #E9AED6
RGB: (233,174,214)

Renk bilgisi

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

RGB renk modeli

#E9AED6 color RGB value is (233,174,214).

  • kırmız ton 233;
  • yeşil ton 174;
  • mavi ton 214.
RGB:
(233,174,214)
(91%,68%,84%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 174 of 255 = 68%
B 214 of 255 = 84%

233
174
214

R + G + B ~ 81%. #E9AED6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 174 + 214 = 621 (100%)
R 233 of 621 ~ 37.52%
G 174 of 621 ~ 28.02%
B 214 of 621 ~ 34.46%

%37.52
%28.02
%34.46

CMYK RENK MODELİ

#E9AED6 rengi CMYK tonu (0,25,8,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.32%
  • sarı tonu 8.15%
  • ana renk tonu 8.63%
CMYK:
(0,25,8,9)
C0M25Y8K9 
(0%,25%,8%,9%)
(0.00/0.25/0.08/0.09)	

CMYK yüzdeleri

%0
%25.32
%8.15
%8.63

Codes

Color #E9AED6 in popluar color models

E9AED6
RGB233174214
HSL319°57.28%79.80%
HSB/HSV319°25.32%91.37%
CMYK0.00%25.32%8.15%
8.63%

Color #E9AED6 in popluar number systems.

HEXE9AED6
Decimal233174214
Binary111010011010111011010110
Octal351256326

Shades and tints

Shades of #E9AED6

#E9AED6
(233,174,214)
#D49FC3
(212,159,195)
#BF90B0
(191,144,176)
#AA819D
(170,129,157)
#95728A
(149,114,138)
#806377
(128,99,119)
#6B5464
(107,84,100)
#564551
(86,69,81)
#41363E
(65,54,62)
#2C272B
(44,39,43)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9AED6

#E9AED6
(233,174,214)
#EBB5D9
(235,181,217)
#EDBCDC
(237,188,220)
#EFC3DF
(239,195,223)
#F1CAE2
(241,202,226)
#F3D1E5
(243,209,229)
#F5D8E8
(245,216,232)
#F7DFEB
(247,223,235)
#F9E6EE
(249,230,238)
#FBEDF1
(251,237,241)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AED6 color. Also use rgb(233,174,214) instead hex code.

Text Font Color

.myTextColor { color: #E9AED6; }

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

This text font color is #E9AED6.


Background Color

.myBgColor { background-color: #E9AED6; }

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

This div background color is #E9AED6.


Border color

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

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

This div border color is #E9AED6.


Opacity

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

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

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

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

This text has shadow with #E9AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AED6 on black background.


Color preview on white background

This text has color #E9AED6 on white background.



Black color preview on #E9AED6 background

This text has black color on #E9AED6 background.


White color preview on #E9AED6 background

This text has white color on #E9AED6 background.