COLOR #ED9BDE

HEX: #ED9BDE
RGB: (237,155,222)

Renk bilgisi

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

RGB renk modeli

#ED9BDE color RGB value is (237,155,222).

  • kırmız ton 237;
  • yeşil ton 155;
  • mavi ton 222.
RGB:
(237,155,222)
(93%,61%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 155 of 255 = 61%
B 222 of 255 = 87%

237
155
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 155 + 222 = 614 (100%)
R 237 of 614 ~ 38.6%
G 155 of 614 ~ 25.24%
B 222 of 614 ~ 36.16%

%38.6
%25.24
%36.16

CMYK RENK MODELİ

#ED9BDE rengi CMYK tonu (0,35,6,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.60%
  • sarı tonu 6.33%
  • ana renk tonu 7.06%
CMYK:
(0,35,6,7)
C0M35Y6K7 
(0%,35%,6%,7%)
(0.00/0.35/0.06/0.07)	

CMYK yüzdeleri

%0
%34.6
%6.33
%7.06

Codes

Color #ED9BDE in popluar color models

ED9BDE
RGB237155222
HSL311°69.49%76.86%
HSB/HSV311°34.60%92.94%
CMYK0.00%34.60%6.33%
7.06%

Color #ED9BDE in popluar number systems.

HEXED9BDE
Decimal237155222
Binary111011011001101111011110
Octal355233336

Shades and tints

Shades of #ED9BDE

#ED9BDE
(237,155,222)
#D88DCA
(216,141,202)
#C37FB6
(195,127,182)
#AE71A2
(174,113,162)
#99638E
(153,99,142)
#84557A
(132,85,122)
#6F4766
(111,71,102)
#5A3952
(90,57,82)
#452B3E
(69,43,62)
#301D2A
(48,29,42)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #ED9BDE

#ED9BDE
(237,155,222)
#EEA4E1
(238,164,225)
#EFADE4
(239,173,228)
#F0B6E7
(240,182,231)
#F1BFEA
(241,191,234)
#F2C8ED
(242,200,237)
#F3D1F0
(243,209,240)
#F4DAF3
(244,218,243)
#F5E3F6
(245,227,246)
#F6ECF9
(246,236,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9BDE color. Also use rgb(237,155,222) instead hex code.

Text Font Color

.myTextColor { color: #ED9BDE; }

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

This text font color is #ED9BDE.


Background Color

.myBgColor { background-color: #ED9BDE; }

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

This div background color is #ED9BDE.


Border color

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

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

This div border color is #ED9BDE.


Opacity

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

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

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

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

This text has shadow with #ED9BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9BDE on black background.


Color preview on white background

This text has color #ED9BDE on white background.



Black color preview on #ED9BDE background

This text has black color on #ED9BDE background.


White color preview on #ED9BDE background

This text has white color on #ED9BDE background.