COLOR #EFD6EE

HEX: #EFD6EE
RGB: (239,214,238)

Renk bilgisi

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

RGB renk modeli

#EFD6EE color RGB value is (239,214,238).

  • kırmız ton 239;
  • yeşil ton 214;
  • mavi ton 238.
RGB:
(239,214,238)
(94%,84%,93%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 214 of 255 = 84%
B 238 of 255 = 93%

239
214
238

R + G + B ~ 90%. #EFD6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 214 + 238 = 691 (100%)
R 239 of 691 ~ 34.59%
G 214 of 691 ~ 30.97%
B 238 of 691 ~ 34.44%

%34.59
%30.97
%34.44

CMYK RENK MODELİ

#EFD6EE rengi CMYK tonu (0,10,0,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.46%
  • sarı tonu 0.42%
  • ana renk tonu 6.27%
CMYK:
(0,10,0,6)
C0M10Y0K6 
(0%,10%,0%,6%)
(0.00/0.10/0.00/0.06)	

CMYK yüzdeleri

%0
%10.46
%0.42
%6.27

Codes

Color #EFD6EE in popluar color models

EFD6EE
RGB239214238
HSL302°43.86%88.82%
HSB/HSV302°10.46%93.73%
CMYK0.00%10.46%0.42%
6.27%

Color #EFD6EE in popluar number systems.

HEXEFD6EE
Decimal239214238
Binary111011111101011011101110
Octal357326356

Shades and tints

Shades of #EFD6EE

#EFD6EE
(239,214,238)
#DAC3D9
(218,195,217)
#C5B0C4
(197,176,196)
#B09DAF
(176,157,175)
#9B8A9A
(155,138,154)
#867785
(134,119,133)
#716470
(113,100,112)
#5C515B
(92,81,91)
#473E46
(71,62,70)
#322B31
(50,43,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #EFD6EE

#EFD6EE
(239,214,238)
#F0D9EF
(240,217,239)
#F1DCF0
(241,220,240)
#F2DFF1
(242,223,241)
#F3E2F2
(243,226,242)
#F4E5F3
(244,229,243)
#F5E8F4
(245,232,244)
#F6EBF5
(246,235,245)
#F7EEF6
(247,238,246)
#F8F1F7
(248,241,247)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD6EE color. Also use rgb(239,214,238) instead hex code.

Text Font Color

.myTextColor { color: #EFD6EE; }

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

This text font color is #EFD6EE.


Background Color

.myBgColor { background-color: #EFD6EE; }

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

This div background color is #EFD6EE.


Border color

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

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

This div border color is #EFD6EE.


Opacity

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

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

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

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

This text has shadow with #EFD6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6EE on black background.


Color preview on white background

This text has color #EFD6EE on white background.



Black color preview on #EFD6EE background

This text has black color on #EFD6EE background.


White color preview on #EFD6EE background

This text has white color on #EFD6EE background.