COLOR #EDD9D4

HEX: #EDD9D4
RGB: (237,217,212)

Renk bilgisi

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

RGB renk modeli

#EDD9D4 color RGB value is (237,217,212).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 212 of 255 = 83%

237
217
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 212 = 666 (100%)
R 237 of 666 ~ 35.59%
G 217 of 666 ~ 32.58%
B 212 of 666 ~ 31.83%

%35.59
%32.58
%31.83

CMYK RENK MODELİ

#EDD9D4 rengi CMYK tonu (0,8,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.44%
  • sarı tonu 10.55%
  • ana renk tonu 7.06%
CMYK:
(0,8,11,7)
C0M8Y11K7 
(0%,8%,11%,7%)
(0.00/0.08/0.11/0.07)	

CMYK yüzdeleri

%0
%8.44
%10.55
%7.06

Codes

Color #EDD9D4 in popluar color models

EDD9D4
RGB237217212
HSL12°40.98%88.04%
HSB/HSV12°10.55%92.94%
CMYK0.00%8.44%10.55%
7.06%

Color #EDD9D4 in popluar number systems.

HEXEDD9D4
Decimal237217212
Binary111011011101100111010100
Octal355331324

Shades and tints

Shades of #EDD9D4

#EDD9D4
(237,217,212)
#D8C6C1
(216,198,193)
#C3B3AE
(195,179,174)
#AEA09B
(174,160,155)
#998D88
(153,141,136)
#847A75
(132,122,117)
#6F6762
(111,103,98)
#5A544F
(90,84,79)
#45413C
(69,65,60)
#302E29
(48,46,41)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDD9D4

#EDD9D4
(237,217,212)
#EEDCD7
(238,220,215)
#EFDFDA
(239,223,218)
#F0E2DD
(240,226,221)
#F1E5E0
(241,229,224)
#F2E8E3
(242,232,227)
#F3EBE6
(243,235,230)
#F4EEE9
(244,238,233)
#F5F1EC
(245,241,236)
#F6F4EF
(246,244,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9D4; }

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

This text font color is #EDD9D4.


Background Color

.myBgColor { background-color: #EDD9D4; }

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

This div background color is #EDD9D4.


Border color

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

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

This div border color is #EDD9D4.


Opacity

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

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

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

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

This text has shadow with #EDD9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9D4 on black background.


Color preview on white background

This text has color #EDD9D4 on white background.



Black color preview on #EDD9D4 background

This text has black color on #EDD9D4 background.


White color preview on #EDD9D4 background

This text has white color on #EDD9D4 background.