COLOR #EDA5E7

HEX: #EDA5E7
RGB: (237,165,231)

Renk bilgisi

#EDA5E7 contains mainly red and blue colors. #EDA5E7 ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#EDA5E7 color RGB value is (237,165,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 165 of 255 = 65%
B 231 of 255 = 91%

237
165
231

R + G + B ~ 83%. #EDA5E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 165 + 231 = 633 (100%)
R 237 of 633 ~ 37.44%
G 165 of 633 ~ 26.07%
B 231 of 633 ~ 36.49%

%37.44
%26.07
%36.49

CMYK RENK MODELİ

#EDA5E7 rengi CMYK tonu (0,30,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.38%
  • sarı tonu 2.53%
  • ana renk tonu 7.06%
CMYK:
(0,30,3,7)
C0M30Y3K7 
(0%,30%,3%,7%)
(0.00/0.30/0.03/0.07)	

CMYK yüzdeleri

%0
%30.38
%2.53
%7.06

Codes

Color #EDA5E7 in popluar color models

EDA5E7
RGB237165231
HSL305°66.67%78.82%
HSB/HSV305°30.38%92.94%
CMYK0.00%30.38%2.53%
7.06%

Color #EDA5E7 in popluar number systems.

HEXEDA5E7
Decimal237165231
Binary111011011010010111100111
Octal355245347

Shades and tints

Shades of #EDA5E7

#EDA5E7
(237,165,231)
#D896D2
(216,150,210)
#C387BD
(195,135,189)
#AE78A8
(174,120,168)
#996993
(153,105,147)
#845A7E
(132,90,126)
#6F4B69
(111,75,105)
#5A3C54
(90,60,84)
#452D3F
(69,45,63)
#301E2A
(48,30,42)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #EDA5E7

#EDA5E7
(237,165,231)
#EEADE9
(238,173,233)
#EFB5EB
(239,181,235)
#F0BDED
(240,189,237)
#F1C5EF
(241,197,239)
#F2CDF1
(242,205,241)
#F3D5F3
(243,213,243)
#F4DDF5
(244,221,245)
#F5E5F7
(245,229,247)
#F6EDF9
(246,237,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA5E7; }

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

This text font color is #EDA5E7.


Background Color

.myBgColor { background-color: #EDA5E7; }

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

This div background color is #EDA5E7.


Border color

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

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

This div border color is #EDA5E7.


Opacity

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

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

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

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

This text has shadow with #EDA5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA5E7 on black background.


Color preview on white background

This text has color #EDA5E7 on white background.



Black color preview on #EDA5E7 background

This text has black color on #EDA5E7 background.


White color preview on #EDA5E7 background

This text has white color on #EDA5E7 background.