COLOR #ED8A95

HEX: #ED8A95
RGB: (237,138,149)

Renk bilgisi

#ED8A95 contains mainly red color. #ED8A95 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#ED8A95 color RGB value is (237,138,149).

  • kırmız ton 237;
  • yeşil ton 138;
  • mavi ton 149.
RGB:
(237,138,149)
(93%,54%,58%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 138 of 255 = 54%
B 149 of 255 = 58%

237
138
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 138 + 149 = 524 (100%)
R 237 of 524 ~ 45.23%
G 138 of 524 ~ 26.34%
B 149 of 524 ~ 28.44%

%45.23
%26.34
%28.44

CMYK RENK MODELİ

#ED8A95 rengi CMYK tonu (0,42,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.77%
  • sarı tonu 37.13%
  • ana renk tonu 7.06%
CMYK:
(0,42,37,7)
C0M42Y37K7 
(0%,42%,37%,7%)
(0.00/0.42/0.37/0.07)	

CMYK yüzdeleri

%0
%41.77
%37.13
%7.06

Codes

Color #ED8A95 in popluar color models

ED8A95
RGB237138149
HSL353°73.33%73.53%
HSB/HSV353°41.77%92.94%
CMYK0.00%41.77%37.13%
7.06%

Color #ED8A95 in popluar number systems.

HEXED8A95
Decimal237138149
Binary111011011000101010010101
Octal355212225

Shades and tints

Shades of #ED8A95

#ED8A95
(237,138,149)
#D87E88
(216,126,136)
#C3727B
(195,114,123)
#AE666E
(174,102,110)
#995A61
(153,90,97)
#844E54
(132,78,84)
#6F4247
(111,66,71)
#5A363A
(90,54,58)
#452A2D
(69,42,45)
#301E20
(48,30,32)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #ED8A95

#ED8A95
(237,138,149)
#EE949E
(238,148,158)
#EF9EA7
(239,158,167)
#F0A8B0
(240,168,176)
#F1B2B9
(241,178,185)
#F2BCC2
(242,188,194)
#F3C6CB
(243,198,203)
#F4D0D4
(244,208,212)
#F5DADD
(245,218,221)
#F6E4E6
(246,228,230)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8A95 color. Also use rgb(237,138,149) instead hex code.

Text Font Color

.myTextColor { color: #ED8A95; }

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

This text font color is #ED8A95.


Background Color

.myBgColor { background-color: #ED8A95; }

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

This div background color is #ED8A95.


Border color

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

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

This div border color is #ED8A95.


Opacity

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

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

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

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

This text has shadow with #ED8A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8A95 on black background.


Color preview on white background

This text has color #ED8A95 on white background.



Black color preview on #ED8A95 background

This text has black color on #ED8A95 background.


White color preview on #ED8A95 background

This text has white color on #ED8A95 background.