COLOR #E5AADC

HEX: #E5AADC
RGB: (229,170,220)

Renk bilgisi

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

RGB renk modeli

#E5AADC color RGB value is (229,170,220).

  • kırmız ton 229;
  • yeşil ton 170;
  • mavi ton 220.
RGB:
(229,170,220)
(90%,67%,86%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 170 of 255 = 67%
B 220 of 255 = 86%

229
170
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 170 + 220 = 619 (100%)
R 229 of 619 ~ 37%
G 170 of 619 ~ 27.46%
B 220 of 619 ~ 35.54%

%37
%27.46
%35.54

CMYK RENK MODELİ

#E5AADC rengi CMYK tonu (0,26,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.76%
  • sarı tonu 3.93%
  • ana renk tonu 10.20%
CMYK:
(0,26,4,10)
C0M26Y4K10 
(0%,26%,4%,10%)
(0.00/0.26/0.04/0.10)	

CMYK yüzdeleri

%0
%25.76
%3.93
%10.2

Codes

Color #E5AADC in popluar color models

E5AADC
RGB229170220
HSL309°53.15%78.24%
HSB/HSV309°25.76%89.80%
CMYK0.00%25.76%3.93%
10.20%

Color #E5AADC in popluar number systems.

HEXE5AADC
Decimal229170220
Binary111001011010101011011100
Octal345252334

Shades and tints

Shades of #E5AADC

#E5AADC
(229,170,220)
#D19BC8
(209,155,200)
#BD8CB4
(189,140,180)
#A97DA0
(169,125,160)
#956E8C
(149,110,140)
#815F78
(129,95,120)
#6D5064
(109,80,100)
#594150
(89,65,80)
#45323C
(69,50,60)
#312328
(49,35,40)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5AADC

#E5AADC
(229,170,220)
#E7B1DF
(231,177,223)
#E9B8E2
(233,184,226)
#EBBFE5
(235,191,229)
#EDC6E8
(237,198,232)
#EFCDEB
(239,205,235)
#F1D4EE
(241,212,238)
#F3DBF1
(243,219,241)
#F5E2F4
(245,226,244)
#F7E9F7
(247,233,247)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AADC color. Also use rgb(229,170,220) instead hex code.

Text Font Color

.myTextColor { color: #E5AADC; }

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

This text font color is #E5AADC.


Background Color

.myBgColor { background-color: #E5AADC; }

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

This div background color is #E5AADC.


Border color

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

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

This div border color is #E5AADC.


Opacity

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

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

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

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

This text has shadow with #E5AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AADC on black background.


Color preview on white background

This text has color #E5AADC on white background.



Black color preview on #E5AADC background

This text has black color on #E5AADC background.


White color preview on #E5AADC background

This text has white color on #E5AADC background.