COLOR #EFB0F9

HEX: #EFB0F9
RGB: (239,176,249)

Renk bilgisi

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

RGB renk modeli

#EFB0F9 color RGB value is (239,176,249).

  • kırmız ton 239;
  • yeşil ton 176;
  • mavi ton 249.
RGB:
(239,176,249)
(94%,69%,98%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 176 of 255 = 69%
B 249 of 255 = 98%

239
176
249

R + G + B ~ 87%. #EFB0F9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 176 + 249 = 664 (100%)
R 239 of 664 ~ 35.99%
G 176 of 664 ~ 26.51%
B 249 of 664 ~ 37.5%

%35.99
%26.51
%37.5

CMYK RENK MODELİ

#EFB0F9 rengi CMYK tonu (4,29,0,2).

  • camgöbeği tonu 4.02%
  • eflatun tonu 29.32%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(4,29,0,2)
C4M29Y0K2 
(4%,29%,0%,2%)
(0.04/0.29/0.00/0.02)	

CMYK yüzdeleri

%4.02
%29.32
%0
%2.35

Codes

Color #EFB0F9 in popluar color models

EFB0F9
RGB239176249
HSL292°85.88%83.33%
HSB/HSV292°29.32%97.65%
CMYK4.02%29.32%0.00%
2.35%

Color #EFB0F9 in popluar number systems.

HEXEFB0F9
Decimal239176249
Binary111011111011000011111001
Octal357260371

Shades and tints

Shades of #EFB0F9

#EFB0F9
(239,176,249)
#DAA0E3
(218,160,227)
#C590CD
(197,144,205)
#B080B7
(176,128,183)
#9B70A1
(155,112,161)
#86608B
(134,96,139)
#715075
(113,80,117)
#5C405F
(92,64,95)
#473049
(71,48,73)
#322033
(50,32,51)
#1D101D
(29,16,29)
#000000
(0,0,0)

Tints of #EFB0F9

#EFB0F9
(239,176,249)
#F0B7F9
(240,183,249)
#F1BEF9
(241,190,249)
#F2C5F9
(242,197,249)
#F3CCF9
(243,204,249)
#F4D3F9
(244,211,249)
#F5DAF9
(245,218,249)
#F6E1F9
(246,225,249)
#F7E8F9
(247,232,249)
#F8EFF9
(248,239,249)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB0F9 color. Also use rgb(239,176,249) instead hex code.

Text Font Color

.myTextColor { color: #EFB0F9; }

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

This text font color is #EFB0F9.


Background Color

.myBgColor { background-color: #EFB0F9; }

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

This div background color is #EFB0F9.


Border color

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

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

This div border color is #EFB0F9.


Opacity

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

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

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

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

This text has shadow with #EFB0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB0F9 on black background.


Color preview on white background

This text has color #EFB0F9 on white background.



Black color preview on #EFB0F9 background

This text has black color on #EFB0F9 background.


White color preview on #EFB0F9 background

This text has white color on #EFB0F9 background.