COLOR #E3ADD2

HEX: #E3ADD2
RGB: (227,173,210)

Renk bilgisi

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

RGB renk modeli

#E3ADD2 color RGB value is (227,173,210).

  • kırmız ton 227;
  • yeşil ton 173;
  • mavi ton 210.
RGB:
(227,173,210)
(89%,68%,82%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 173 of 255 = 68%
B 210 of 255 = 82%

227
173
210

R + G + B ~ 80%. #E3ADD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 173 + 210 = 610 (100%)
R 227 of 610 ~ 37.21%
G 173 of 610 ~ 28.36%
B 210 of 610 ~ 34.43%

%37.21
%28.36
%34.43

CMYK RENK MODELİ

#E3ADD2 rengi CMYK tonu (0,24,7,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.79%
  • sarı tonu 7.49%
  • ana renk tonu 10.98%
CMYK:
(0,24,7,11)
C0M24Y7K11 
(0%,24%,7%,11%)
(0.00/0.24/0.07/0.11)	

CMYK yüzdeleri

%0
%23.79
%7.49
%10.98

Codes

Color #E3ADD2 in popluar color models

E3ADD2
RGB227173210
HSL319°49.09%78.43%
HSB/HSV319°23.79%89.02%
CMYK0.00%23.79%7.49%
10.98%

Color #E3ADD2 in popluar number systems.

HEXE3ADD2
Decimal227173210
Binary111000111010110111010010
Octal343255322

Shades and tints

Shades of #E3ADD2

#E3ADD2
(227,173,210)
#CF9EBF
(207,158,191)
#BB8FAC
(187,143,172)
#A78099
(167,128,153)
#937186
(147,113,134)
#7F6273
(127,98,115)
#6B5360
(107,83,96)
#57444D
(87,68,77)
#43353A
(67,53,58)
#2F2627
(47,38,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3ADD2

#E3ADD2
(227,173,210)
#E5B4D6
(229,180,214)
#E7BBDA
(231,187,218)
#E9C2DE
(233,194,222)
#EBC9E2
(235,201,226)
#EDD0E6
(237,208,230)
#EFD7EA
(239,215,234)
#F1DEEE
(241,222,238)
#F3E5F2
(243,229,242)
#F5ECF6
(245,236,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ADD2 color. Also use rgb(227,173,210) instead hex code.

Text Font Color

.myTextColor { color: #E3ADD2; }

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

This text font color is #E3ADD2.


Background Color

.myBgColor { background-color: #E3ADD2; }

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

This div background color is #E3ADD2.


Border color

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

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

This div border color is #E3ADD2.


Opacity

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

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

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

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

This text has shadow with #E3ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ADD2 on black background.


Color preview on white background

This text has color #E3ADD2 on white background.



Black color preview on #E3ADD2 background

This text has black color on #E3ADD2 background.


White color preview on #E3ADD2 background

This text has white color on #E3ADD2 background.