COLOR #E8ADD1

HEX: #E8ADD1
RGB: (232,173,209)

Renk bilgisi

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

RGB renk modeli

#E8ADD1 color RGB value is (232,173,209).

  • kırmız ton 232;
  • yeşil ton 173;
  • mavi ton 209.
RGB:
(232,173,209)
(91%,68%,82%)

RGB bağlantıları ve doygunluk

R 232 of 255 = 91%
G 173 of 255 = 68%
B 209 of 255 = 82%

232
173
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
232 + 173 + 209 = 614 (100%)
R 232 of 614 ~ 37.79%
G 173 of 614 ~ 28.18%
B 209 of 614 ~ 34.04%

%37.79
%28.18
%34.04

CMYK RENK MODELİ

#E8ADD1 rengi CMYK tonu (0,25,10,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.43%
  • sarı tonu 9.91%
  • ana renk tonu 9.02%
CMYK:
(0,25,10,9)
C0M25Y10K9 
(0%,25%,10%,9%)
(0.00/0.25/0.10/0.09)	

CMYK yüzdeleri

%0
%25.43
%9.91
%9.02

Codes

Color #E8ADD1 in popluar color models

E8ADD1
RGB232173209
HSL323°56.19%79.41%
HSB/HSV323°25.43%90.98%
CMYK0.00%25.43%9.91%
9.02%

Color #E8ADD1 in popluar number systems.

HEXE8ADD1
Decimal232173209
Binary111010001010110111010001
Octal350255321

Shades and tints

Shades of #E8ADD1

#E8ADD1
(232,173,209)
#D39EBE
(211,158,190)
#BE8FAB
(190,143,171)
#A98098
(169,128,152)
#947185
(148,113,133)
#7F6272
(127,98,114)
#6A535F
(106,83,95)
#55444C
(85,68,76)
#403539
(64,53,57)
#2B2626
(43,38,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #E8ADD1

#E8ADD1
(232,173,209)
#EAB4D5
(234,180,213)
#ECBBD9
(236,187,217)
#EEC2DD
(238,194,221)
#F0C9E1
(240,201,225)
#F2D0E5
(242,208,229)
#F4D7E9
(244,215,233)
#F6DEED
(246,222,237)
#F8E5F1
(248,229,241)
#FAECF5
(250,236,245)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ADD1 color. Also use rgb(232,173,209) instead hex code.

Text Font Color

.myTextColor { color: #E8ADD1; }

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

This text font color is #E8ADD1.


Background Color

.myBgColor { background-color: #E8ADD1; }

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

This div background color is #E8ADD1.


Border color

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

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

This div border color is #E8ADD1.


Opacity

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

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

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

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

This text has shadow with #E8ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ADD1 on black background.


Color preview on white background

This text has color #E8ADD1 on white background.



Black color preview on #E8ADD1 background

This text has black color on #E8ADD1 background.


White color preview on #E8ADD1 background

This text has white color on #E8ADD1 background.