COLOR #EDD9D1

HEX: #EDD9D1
RGB: (237,217,209)

Renk bilgisi

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

RGB renk modeli

#EDD9D1 color RGB value is (237,217,209).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 209 of 255 = 82%

237
217
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 209 = 663 (100%)
R 237 of 663 ~ 35.75%
G 217 of 663 ~ 32.73%
B 209 of 663 ~ 31.52%

%35.75
%32.73
%31.52

CMYK RENK MODELİ

#EDD9D1 rengi CMYK tonu (0,8,12,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.44%
  • sarı tonu 11.81%
  • ana renk tonu 7.06%
CMYK:
(0,8,12,7)
C0M8Y12K7 
(0%,8%,12%,7%)
(0.00/0.08/0.12/0.07)	

CMYK yüzdeleri

%0
%8.44
%11.81
%7.06

Codes

Color #EDD9D1 in popluar color models

EDD9D1
RGB237217209
HSL17°43.75%87.45%
HSB/HSV17°11.81%92.94%
CMYK0.00%8.44%11.81%
7.06%

Color #EDD9D1 in popluar number systems.

HEXEDD9D1
Decimal237217209
Binary111011011101100111010001
Octal355331321

Shades and tints

Shades of #EDD9D1

#EDD9D1
(237,217,209)
#D8C6BE
(216,198,190)
#C3B3AB
(195,179,171)
#AEA098
(174,160,152)
#998D85
(153,141,133)
#847A72
(132,122,114)
#6F675F
(111,103,95)
#5A544C
(90,84,76)
#454139
(69,65,57)
#302E26
(48,46,38)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #EDD9D1

#EDD9D1
(237,217,209)
#EEDCD5
(238,220,213)
#EFDFD9
(239,223,217)
#F0E2DD
(240,226,221)
#F1E5E1
(241,229,225)
#F2E8E5
(242,232,229)
#F3EBE9
(243,235,233)
#F4EEED
(244,238,237)
#F5F1F1
(245,241,241)
#F6F4F5
(246,244,245)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9D1; }

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

This text font color is #EDD9D1.


Background Color

.myBgColor { background-color: #EDD9D1; }

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

This div background color is #EDD9D1.


Border color

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

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

This div border color is #EDD9D1.


Opacity

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

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

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

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

This text has shadow with #EDD9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9D1 on black background.


Color preview on white background

This text has color #EDD9D1 on white background.



Black color preview on #EDD9D1 background

This text has black color on #EDD9D1 background.


White color preview on #EDD9D1 background

This text has white color on #EDD9D1 background.