COLOR #EDD9CE

HEX: #EDD9CE
RGB: (237,217,206)

Renk bilgisi

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

RGB renk modeli

#EDD9CE color RGB value is (237,217,206).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 206 of 255 = 81%

237
217
206

R + G + B ~ 86%. #EDD9CE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 206 = 660 (100%)
R 237 of 660 ~ 35.91%
G 217 of 660 ~ 32.88%
B 206 of 660 ~ 31.21%

%35.91
%32.88
%31.21

CMYK RENK MODELİ

#EDD9CE rengi CMYK tonu (0,8,13,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.44%
  • sarı tonu 13.08%
  • ana renk tonu 7.06%
CMYK:
(0,8,13,7)
C0M8Y13K7 
(0%,8%,13%,7%)
(0.00/0.08/0.13/0.07)	

CMYK yüzdeleri

%0
%8.44
%13.08
%7.06

Codes

Color #EDD9CE in popluar color models

EDD9CE
RGB237217206
HSL21°46.27%86.86%
HSB/HSV21°13.08%92.94%
CMYK0.00%8.44%13.08%
7.06%

Color #EDD9CE in popluar number systems.

HEXEDD9CE
Decimal237217206
Binary111011011101100111001110
Octal355331316

Shades and tints

Shades of #EDD9CE

#EDD9CE
(237,217,206)
#D8C6BC
(216,198,188)
#C3B3AA
(195,179,170)
#AEA098
(174,160,152)
#998D86
(153,141,134)
#847A74
(132,122,116)
#6F6762
(111,103,98)
#5A5450
(90,84,80)
#45413E
(69,65,62)
#302E2C
(48,46,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDD9CE

#EDD9CE
(237,217,206)
#EEDCD2
(238,220,210)
#EFDFD6
(239,223,214)
#F0E2DA
(240,226,218)
#F1E5DE
(241,229,222)
#F2E8E2
(242,232,226)
#F3EBE6
(243,235,230)
#F4EEEA
(244,238,234)
#F5F1EE
(245,241,238)
#F6F4F2
(246,244,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9CE; }

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

This text font color is #EDD9CE.


Background Color

.myBgColor { background-color: #EDD9CE; }

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

This div background color is #EDD9CE.


Border color

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

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

This div border color is #EDD9CE.


Opacity

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

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

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

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

This text has shadow with #EDD9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9CE on black background.


Color preview on white background

This text has color #EDD9CE on white background.



Black color preview on #EDD9CE background

This text has black color on #EDD9CE background.


White color preview on #EDD9CE background

This text has white color on #EDD9CE background.