COLOR #EFD5ED

HEX: #EFD5ED
RGB: (239,213,237)

Renk bilgisi

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

RGB renk modeli

#EFD5ED color RGB value is (239,213,237).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 213 of 255 = 84%
B 237 of 255 = 93%

239
213
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 213 + 237 = 689 (100%)
R 239 of 689 ~ 34.69%
G 213 of 689 ~ 30.91%
B 237 of 689 ~ 34.4%

%34.69
%30.91
%34.4

CMYK RENK MODELİ

#EFD5ED rengi CMYK tonu (0,11,1,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.88%
  • sarı tonu 0.84%
  • ana renk tonu 6.27%
CMYK:
(0,11,1,6)
C0M11Y1K6 
(0%,11%,1%,6%)
(0.00/0.11/0.01/0.06)	

CMYK yüzdeleri

%0
%10.88
%0.84
%6.27

Codes

Color #EFD5ED in popluar color models

EFD5ED
RGB239213237
HSL305°44.83%88.63%
HSB/HSV305°10.88%93.73%
CMYK0.00%10.88%0.84%
6.27%

Color #EFD5ED in popluar number systems.

HEXEFD5ED
Decimal239213237
Binary111011111101010111101101
Octal357325355

Shades and tints

Shades of #EFD5ED

#EFD5ED
(239,213,237)
#DAC2D8
(218,194,216)
#C5AFC3
(197,175,195)
#B09CAE
(176,156,174)
#9B8999
(155,137,153)
#867684
(134,118,132)
#71636F
(113,99,111)
#5C505A
(92,80,90)
#473D45
(71,61,69)
#322A30
(50,42,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #EFD5ED

#EFD5ED
(239,213,237)
#F0D8EE
(240,216,238)
#F1DBEF
(241,219,239)
#F2DEF0
(242,222,240)
#F3E1F1
(243,225,241)
#F4E4F2
(244,228,242)
#F5E7F3
(245,231,243)
#F6EAF4
(246,234,244)
#F7EDF5
(247,237,245)
#F8F0F6
(248,240,246)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD5ED color. Also use rgb(239,213,237) instead hex code.

Text Font Color

.myTextColor { color: #EFD5ED; }

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

This text font color is #EFD5ED.


Background Color

.myBgColor { background-color: #EFD5ED; }

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

This div background color is #EFD5ED.


Border color

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

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

This div border color is #EFD5ED.


Opacity

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

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

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

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

This text has shadow with #EFD5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5ED on black background.


Color preview on white background

This text has color #EFD5ED on white background.



Black color preview on #EFD5ED background

This text has black color on #EFD5ED background.


White color preview on #EFD5ED background

This text has white color on #EFD5ED background.