COLOR #EDD1B3

HEX: #EDD1B3
RGB: (237,209,179)

Renk bilgisi

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

RGB renk modeli

#EDD1B3 color RGB value is (237,209,179).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 209 of 255 = 82%
B 179 of 255 = 70%

237
209
179

R + G + B ~ 82%. #EDD1B3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 209 + 179 = 625 (100%)
R 237 of 625 ~ 37.92%
G 209 of 625 ~ 33.44%
B 179 of 625 ~ 28.64%

%37.92
%33.44
%28.64

CMYK RENK MODELİ

#EDD1B3 rengi CMYK tonu (0,12,24,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.81%
  • sarı tonu 24.47%
  • ana renk tonu 7.06%
CMYK:
(0,12,24,7)
C0M12Y24K7 
(0%,12%,24%,7%)
(0.00/0.12/0.24/0.07)	

CMYK yüzdeleri

%0
%11.81
%24.47
%7.06

Codes

Color #EDD1B3 in popluar color models

EDD1B3
RGB237209179
HSL31°61.70%81.57%
HSB/HSV31°24.47%92.94%
CMYK0.00%11.81%24.47%
7.06%

Color #EDD1B3 in popluar number systems.

HEXEDD1B3
Decimal237209179
Binary111011011101000110110011
Octal355321263

Shades and tints

Shades of #EDD1B3

#EDD1B3
(237,209,179)
#D8BEA3
(216,190,163)
#C3AB93
(195,171,147)
#AE9883
(174,152,131)
#998573
(153,133,115)
#847263
(132,114,99)
#6F5F53
(111,95,83)
#5A4C43
(90,76,67)
#453933
(69,57,51)
#302623
(48,38,35)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #EDD1B3

#EDD1B3
(237,209,179)
#EED5B9
(238,213,185)
#EFD9BF
(239,217,191)
#F0DDC5
(240,221,197)
#F1E1CB
(241,225,203)
#F2E5D1
(242,229,209)
#F3E9D7
(243,233,215)
#F4EDDD
(244,237,221)
#F5F1E3
(245,241,227)
#F6F5E9
(246,245,233)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1B3; }

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

This text font color is #EDD1B3.


Background Color

.myBgColor { background-color: #EDD1B3; }

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

This div background color is #EDD1B3.


Border color

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

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

This div border color is #EDD1B3.


Opacity

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

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

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

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

This text has shadow with #EDD1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD1B3 on black background.


Color preview on white background

This text has color #EDD1B3 on white background.



Black color preview on #EDD1B3 background

This text has black color on #EDD1B3 background.


White color preview on #EDD1B3 background

This text has white color on #EDD1B3 background.