COLOR #E4AFDC

HEX: #E4AFDC
RGB: (228,175,220)

Renk bilgisi

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

RGB renk modeli

#E4AFDC color RGB value is (228,175,220).

  • kırmız ton 228;
  • yeşil ton 175;
  • mavi ton 220.
RGB:
(228,175,220)
(89%,69%,86%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 175 of 255 = 69%
B 220 of 255 = 86%

228
175
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 175 + 220 = 623 (100%)
R 228 of 623 ~ 36.6%
G 175 of 623 ~ 28.09%
B 220 of 623 ~ 35.31%

%36.6
%28.09
%35.31

CMYK RENK MODELİ

#E4AFDC rengi CMYK tonu (0,23,4,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.25%
  • sarı tonu 3.51%
  • ana renk tonu 10.59%
CMYK:
(0,23,4,11)
C0M23Y4K11 
(0%,23%,4%,11%)
(0.00/0.23/0.04/0.11)	

CMYK yüzdeleri

%0
%23.25
%3.51
%10.59

Codes

Color #E4AFDC in popluar color models

E4AFDC
RGB228175220
HSL309°49.53%79.02%
HSB/HSV309°23.25%89.41%
CMYK0.00%23.25%3.51%
10.59%

Color #E4AFDC in popluar number systems.

HEXE4AFDC
Decimal228175220
Binary111001001010111111011100
Octal344257334

Shades and tints

Shades of #E4AFDC

#E4AFDC
(228,175,220)
#D0A0C8
(208,160,200)
#BC91B4
(188,145,180)
#A882A0
(168,130,160)
#94738C
(148,115,140)
#806478
(128,100,120)
#6C5564
(108,85,100)
#584650
(88,70,80)
#44373C
(68,55,60)
#302828
(48,40,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #E4AFDC

#E4AFDC
(228,175,220)
#E6B6DF
(230,182,223)
#E8BDE2
(232,189,226)
#EAC4E5
(234,196,229)
#ECCBE8
(236,203,232)
#EED2EB
(238,210,235)
#F0D9EE
(240,217,238)
#F2E0F1
(242,224,241)
#F4E7F4
(244,231,244)
#F6EEF7
(246,238,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AFDC color. Also use rgb(228,175,220) instead hex code.

Text Font Color

.myTextColor { color: #E4AFDC; }

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

This text font color is #E4AFDC.


Background Color

.myBgColor { background-color: #E4AFDC; }

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

This div background color is #E4AFDC.


Border color

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

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

This div border color is #E4AFDC.


Opacity

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

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

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

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

This text has shadow with #E4AFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AFDC on black background.


Color preview on white background

This text has color #E4AFDC on white background.



Black color preview on #E4AFDC background

This text has black color on #E4AFDC background.


White color preview on #E4AFDC background

This text has white color on #E4AFDC background.