COLOR #EFD9D4

HEX: #EFD9D4
RGB: (239,217,212)

Renk bilgisi

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

RGB renk modeli

#EFD9D4 color RGB value is (239,217,212).

  • kırmız ton 239;
  • yeşil ton 217;
  • mavi ton 212.
RGB:
(239,217,212)
(94%,85%,83%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 217 of 255 = 85%
B 212 of 255 = 83%

239
217
212

R + G + B ~ 87%. #EFD9D4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 217 + 212 = 668 (100%)
R 239 of 668 ~ 35.78%
G 217 of 668 ~ 32.49%
B 212 of 668 ~ 31.74%

%35.78
%32.49
%31.74

CMYK RENK MODELİ

#EFD9D4 rengi CMYK tonu (0,9,11,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.21%
  • sarı tonu 11.30%
  • ana renk tonu 6.27%
CMYK:
(0,9,11,6)
C0M9Y11K6 
(0%,9%,11%,6%)
(0.00/0.09/0.11/0.06)	

CMYK yüzdeleri

%0
%9.21
%11.3
%6.27

Codes

Color #EFD9D4 in popluar color models

EFD9D4
RGB239217212
HSL11°45.76%88.43%
HSB/HSV11°11.30%93.73%
CMYK0.00%9.21%11.30%
6.27%

Color #EFD9D4 in popluar number systems.

HEXEFD9D4
Decimal239217212
Binary111011111101100111010100
Octal357331324

Shades and tints

Shades of #EFD9D4

#EFD9D4
(239,217,212)
#DAC6C1
(218,198,193)
#C5B3AE
(197,179,174)
#B0A09B
(176,160,155)
#9B8D88
(155,141,136)
#867A75
(134,122,117)
#716762
(113,103,98)
#5C544F
(92,84,79)
#47413C
(71,65,60)
#322E29
(50,46,41)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFD9D4

#EFD9D4
(239,217,212)
#F0DCD7
(240,220,215)
#F1DFDA
(241,223,218)
#F2E2DD
(242,226,221)
#F3E5E0
(243,229,224)
#F4E8E3
(244,232,227)
#F5EBE6
(245,235,230)
#F6EEE9
(246,238,233)
#F7F1EC
(247,241,236)
#F8F4EF
(248,244,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9D4 color. Also use rgb(239,217,212) instead hex code.

Text Font Color

.myTextColor { color: #EFD9D4; }

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

This text font color is #EFD9D4.


Background Color

.myBgColor { background-color: #EFD9D4; }

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

This div background color is #EFD9D4.


Border color

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

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

This div border color is #EFD9D4.


Opacity

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

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

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

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

This text has shadow with #EFD9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9D4 on black background.


Color preview on white background

This text has color #EFD9D4 on white background.



Black color preview on #EFD9D4 background

This text has black color on #EFD9D4 background.


White color preview on #EFD9D4 background

This text has white color on #EFD9D4 background.