COLOR #EFA5EB

HEX: #EFA5EB
RGB: (239,165,235)

Renk bilgisi

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

RGB renk modeli

#EFA5EB color RGB value is (239,165,235).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 165 of 255 = 65%
B 235 of 255 = 92%

239
165
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 165 + 235 = 639 (100%)
R 239 of 639 ~ 37.4%
G 165 of 639 ~ 25.82%
B 235 of 639 ~ 36.78%

%37.4
%25.82
%36.78

CMYK RENK MODELİ

#EFA5EB rengi CMYK tonu (0,31,2,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.96%
  • sarı tonu 1.67%
  • ana renk tonu 6.27%
CMYK:
(0,31,2,6)
C0M31Y2K6 
(0%,31%,2%,6%)
(0.00/0.31/0.02/0.06)	

CMYK yüzdeleri

%0
%30.96
%1.67
%6.27

Codes

Color #EFA5EB in popluar color models

EFA5EB
RGB239165235
HSL303°69.81%79.22%
HSB/HSV303°30.96%93.73%
CMYK0.00%30.96%1.67%
6.27%

Color #EFA5EB in popluar number systems.

HEXEFA5EB
Decimal239165235
Binary111011111010010111101011
Octal357245353

Shades and tints

Shades of #EFA5EB

#EFA5EB
(239,165,235)
#DA96D6
(218,150,214)
#C587C1
(197,135,193)
#B078AC
(176,120,172)
#9B6997
(155,105,151)
#865A82
(134,90,130)
#714B6D
(113,75,109)
#5C3C58
(92,60,88)
#472D43
(71,45,67)
#321E2E
(50,30,46)
#1D0F19
(29,15,25)
#000000
(0,0,0)

Tints of #EFA5EB

#EFA5EB
(239,165,235)
#F0ADEC
(240,173,236)
#F1B5ED
(241,181,237)
#F2BDEE
(242,189,238)
#F3C5EF
(243,197,239)
#F4CDF0
(244,205,240)
#F5D5F1
(245,213,241)
#F6DDF2
(246,221,242)
#F7E5F3
(247,229,243)
#F8EDF4
(248,237,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA5EB; }

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

This text font color is #EFA5EB.


Background Color

.myBgColor { background-color: #EFA5EB; }

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

This div background color is #EFA5EB.


Border color

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

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

This div border color is #EFA5EB.


Opacity

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

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

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

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

This text has shadow with #EFA5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA5EB on black background.


Color preview on white background

This text has color #EFA5EB on white background.



Black color preview on #EFA5EB background

This text has black color on #EFA5EB background.


White color preview on #EFA5EB background

This text has white color on #EFA5EB background.