COLOR #EFD8DC

HEX: #EFD8DC
RGB: (239,216,220)

Renk bilgisi

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

RGB renk modeli

#EFD8DC color RGB value is (239,216,220).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 216 of 255 = 85%
B 220 of 255 = 86%

239
216
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 216 + 220 = 675 (100%)
R 239 of 675 ~ 35.41%
G 216 of 675 ~ 32%
B 220 of 675 ~ 32.59%

%35.41
%32
%32.59

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.62%
  • 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
%9.62
%7.95
%6.27

Codes

Color #EFD8DC in popluar color models

EFD8DC
RGB239216220
HSL350°41.82%89.22%
HSB/HSV350°9.62%93.73%
CMYK0.00%9.62%7.95%
6.27%

Color #EFD8DC in popluar number systems.

HEXEFD8DC
Decimal239216220
Binary111011111101100011011100
Octal357330334

Shades and tints

Shades of #EFD8DC

#EFD8DC
(239,216,220)
#DAC5C8
(218,197,200)
#C5B2B4
(197,178,180)
#B09FA0
(176,159,160)
#9B8C8C
(155,140,140)
#867978
(134,121,120)
#716664
(113,102,100)
#5C5350
(92,83,80)
#47403C
(71,64,60)
#322D28
(50,45,40)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFD8DC

#EFD8DC
(239,216,220)
#F0DBDF
(240,219,223)
#F1DEE2
(241,222,226)
#F2E1E5
(242,225,229)
#F3E4E8
(243,228,232)
#F4E7EB
(244,231,235)
#F5EAEE
(245,234,238)
#F6EDF1
(246,237,241)
#F7F0F4
(247,240,244)
#F8F3F7
(248,243,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD8DC; }

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

This text font color is #EFD8DC.


Background Color

.myBgColor { background-color: #EFD8DC; }

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

This div background color is #EFD8DC.


Border color

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

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

This div border color is #EFD8DC.


Opacity

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

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

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

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

This text has shadow with #EFD8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8DC on black background.


Color preview on white background

This text has color #EFD8DC on white background.



Black color preview on #EFD8DC background

This text has black color on #EFD8DC background.


White color preview on #EFD8DC background

This text has white color on #EFD8DC background.