COLOR #EFA5F1

HEX: #EFA5F1
RGB: (239,165,241)

Renk bilgisi

#EFA5F1 contains mainly red and blue colors. #EFA5F1 ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#EFA5F1 color RGB value is (239,165,241).

  • kırmız ton 239;
  • yeşil ton 165;
  • mavi ton 241.
RGB:
(239,165,241)
(94%,65%,95%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 165 of 255 = 65%
B 241 of 255 = 95%

239
165
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 165 + 241 = 645 (100%)
R 239 of 645 ~ 37.05%
G 165 of 645 ~ 25.58%
B 241 of 645 ~ 37.36%

%37.05
%25.58
%37.36

CMYK RENK MODELİ

#EFA5F1 rengi CMYK tonu (1,32,0,5).

  • camgöbeği tonu 0.83%
  • eflatun tonu 31.54%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(1,32,0,5)
C1M32Y0K5 
(1%,32%,0%,5%)
(0.01/0.32/0.00/0.05)	

CMYK yüzdeleri

%0.83
%31.54
%0
%5.49

Codes

Color #EFA5F1 in popluar color models

EFA5F1
RGB239165241
HSL298°73.08%79.61%
HSB/HSV298°31.54%94.51%
CMYK0.83%31.54%0.00%
5.49%

Color #EFA5F1 in popluar number systems.

HEXEFA5F1
Decimal239165241
Binary111011111010010111110001
Octal357245361

Shades and tints

Shades of #EFA5F1

#EFA5F1
(239,165,241)
#DA96DC
(218,150,220)
#C587C7
(197,135,199)
#B078B2
(176,120,178)
#9B699D
(155,105,157)
#865A88
(134,90,136)
#714B73
(113,75,115)
#5C3C5E
(92,60,94)
#472D49
(71,45,73)
#321E34
(50,30,52)
#1D0F1F
(29,15,31)
#000000
(0,0,0)

Tints of #EFA5F1

#EFA5F1
(239,165,241)
#F0ADF2
(240,173,242)
#F1B5F3
(241,181,243)
#F2BDF4
(242,189,244)
#F3C5F5
(243,197,245)
#F4CDF6
(244,205,246)
#F5D5F7
(245,213,247)
#F6DDF8
(246,221,248)
#F7E5F9
(247,229,249)
#F8EDFA
(248,237,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA5F1 color. Also use rgb(239,165,241) instead hex code.

Text Font Color

.myTextColor { color: #EFA5F1; }

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

This text font color is #EFA5F1.


Background Color

.myBgColor { background-color: #EFA5F1; }

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

This div background color is #EFA5F1.


Border color

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

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

This div border color is #EFA5F1.


Opacity

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

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

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

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

This text has shadow with #EFA5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA5F1 on black background.


Color preview on white background

This text has color #EFA5F1 on white background.



Black color preview on #EFA5F1 background

This text has black color on #EFA5F1 background.


White color preview on #EFA5F1 background

This text has white color on #EFA5F1 background.