COLOR #E3ADDC

HEX: #E3ADDC
RGB: (227,173,220)

Renk bilgisi

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

RGB renk modeli

#E3ADDC color RGB value is (227,173,220).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 173 of 255 = 68%
B 220 of 255 = 86%

227
173
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 173 + 220 = 620 (100%)
R 227 of 620 ~ 36.61%
G 173 of 620 ~ 27.9%
B 220 of 620 ~ 35.48%

%36.61
%27.9
%35.48

CMYK RENK MODELİ

#E3ADDC rengi CMYK tonu (0,24,3,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.79%
  • sarı tonu 3.08%
  • ana renk tonu 10.98%
CMYK:
(0,24,3,11)
C0M24Y3K11 
(0%,24%,3%,11%)
(0.00/0.24/0.03/0.11)	

CMYK yüzdeleri

%0
%23.79
%3.08
%10.98

Codes

Color #E3ADDC in popluar color models

E3ADDC
RGB227173220
HSL308°49.09%78.43%
HSB/HSV308°23.79%89.02%
CMYK0.00%23.79%3.08%
10.98%

Color #E3ADDC in popluar number systems.

HEXE3ADDC
Decimal227173220
Binary111000111010110111011100
Octal343255334

Shades and tints

Shades of #E3ADDC

#E3ADDC
(227,173,220)
#CF9EC8
(207,158,200)
#BB8FB4
(187,143,180)
#A780A0
(167,128,160)
#93718C
(147,113,140)
#7F6278
(127,98,120)
#6B5364
(107,83,100)
#574450
(87,68,80)
#43353C
(67,53,60)
#2F2628
(47,38,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3ADDC

#E3ADDC
(227,173,220)
#E5B4DF
(229,180,223)
#E7BBE2
(231,187,226)
#E9C2E5
(233,194,229)
#EBC9E8
(235,201,232)
#EDD0EB
(237,208,235)
#EFD7EE
(239,215,238)
#F1DEF1
(241,222,241)
#F3E5F4
(243,229,244)
#F5ECF7
(245,236,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ADDC; }

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

This text font color is #E3ADDC.


Background Color

.myBgColor { background-color: #E3ADDC; }

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

This div background color is #E3ADDC.


Border color

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

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

This div border color is #E3ADDC.


Opacity

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

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

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

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

This text has shadow with #E3ADDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ADDC on black background.


Color preview on white background

This text has color #E3ADDC on white background.



Black color preview on #E3ADDC background

This text has black color on #E3ADDC background.


White color preview on #E3ADDC background

This text has white color on #E3ADDC background.