COLOR #E6ADFA

HEX: #E6ADFA
RGB: (230,173,250)

Renk bilgisi

#E6ADFA contains mainly red and blue colors. #E6ADFA ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#E6ADFA color RGB value is (230,173,250).

  • kırmız ton 230;
  • yeşil ton 173;
  • mavi ton 250.
RGB:
(230,173,250)
(90%,68%,98%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 173 of 255 = 68%
B 250 of 255 = 98%

230
173
250

R + G + B ~ 85%. #E6ADFA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 173 + 250 = 653 (100%)
R 230 of 653 ~ 35.22%
G 173 of 653 ~ 26.49%
B 250 of 653 ~ 38.28%

%35.22
%26.49
%38.28

CMYK RENK MODELİ

#E6ADFA rengi CMYK tonu (8,31,0,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 30.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(8,31,0,2)
C8M31Y0K2 
(8%,31%,0%,2%)
(0.08/0.31/0.00/0.02)	

CMYK yüzdeleri

%8
%30.8
%0
%1.96

Codes

Color #E6ADFA in popluar color models

E6ADFA
RGB230173250
HSL284°88.51%82.94%
HSB/HSV284°30.80%98.04%
CMYK8.00%30.80%0.00%
1.96%

Color #E6ADFA in popluar number systems.

HEXE6ADFA
Decimal230173250
Binary111001101010110111111010
Octal346255372

Shades and tints

Shades of #E6ADFA

#E6ADFA
(230,173,250)
#D29EE4
(210,158,228)
#BE8FCE
(190,143,206)
#AA80B8
(170,128,184)
#9671A2
(150,113,162)
#82628C
(130,98,140)
#6E5376
(110,83,118)
#5A4460
(90,68,96)
#46354A
(70,53,74)
#322634
(50,38,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

Tints of #E6ADFA

#E6ADFA
(230,173,250)
#E8B4FA
(232,180,250)
#EABBFA
(234,187,250)
#ECC2FA
(236,194,250)
#EEC9FA
(238,201,250)
#F0D0FA
(240,208,250)
#F2D7FA
(242,215,250)
#F4DEFA
(244,222,250)
#F6E5FA
(246,229,250)
#F8ECFA
(248,236,250)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ADFA color. Also use rgb(230,173,250) instead hex code.

Text Font Color

.myTextColor { color: #E6ADFA; }

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

This text font color is #E6ADFA.


Background Color

.myBgColor { background-color: #E6ADFA; }

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

This div background color is #E6ADFA.


Border color

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

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

This div border color is #E6ADFA.


Opacity

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

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

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

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

This text has shadow with #E6ADFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ADFA on black background.


Color preview on white background

This text has color #E6ADFA on white background.



Black color preview on #E6ADFA background

This text has black color on #E6ADFA background.


White color preview on #E6ADFA background

This text has white color on #E6ADFA background.