COLOR #EFD6DC

HEX: #EFD6DC
RGB: (239,214,220)

Renk bilgisi

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

RGB renk modeli

#EFD6DC color RGB value is (239,214,220).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 214 of 255 = 84%
B 220 of 255 = 86%

239
214
220

R + G + B ~ 88%. #EFD6DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 214 + 220 = 673 (100%)
R 239 of 673 ~ 35.51%
G 214 of 673 ~ 31.8%
B 220 of 673 ~ 32.69%

%35.51
%31.8
%32.69

CMYK RENK MODELİ

#EFD6DC rengi CMYK tonu (0,10,8,6).

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

CMYK yüzdeleri

%0
%10.46
%7.95
%6.27

Codes

Color #EFD6DC in popluar color models

EFD6DC
RGB239214220
HSL346°43.86%88.82%
HSB/HSV346°10.46%93.73%
CMYK0.00%10.46%7.95%
6.27%

Color #EFD6DC in popluar number systems.

HEXEFD6DC
Decimal239214220
Binary111011111101011011011100
Octal357326334

Shades and tints

Shades of #EFD6DC

#EFD6DC
(239,214,220)
#DAC3C8
(218,195,200)
#C5B0B4
(197,176,180)
#B09DA0
(176,157,160)
#9B8A8C
(155,138,140)
#867778
(134,119,120)
#716464
(113,100,100)
#5C5150
(92,81,80)
#473E3C
(71,62,60)
#322B28
(50,43,40)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFD6DC

#EFD6DC
(239,214,220)
#F0D9DF
(240,217,223)
#F1DCE2
(241,220,226)
#F2DFE5
(242,223,229)
#F3E2E8
(243,226,232)
#F4E5EB
(244,229,235)
#F5E8EE
(245,232,238)
#F6EBF1
(246,235,241)
#F7EEF4
(247,238,244)
#F8F1F7
(248,241,247)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6DC; }

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

This text font color is #EFD6DC.


Background Color

.myBgColor { background-color: #EFD6DC; }

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

This div background color is #EFD6DC.


Border color

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

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

This div border color is #EFD6DC.


Opacity

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

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

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

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

This text has shadow with #EFD6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6DC on black background.


Color preview on white background

This text has color #EFD6DC on white background.



Black color preview on #EFD6DC background

This text has black color on #EFD6DC background.


White color preview on #EFD6DC background

This text has white color on #EFD6DC background.