COLOR #EFB4F6

HEX: #EFB4F6
RGB: (239,180,246)

Renk bilgisi

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

RGB renk modeli

#EFB4F6 color RGB value is (239,180,246).

  • kırmız ton 239;
  • yeşil ton 180;
  • mavi ton 246.
RGB:
(239,180,246)
(94%,71%,96%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 180 of 255 = 71%
B 246 of 255 = 96%

239
180
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 180 + 246 = 665 (100%)
R 239 of 665 ~ 35.94%
G 180 of 665 ~ 27.07%
B 246 of 665 ~ 36.99%

%35.94
%27.07
%36.99

CMYK RENK MODELİ

#EFB4F6 rengi CMYK tonu (3,27,0,4).

  • camgöbeği tonu 2.85%
  • eflatun tonu 26.83%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(3,27,0,4)
C3M27Y0K4 
(3%,27%,0%,4%)
(0.03/0.27/0.00/0.04)	

CMYK yüzdeleri

%2.85
%26.83
%0
%3.53

Codes

Color #EFB4F6 in popluar color models

EFB4F6
RGB239180246
HSL294°78.57%83.53%
HSB/HSV294°26.83%96.47%
CMYK2.85%26.83%0.00%
3.53%

Color #EFB4F6 in popluar number systems.

HEXEFB4F6
Decimal239180246
Binary111011111011010011110110
Octal357264366

Shades and tints

Shades of #EFB4F6

#EFB4F6
(239,180,246)
#DAA4E0
(218,164,224)
#C594CA
(197,148,202)
#B084B4
(176,132,180)
#9B749E
(155,116,158)
#866488
(134,100,136)
#715472
(113,84,114)
#5C445C
(92,68,92)
#473446
(71,52,70)
#322430
(50,36,48)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #EFB4F6

#EFB4F6
(239,180,246)
#F0BAF6
(240,186,246)
#F1C0F6
(241,192,246)
#F2C6F6
(242,198,246)
#F3CCF6
(243,204,246)
#F4D2F6
(244,210,246)
#F5D8F6
(245,216,246)
#F6DEF6
(246,222,246)
#F7E4F6
(247,228,246)
#F8EAF6
(248,234,246)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB4F6 color. Also use rgb(239,180,246) instead hex code.

Text Font Color

.myTextColor { color: #EFB4F6; }

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

This text font color is #EFB4F6.


Background Color

.myBgColor { background-color: #EFB4F6; }

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

This div background color is #EFB4F6.


Border color

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

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

This div border color is #EFB4F6.


Opacity

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

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

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

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

This text has shadow with #EFB4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB4F6 on black background.


Color preview on white background

This text has color #EFB4F6 on white background.



Black color preview on #EFB4F6 background

This text has black color on #EFB4F6 background.


White color preview on #EFB4F6 background

This text has white color on #EFB4F6 background.