COLOR #EFD9F6

HEX: #EFD9F6
RGB: (239,217,246)

Renk bilgisi

#EFD9F6 contains red, green and blue colors in about the same proportion. #EFD9F6 ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#EFD9F6 color RGB value is (239,217,246).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 217 of 255 = 85%
B 246 of 255 = 96%

239
217
246

R + G + B ~ 92%. #EFD9F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 217 + 246 = 702 (100%)
R 239 of 702 ~ 34.05%
G 217 of 702 ~ 30.91%
B 246 of 702 ~ 35.04%

%34.05
%30.91
%35.04

CMYK RENK MODELİ

#EFD9F6 rengi CMYK tonu (3,12,0,4).

  • camgöbeği tonu 2.85%
  • eflatun tonu 11.79%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(3,12,0,4)
C3M12Y0K4 
(3%,12%,0%,4%)
(0.03/0.12/0.00/0.04)	

CMYK yüzdeleri

%2.85
%11.79
%0
%3.53

Codes

Color #EFD9F6 in popluar color models

EFD9F6
RGB239217246
HSL286°61.70%90.78%
HSB/HSV286°11.79%96.47%
CMYK2.85%11.79%0.00%
3.53%

Color #EFD9F6 in popluar number systems.

HEXEFD9F6
Decimal239217246
Binary111011111101100111110110
Octal357331366

Shades and tints

Shades of #EFD9F6

#EFD9F6
(239,217,246)
#DAC6E0
(218,198,224)
#C5B3CA
(197,179,202)
#B0A0B4
(176,160,180)
#9B8D9E
(155,141,158)
#867A88
(134,122,136)
#716772
(113,103,114)
#5C545C
(92,84,92)
#474146
(71,65,70)
#322E30
(50,46,48)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFD9F6

#EFD9F6
(239,217,246)
#F0DCF6
(240,220,246)
#F1DFF6
(241,223,246)
#F2E2F6
(242,226,246)
#F3E5F6
(243,229,246)
#F4E8F6
(244,232,246)
#F5EBF6
(245,235,246)
#F6EEF6
(246,238,246)
#F7F1F6
(247,241,246)
#F8F4F6
(248,244,246)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9F6; }

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

This text font color is #EFD9F6.


Background Color

.myBgColor { background-color: #EFD9F6; }

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

This div background color is #EFD9F6.


Border color

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

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

This div border color is #EFD9F6.


Opacity

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

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

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

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

This text has shadow with #EFD9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9F6 on black background.


Color preview on white background

This text has color #EFD9F6 on white background.



Black color preview on #EFD9F6 background

This text has black color on #EFD9F6 background.


White color preview on #EFD9F6 background

This text has white color on #EFD9F6 background.