COLOR #ED87AE

HEX: #ED87AE
RGB: (237,135,174)

Renk bilgisi

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

RGB renk modeli

#ED87AE color RGB value is (237,135,174).

  • kırmız ton 237;
  • yeşil ton 135;
  • mavi ton 174.
RGB:
(237,135,174)
(93%,53%,68%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 135 of 255 = 53%
B 174 of 255 = 68%

237
135
174

R + G + B ~ 71%. #ED87AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 135 + 174 = 546 (100%)
R 237 of 546 ~ 43.41%
G 135 of 546 ~ 24.73%
B 174 of 546 ~ 31.87%

%43.41
%24.73
%31.87

CMYK RENK MODELİ

#ED87AE rengi CMYK tonu (0,43,27,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.04%
  • sarı tonu 26.58%
  • ana renk tonu 7.06%
CMYK:
(0,43,27,7)
C0M43Y27K7 
(0%,43%,27%,7%)
(0.00/0.43/0.27/0.07)	

CMYK yüzdeleri

%0
%43.04
%26.58
%7.06

Codes

Color #ED87AE in popluar color models

ED87AE
RGB237135174
HSL337°73.91%72.94%
HSB/HSV337°43.04%92.94%
CMYK0.00%43.04%26.58%
7.06%

Color #ED87AE in popluar number systems.

HEXED87AE
Decimal237135174
Binary111011011000011110101110
Octal355207256

Shades and tints

Shades of #ED87AE

#ED87AE
(237,135,174)
#D87B9F
(216,123,159)
#C36F90
(195,111,144)
#AE6381
(174,99,129)
#995772
(153,87,114)
#844B63
(132,75,99)
#6F3F54
(111,63,84)
#5A3345
(90,51,69)
#452736
(69,39,54)
#301B27
(48,27,39)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #ED87AE

#ED87AE
(237,135,174)
#EE91B5
(238,145,181)
#EF9BBC
(239,155,188)
#F0A5C3
(240,165,195)
#F1AFCA
(241,175,202)
#F2B9D1
(242,185,209)
#F3C3D8
(243,195,216)
#F4CDDF
(244,205,223)
#F5D7E6
(245,215,230)
#F6E1ED
(246,225,237)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED87AE color. Also use rgb(237,135,174) instead hex code.

Text Font Color

.myTextColor { color: #ED87AE; }

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

This text font color is #ED87AE.


Background Color

.myBgColor { background-color: #ED87AE; }

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

This div background color is #ED87AE.


Border color

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

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

This div border color is #ED87AE.


Opacity

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

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

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

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

This text has shadow with #ED87AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED87AE on black background.


Color preview on white background

This text has color #ED87AE on white background.



Black color preview on #ED87AE background

This text has black color on #ED87AE background.


White color preview on #ED87AE background

This text has white color on #ED87AE background.