COLOR #ED9F7E

HEX: #ED9F7E
RGB: (237,159,126)

Renk bilgisi

#ED9F7E contains mainly red color. #ED9F7E ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#ED9F7E color RGB value is (237,159,126).

  • kırmız ton 237;
  • yeşil ton 159;
  • mavi ton 126.
RGB:
(237,159,126)
(93%,62%,49%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 159 of 255 = 62%
B 126 of 255 = 49%

237
159
126

R + G + B ~ 68%. #ED9F7E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 159 + 126 = 522 (100%)
R 237 of 522 ~ 45.4%
G 159 of 522 ~ 30.46%
B 126 of 522 ~ 24.14%

%45.4
%30.46
%24.14

CMYK RENK MODELİ

#ED9F7E rengi CMYK tonu (0,33,47,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.91%
  • sarı tonu 46.84%
  • ana renk tonu 7.06%
CMYK:
(0,33,47,7)
C0M33Y47K7 
(0%,33%,47%,7%)
(0.00/0.33/0.47/0.07)	

CMYK yüzdeleri

%0
%32.91
%46.84
%7.06

Codes

Color #ED9F7E in popluar color models

ED9F7E
RGB237159126
HSL18°75.51%71.18%
HSB/HSV18°46.84%92.94%
CMYK0.00%32.91%46.84%
7.06%

Color #ED9F7E in popluar number systems.

HEXED9F7E
Decimal237159126
Binary11101101100111111111110
Octal355237176

Shades and tints

Shades of #ED9F7E

#ED9F7E
(237,159,126)
#D89173
(216,145,115)
#C38368
(195,131,104)
#AE755D
(174,117,93)
#996752
(153,103,82)
#845947
(132,89,71)
#6F4B3C
(111,75,60)
#5A3D31
(90,61,49)
#452F26
(69,47,38)
#30211B
(48,33,27)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #ED9F7E

#ED9F7E
(237,159,126)
#EEA789
(238,167,137)
#EFAF94
(239,175,148)
#F0B79F
(240,183,159)
#F1BFAA
(241,191,170)
#F2C7B5
(242,199,181)
#F3CFC0
(243,207,192)
#F4D7CB
(244,215,203)
#F5DFD6
(245,223,214)
#F6E7E1
(246,231,225)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9F7E color. Also use rgb(237,159,126) instead hex code.

Text Font Color

.myTextColor { color: #ED9F7E; }

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

This text font color is #ED9F7E.


Background Color

.myBgColor { background-color: #ED9F7E; }

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

This div background color is #ED9F7E.


Border color

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

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

This div border color is #ED9F7E.


Opacity

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

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

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

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

This text has shadow with #ED9F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9F7E on black background.


Color preview on white background

This text has color #ED9F7E on white background.



Black color preview on #ED9F7E background

This text has black color on #ED9F7E background.


White color preview on #ED9F7E background

This text has white color on #ED9F7E background.