COLOR #ED8979

HEX: #ED8979
RGB: (237,137,121)

Renk bilgisi

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

RGB renk modeli

#ED8979 color RGB value is (237,137,121).

  • kırmız ton 237;
  • yeşil ton 137;
  • mavi ton 121.
RGB:
(237,137,121)
(93%,54%,47%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 137 of 255 = 54%
B 121 of 255 = 47%

237
137
121

R + G + B ~ 65%. #ED8979 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 137 + 121 = 495 (100%)
R 237 of 495 ~ 47.88%
G 137 of 495 ~ 27.68%
B 121 of 495 ~ 24.44%

%47.88
%27.68
%24.44

CMYK RENK MODELİ

#ED8979 rengi CMYK tonu (0,42,49,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.19%
  • sarı tonu 48.95%
  • ana renk tonu 7.06%
CMYK:
(0,42,49,7)
C0M42Y49K7 
(0%,42%,49%,7%)
(0.00/0.42/0.49/0.07)	

CMYK yüzdeleri

%0
%42.19
%48.95
%7.06

Codes

Color #ED8979 in popluar color models

ED8979
RGB237137121
HSL76.32%70.20%
HSB/HSV48.95%92.94%
CMYK0.00%42.19%48.95%
7.06%

Color #ED8979 in popluar number systems.

HEXED8979
Decimal237137121
Binary11101101100010011111001
Octal355211171

Shades and tints

Shades of #ED8979

#ED8979
(237,137,121)
#D87D6E
(216,125,110)
#C37163
(195,113,99)
#AE6558
(174,101,88)
#99594D
(153,89,77)
#844D42
(132,77,66)
#6F4137
(111,65,55)
#5A352C
(90,53,44)
#452921
(69,41,33)
#301D16
(48,29,22)
#1B110B
(27,17,11)
#000000
(0,0,0)

Tints of #ED8979

#ED8979
(237,137,121)
#EE9385
(238,147,133)
#EF9D91
(239,157,145)
#F0A79D
(240,167,157)
#F1B1A9
(241,177,169)
#F2BBB5
(242,187,181)
#F3C5C1
(243,197,193)
#F4CFCD
(244,207,205)
#F5D9D9
(245,217,217)
#F6E3E5
(246,227,229)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8979 color. Also use rgb(237,137,121) instead hex code.

Text Font Color

.myTextColor { color: #ED8979; }

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

This text font color is #ED8979.


Background Color

.myBgColor { background-color: #ED8979; }

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

This div background color is #ED8979.


Border color

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

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

This div border color is #ED8979.


Opacity

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

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

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

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

This text has shadow with #ED8979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8979 on black background.


Color preview on white background

This text has color #ED8979 on white background.



Black color preview on #ED8979 background

This text has black color on #ED8979 background.


White color preview on #ED8979 background

This text has white color on #ED8979 background.