COLOR #EFD7F6

HEX: #EFD7F6
RGB: (239,215,246)

Renk bilgisi

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

RGB renk modeli

#EFD7F6 color RGB value is (239,215,246).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 215 of 255 = 84%
B 246 of 255 = 96%

239
215
246

R + G + B ~ 91%. #EFD7F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 215 + 246 = 700 (100%)
R 239 of 700 ~ 34.14%
G 215 of 700 ~ 30.71%
B 246 of 700 ~ 35.14%

%34.14
%30.71
%35.14

CMYK RENK MODELİ

#EFD7F6 rengi CMYK tonu (3,13,0,4).

  • camgöbeği tonu 2.85%
  • eflatun tonu 12.60%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(3,13,0,4)
C3M13Y0K4 
(3%,13%,0%,4%)
(0.03/0.13/0.00/0.04)	

CMYK yüzdeleri

%2.85
%12.6
%0
%3.53

Codes

Color #EFD7F6 in popluar color models

EFD7F6
RGB239215246
HSL286°63.27%90.39%
HSB/HSV286°12.60%96.47%
CMYK2.85%12.60%0.00%
3.53%

Color #EFD7F6 in popluar number systems.

HEXEFD7F6
Decimal239215246
Binary111011111101011111110110
Octal357327366

Shades and tints

Shades of #EFD7F6

#EFD7F6
(239,215,246)
#DAC4E0
(218,196,224)
#C5B1CA
(197,177,202)
#B09EB4
(176,158,180)
#9B8B9E
(155,139,158)
#867888
(134,120,136)
#716572
(113,101,114)
#5C525C
(92,82,92)
#473F46
(71,63,70)
#322C30
(50,44,48)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFD7F6

#EFD7F6
(239,215,246)
#F0DAF6
(240,218,246)
#F1DDF6
(241,221,246)
#F2E0F6
(242,224,246)
#F3E3F6
(243,227,246)
#F4E6F6
(244,230,246)
#F5E9F6
(245,233,246)
#F6ECF6
(246,236,246)
#F7EFF6
(247,239,246)
#F8F2F6
(248,242,246)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD7F6; }

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

This text font color is #EFD7F6.


Background Color

.myBgColor { background-color: #EFD7F6; }

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

This div background color is #EFD7F6.


Border color

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

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

This div border color is #EFD7F6.


Opacity

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

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

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

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

This text has shadow with #EFD7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD7F6 on black background.


Color preview on white background

This text has color #EFD7F6 on white background.



Black color preview on #EFD7F6 background

This text has black color on #EFD7F6 background.


White color preview on #EFD7F6 background

This text has white color on #EFD7F6 background.