COLOR #E6ABF1

HEX: #E6ABF1
RGB: (230,171,241)

Renk bilgisi

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

RGB renk modeli

#E6ABF1 color RGB value is (230,171,241).

  • kırmız ton 230;
  • yeşil ton 171;
  • mavi ton 241.
RGB:
(230,171,241)
(90%,67%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 171 of 255 = 67%
B 241 of 255 = 95%

230
171
241

R + G + B ~ 84%. #E6ABF1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 171 + 241 = 642 (100%)
R 230 of 642 ~ 35.83%
G 171 of 642 ~ 26.64%
B 241 of 642 ~ 37.54%

%35.83
%26.64
%37.54

CMYK RENK MODELİ

#E6ABF1 rengi CMYK tonu (5,29,0,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 29.05%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,29,0,5)
C5M29Y0K5 
(5%,29%,0%,5%)
(0.05/0.29/0.00/0.05)	

CMYK yüzdeleri

%4.56
%29.05
%0
%5.49

Codes

Color #E6ABF1 in popluar color models

E6ABF1
RGB230171241
HSL291°71.43%80.78%
HSB/HSV291°29.05%94.51%
CMYK4.56%29.05%0.00%
5.49%

Color #E6ABF1 in popluar number systems.

HEXE6ABF1
Decimal230171241
Binary111001101010101111110001
Octal346253361

Shades and tints

Shades of #E6ABF1

#E6ABF1
(230,171,241)
#D29CDC
(210,156,220)
#BE8DC7
(190,141,199)
#AA7EB2
(170,126,178)
#966F9D
(150,111,157)
#826088
(130,96,136)
#6E5173
(110,81,115)
#5A425E
(90,66,94)
#463349
(70,51,73)
#322434
(50,36,52)
#1E151F
(30,21,31)
#000000
(0,0,0)

Tints of #E6ABF1

#E6ABF1
(230,171,241)
#E8B2F2
(232,178,242)
#EAB9F3
(234,185,243)
#ECC0F4
(236,192,244)
#EEC7F5
(238,199,245)
#F0CEF6
(240,206,246)
#F2D5F7
(242,213,247)
#F4DCF8
(244,220,248)
#F6E3F9
(246,227,249)
#F8EAFA
(248,234,250)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ABF1 color. Also use rgb(230,171,241) instead hex code.

Text Font Color

.myTextColor { color: #E6ABF1; }

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

This text font color is #E6ABF1.


Background Color

.myBgColor { background-color: #E6ABF1; }

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

This div background color is #E6ABF1.


Border color

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

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

This div border color is #E6ABF1.


Opacity

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

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

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

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

This text has shadow with #E6ABF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ABF1 on black background.


Color preview on white background

This text has color #E6ABF1 on white background.



Black color preview on #E6ABF1 background

This text has black color on #E6ABF1 background.


White color preview on #E6ABF1 background

This text has white color on #E6ABF1 background.