COLOR #EDB79E

HEX: #EDB79E
RGB: (237,183,158)

Renk bilgisi

#EDB79E contains mainly red and green colors. #EDB79E ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EDB79E color RGB value is (237,183,158).

  • kırmız ton 237;
  • yeşil ton 183;
  • mavi ton 158.
RGB:
(237,183,158)
(93%,72%,62%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 183 of 255 = 72%
B 158 of 255 = 62%

237
183
158

R + G + B ~ 76%. #EDB79E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 183 + 158 = 578 (100%)
R 237 of 578 ~ 41%
G 183 of 578 ~ 31.66%
B 158 of 578 ~ 27.34%

%41
%31.66
%27.34

CMYK RENK MODELİ

#EDB79E rengi CMYK tonu (0,23,33,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.78%
  • sarı tonu 33.33%
  • ana renk tonu 7.06%
CMYK:
(0,23,33,7)
C0M23Y33K7 
(0%,23%,33%,7%)
(0.00/0.23/0.33/0.07)	

CMYK yüzdeleri

%0
%22.78
%33.33
%7.06

Codes

Color #EDB79E in popluar color models

EDB79E
RGB237183158
HSL19°68.70%77.45%
HSB/HSV19°33.33%92.94%
CMYK0.00%22.78%33.33%
7.06%

Color #EDB79E in popluar number systems.

HEXEDB79E
Decimal237183158
Binary111011011011011110011110
Octal355267236

Shades and tints

Shades of #EDB79E

#EDB79E
(237,183,158)
#D8A790
(216,167,144)
#C39782
(195,151,130)
#AE8774
(174,135,116)
#997766
(153,119,102)
#846758
(132,103,88)
#6F574A
(111,87,74)
#5A473C
(90,71,60)
#45372E
(69,55,46)
#302720
(48,39,32)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #EDB79E

#EDB79E
(237,183,158)
#EEBDA6
(238,189,166)
#EFC3AE
(239,195,174)
#F0C9B6
(240,201,182)
#F1CFBE
(241,207,190)
#F2D5C6
(242,213,198)
#F3DBCE
(243,219,206)
#F4E1D6
(244,225,214)
#F5E7DE
(245,231,222)
#F6EDE6
(246,237,230)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB79E color. Also use rgb(237,183,158) instead hex code.

Text Font Color

.myTextColor { color: #EDB79E; }

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

This text font color is #EDB79E.


Background Color

.myBgColor { background-color: #EDB79E; }

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

This div background color is #EDB79E.


Border color

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

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

This div border color is #EDB79E.


Opacity

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

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

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

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

This text has shadow with #EDB79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB79E on black background.


Color preview on white background

This text has color #EDB79E on white background.



Black color preview on #EDB79E background

This text has black color on #EDB79E background.


White color preview on #EDB79E background

This text has white color on #EDB79E background.