COLOR #E0ACE6

HEX: #E0ACE6
RGB: (224,172,230)

Renk bilgisi

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

RGB renk modeli

#E0ACE6 color RGB value is (224,172,230).

  • kırmız ton 224;
  • yeşil ton 172;
  • mavi ton 230.
RGB:
(224,172,230)
(88%,67%,90%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 172 of 255 = 67%
B 230 of 255 = 90%

224
172
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 172 + 230 = 626 (100%)
R 224 of 626 ~ 35.78%
G 172 of 626 ~ 27.48%
B 230 of 626 ~ 36.74%

%35.78
%27.48
%36.74

CMYK RENK MODELİ

#E0ACE6 rengi CMYK tonu (3,25,0,10).

  • camgöbeği tonu 2.61%
  • eflatun tonu 25.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(3,25,0,10)
C3M25Y0K10 
(3%,25%,0%,10%)
(0.03/0.25/0.00/0.10)	

CMYK yüzdeleri

%2.61
%25.22
%0
%9.8

Codes

Color #E0ACE6 in popluar color models

E0ACE6
RGB224172230
HSL294°53.70%78.82%
HSB/HSV294°25.22%90.20%
CMYK2.61%25.22%0.00%
9.80%

Color #E0ACE6 in popluar number systems.

HEXE0ACE6
Decimal224172230
Binary111000001010110011100110
Octal340254346

Shades and tints

Shades of #E0ACE6

#E0ACE6
(224,172,230)
#CC9DD2
(204,157,210)
#B88EBE
(184,142,190)
#A47FAA
(164,127,170)
#907096
(144,112,150)
#7C6182
(124,97,130)
#68526E
(104,82,110)
#54435A
(84,67,90)
#403446
(64,52,70)
#2C2532
(44,37,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #E0ACE6

#E0ACE6
(224,172,230)
#E2B3E8
(226,179,232)
#E4BAEA
(228,186,234)
#E6C1EC
(230,193,236)
#E8C8EE
(232,200,238)
#EACFF0
(234,207,240)
#ECD6F2
(236,214,242)
#EEDDF4
(238,221,244)
#F0E4F6
(240,228,246)
#F2EBF8
(242,235,248)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ACE6 color. Also use rgb(224,172,230) instead hex code.

Text Font Color

.myTextColor { color: #E0ACE6; }

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

This text font color is #E0ACE6.


Background Color

.myBgColor { background-color: #E0ACE6; }

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

This div background color is #E0ACE6.


Border color

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

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

This div border color is #E0ACE6.


Opacity

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

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

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

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

This text has shadow with #E0ACE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACE6 on black background.


Color preview on white background

This text has color #E0ACE6 on white background.



Black color preview on #E0ACE6 background

This text has black color on #E0ACE6 background.


White color preview on #E0ACE6 background

This text has white color on #E0ACE6 background.