COLOR #EDA5B0

HEX: #EDA5B0
RGB: (237,165,176)

Renk bilgisi

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

RGB renk modeli

#EDA5B0 color RGB value is (237,165,176).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 165 of 255 = 65%
B 176 of 255 = 69%

237
165
176

R + G + B ~ 76%. #EDA5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 165 + 176 = 578 (100%)
R 237 of 578 ~ 41%
G 165 of 578 ~ 28.55%
B 176 of 578 ~ 30.45%

%41
%28.55
%30.45

CMYK RENK MODELİ

#EDA5B0 rengi CMYK tonu (0,30,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.38%
  • sarı tonu 25.74%
  • ana renk tonu 7.06%
CMYK:
(0,30,26,7)
C0M30Y26K7 
(0%,30%,26%,7%)
(0.00/0.30/0.26/0.07)	

CMYK yüzdeleri

%0
%30.38
%25.74
%7.06

Codes

Color #EDA5B0 in popluar color models

EDA5B0
RGB237165176
HSL351°66.67%78.82%
HSB/HSV351°30.38%92.94%
CMYK0.00%30.38%25.74%
7.06%

Color #EDA5B0 in popluar number systems.

HEXEDA5B0
Decimal237165176
Binary111011011010010110110000
Octal355245260

Shades and tints

Shades of #EDA5B0

#EDA5B0
(237,165,176)
#D896A0
(216,150,160)
#C38790
(195,135,144)
#AE7880
(174,120,128)
#996970
(153,105,112)
#845A60
(132,90,96)
#6F4B50
(111,75,80)
#5A3C40
(90,60,64)
#452D30
(69,45,48)
#301E20
(48,30,32)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #EDA5B0

#EDA5B0
(237,165,176)
#EEADB7
(238,173,183)
#EFB5BE
(239,181,190)
#F0BDC5
(240,189,197)
#F1C5CC
(241,197,204)
#F2CDD3
(242,205,211)
#F3D5DA
(243,213,218)
#F4DDE1
(244,221,225)
#F5E5E8
(245,229,232)
#F6EDEF
(246,237,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA5B0; }

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

This text font color is #EDA5B0.


Background Color

.myBgColor { background-color: #EDA5B0; }

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

This div background color is #EDA5B0.


Border color

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

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

This div border color is #EDA5B0.


Opacity

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

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

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

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

This text has shadow with #EDA5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA5B0 on black background.


Color preview on white background

This text has color #EDA5B0 on white background.



Black color preview on #EDA5B0 background

This text has black color on #EDA5B0 background.


White color preview on #EDA5B0 background

This text has white color on #EDA5B0 background.