COLOR #ED9DD5

HEX: #ED9DD5
RGB: (237,157,213)

Renk bilgisi

#ED9DD5 contains mainly red and blue colors. #ED9DD5 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#ED9DD5 color RGB value is (237,157,213).

  • kırmız ton 237;
  • yeşil ton 157;
  • mavi ton 213.
RGB:
(237,157,213)
(93%,62%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 157 of 255 = 62%
B 213 of 255 = 84%

237
157
213

R + G + B ~ 80%. #ED9DD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 157 + 213 = 607 (100%)
R 237 of 607 ~ 39.04%
G 157 of 607 ~ 25.86%
B 213 of 607 ~ 35.09%

%39.04
%25.86
%35.09

CMYK RENK MODELİ

#ED9DD5 rengi CMYK tonu (0,34,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.76%
  • sarı tonu 10.13%
  • ana renk tonu 7.06%
CMYK:
(0,34,10,7)
C0M34Y10K7 
(0%,34%,10%,7%)
(0.00/0.34/0.10/0.07)	

CMYK yüzdeleri

%0
%33.76
%10.13
%7.06

Codes

Color #ED9DD5 in popluar color models

ED9DD5
RGB237157213
HSL318°68.97%77.25%
HSB/HSV318°33.76%92.94%
CMYK0.00%33.76%10.13%
7.06%

Color #ED9DD5 in popluar number systems.

HEXED9DD5
Decimal237157213
Binary111011011001110111010101
Octal355235325

Shades and tints

Shades of #ED9DD5

#ED9DD5
(237,157,213)
#D88FC2
(216,143,194)
#C381AF
(195,129,175)
#AE739C
(174,115,156)
#996589
(153,101,137)
#845776
(132,87,118)
#6F4963
(111,73,99)
#5A3B50
(90,59,80)
#452D3D
(69,45,61)
#301F2A
(48,31,42)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #ED9DD5

#ED9DD5
(237,157,213)
#EEA5D8
(238,165,216)
#EFADDB
(239,173,219)
#F0B5DE
(240,181,222)
#F1BDE1
(241,189,225)
#F2C5E4
(242,197,228)
#F3CDE7
(243,205,231)
#F4D5EA
(244,213,234)
#F5DDED
(245,221,237)
#F6E5F0
(246,229,240)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9DD5 color. Also use rgb(237,157,213) instead hex code.

Text Font Color

.myTextColor { color: #ED9DD5; }

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

This text font color is #ED9DD5.


Background Color

.myBgColor { background-color: #ED9DD5; }

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

This div background color is #ED9DD5.


Border color

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

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

This div border color is #ED9DD5.


Opacity

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

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

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

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

This text has shadow with #ED9DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9DD5 on black background.


Color preview on white background

This text has color #ED9DD5 on white background.



Black color preview on #ED9DD5 background

This text has black color on #ED9DD5 background.


White color preview on #ED9DD5 background

This text has white color on #ED9DD5 background.