COLOR #EFB5FA

HEX: #EFB5FA
RGB: (239,181,250)

Renk bilgisi

#EFB5FA contains mainly red and blue colors. #EFB5FA ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#EFB5FA color RGB value is (239,181,250).

  • kırmız ton 239;
  • yeşil ton 181;
  • mavi ton 250.
RGB:
(239,181,250)
(94%,71%,98%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 181 of 255 = 71%
B 250 of 255 = 98%

239
181
250

R + G + B ~ 88%. #EFB5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 181 + 250 = 670 (100%)
R 239 of 670 ~ 35.67%
G 181 of 670 ~ 27.01%
B 250 of 670 ~ 37.31%

%35.67
%27.01
%37.31

CMYK RENK MODELİ

#EFB5FA rengi CMYK tonu (4,28,0,2).

  • camgöbeği tonu 4.40%
  • eflatun tonu 27.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(4,28,0,2)
C4M28Y0K2 
(4%,28%,0%,2%)
(0.04/0.28/0.00/0.02)	

CMYK yüzdeleri

%4.4
%27.6
%0
%1.96

Codes

Color #EFB5FA in popluar color models

EFB5FA
RGB239181250
HSL290°87.34%84.51%
HSB/HSV290°27.60%98.04%
CMYK4.40%27.60%0.00%
1.96%

Color #EFB5FA in popluar number systems.

HEXEFB5FA
Decimal239181250
Binary111011111011010111111010
Octal357265372

Shades and tints

Shades of #EFB5FA

#EFB5FA
(239,181,250)
#DAA5E4
(218,165,228)
#C595CE
(197,149,206)
#B085B8
(176,133,184)
#9B75A2
(155,117,162)
#86658C
(134,101,140)
#715576
(113,85,118)
#5C4560
(92,69,96)
#47354A
(71,53,74)
#322534
(50,37,52)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #EFB5FA

#EFB5FA
(239,181,250)
#F0BBFA
(240,187,250)
#F1C1FA
(241,193,250)
#F2C7FA
(242,199,250)
#F3CDFA
(243,205,250)
#F4D3FA
(244,211,250)
#F5D9FA
(245,217,250)
#F6DFFA
(246,223,250)
#F7E5FA
(247,229,250)
#F8EBFA
(248,235,250)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB5FA color. Also use rgb(239,181,250) instead hex code.

Text Font Color

.myTextColor { color: #EFB5FA; }

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

This text font color is #EFB5FA.


Background Color

.myBgColor { background-color: #EFB5FA; }

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

This div background color is #EFB5FA.


Border color

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

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

This div border color is #EFB5FA.


Opacity

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

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

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

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

This text has shadow with #EFB5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB5FA on black background.


Color preview on white background

This text has color #EFB5FA on white background.



Black color preview on #EFB5FA background

This text has black color on #EFB5FA background.


White color preview on #EFB5FA background

This text has white color on #EFB5FA background.