COLOR #EDD9C9

HEX: #EDD9C9
RGB: (237,217,201)

Renk bilgisi

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

RGB renk modeli

#EDD9C9 color RGB value is (237,217,201).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 217 of 255 = 85%
B 201 of 255 = 79%

237
217
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 217 + 201 = 655 (100%)
R 237 of 655 ~ 36.18%
G 217 of 655 ~ 33.13%
B 201 of 655 ~ 30.69%

%36.18
%33.13
%30.69

CMYK RENK MODELİ

#EDD9C9 rengi CMYK tonu (0,8,15,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.44%
  • sarı tonu 15.19%
  • ana renk tonu 7.06%
CMYK:
(0,8,15,7)
C0M8Y15K7 
(0%,8%,15%,7%)
(0.00/0.08/0.15/0.07)	

CMYK yüzdeleri

%0
%8.44
%15.19
%7.06

Codes

Color #EDD9C9 in popluar color models

EDD9C9
RGB237217201
HSL27°50.00%85.88%
HSB/HSV27°15.19%92.94%
CMYK0.00%8.44%15.19%
7.06%

Color #EDD9C9 in popluar number systems.

HEXEDD9C9
Decimal237217201
Binary111011011101100111001001
Octal355331311

Shades and tints

Shades of #EDD9C9

#EDD9C9
(237,217,201)
#D8C6B7
(216,198,183)
#C3B3A5
(195,179,165)
#AEA093
(174,160,147)
#998D81
(153,141,129)
#847A6F
(132,122,111)
#6F675D
(111,103,93)
#5A544B
(90,84,75)
#454139
(69,65,57)
#302E27
(48,46,39)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDD9C9

#EDD9C9
(237,217,201)
#EEDCCD
(238,220,205)
#EFDFD1
(239,223,209)
#F0E2D5
(240,226,213)
#F1E5D9
(241,229,217)
#F2E8DD
(242,232,221)
#F3EBE1
(243,235,225)
#F4EEE5
(244,238,229)
#F5F1E9
(245,241,233)
#F6F4ED
(246,244,237)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD9C9; }

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

This text font color is #EDD9C9.


Background Color

.myBgColor { background-color: #EDD9C9; }

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

This div background color is #EDD9C9.


Border color

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

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

This div border color is #EDD9C9.


Opacity

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

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

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

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

This text has shadow with #EDD9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9C9 on black background.


Color preview on white background

This text has color #EDD9C9 on white background.



Black color preview on #EDD9C9 background

This text has black color on #EDD9C9 background.


White color preview on #EDD9C9 background

This text has white color on #EDD9C9 background.