COLOR #ED96A5

HEX: #ED96A5
RGB: (237,150,165)

Renk bilgisi

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

RGB renk modeli

#ED96A5 color RGB value is (237,150,165).

  • kırmız ton 237;
  • yeşil ton 150;
  • mavi ton 165.
RGB:
(237,150,165)
(93%,59%,65%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 150 of 255 = 59%
B 165 of 255 = 65%

237
150
165

R + G + B ~ 72%. #ED96A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 150 + 165 = 552 (100%)
R 237 of 552 ~ 42.93%
G 150 of 552 ~ 27.17%
B 165 of 552 ~ 29.89%

%42.93
%27.17
%29.89

CMYK RENK MODELİ

#ED96A5 rengi CMYK tonu (0,37,30,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.71%
  • sarı tonu 30.38%
  • ana renk tonu 7.06%
CMYK:
(0,37,30,7)
C0M37Y30K7 
(0%,37%,30%,7%)
(0.00/0.37/0.30/0.07)	

CMYK yüzdeleri

%0
%36.71
%30.38
%7.06

Codes

Color #ED96A5 in popluar color models

ED96A5
RGB237150165
HSL350°70.73%75.88%
HSB/HSV350°36.71%92.94%
CMYK0.00%36.71%30.38%
7.06%

Color #ED96A5 in popluar number systems.

HEXED96A5
Decimal237150165
Binary111011011001011010100101
Octal355226245

Shades and tints

Shades of #ED96A5

#ED96A5
(237,150,165)
#D88996
(216,137,150)
#C37C87
(195,124,135)
#AE6F78
(174,111,120)
#996269
(153,98,105)
#84555A
(132,85,90)
#6F484B
(111,72,75)
#5A3B3C
(90,59,60)
#452E2D
(69,46,45)
#30211E
(48,33,30)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #ED96A5

#ED96A5
(237,150,165)
#EE9FAD
(238,159,173)
#EFA8B5
(239,168,181)
#F0B1BD
(240,177,189)
#F1BAC5
(241,186,197)
#F2C3CD
(242,195,205)
#F3CCD5
(243,204,213)
#F4D5DD
(244,213,221)
#F5DEE5
(245,222,229)
#F6E7ED
(246,231,237)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED96A5 color. Also use rgb(237,150,165) instead hex code.

Text Font Color

.myTextColor { color: #ED96A5; }

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

This text font color is #ED96A5.


Background Color

.myBgColor { background-color: #ED96A5; }

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

This div background color is #ED96A5.


Border color

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

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

This div border color is #ED96A5.


Opacity

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

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

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

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

This text has shadow with #ED96A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED96A5 on black background.


Color preview on white background

This text has color #ED96A5 on white background.



Black color preview on #ED96A5 background

This text has black color on #ED96A5 background.


White color preview on #ED96A5 background

This text has white color on #ED96A5 background.