COLOR #EDA8DC

HEX: #EDA8DC
RGB: (237,168,220)

Renk bilgisi

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

RGB renk modeli

#EDA8DC color RGB value is (237,168,220).

  • kırmız ton 237;
  • yeşil ton 168;
  • mavi ton 220.
RGB:
(237,168,220)
(93%,66%,86%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 168 of 255 = 66%
B 220 of 255 = 86%

237
168
220

R + G + B ~ 82%. #EDA8DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 168 + 220 = 625 (100%)
R 237 of 625 ~ 37.92%
G 168 of 625 ~ 26.88%
B 220 of 625 ~ 35.2%

%37.92
%26.88
%35.2

CMYK RENK MODELİ

#EDA8DC rengi CMYK tonu (0,29,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.11%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,29,7,7)
C0M29Y7K7 
(0%,29%,7%,7%)
(0.00/0.29/0.07/0.07)	

CMYK yüzdeleri

%0
%29.11
%7.17
%7.06

Codes

Color #EDA8DC in popluar color models

EDA8DC
RGB237168220
HSL315°65.71%79.41%
HSB/HSV315°29.11%92.94%
CMYK0.00%29.11%7.17%
7.06%

Color #EDA8DC in popluar number systems.

HEXEDA8DC
Decimal237168220
Binary111011011010100011011100
Octal355250334

Shades and tints

Shades of #EDA8DC

#EDA8DC
(237,168,220)
#D899C8
(216,153,200)
#C38AB4
(195,138,180)
#AE7BA0
(174,123,160)
#996C8C
(153,108,140)
#845D78
(132,93,120)
#6F4E64
(111,78,100)
#5A3F50
(90,63,80)
#45303C
(69,48,60)
#302128
(48,33,40)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #EDA8DC

#EDA8DC
(237,168,220)
#EEAFDF
(238,175,223)
#EFB6E2
(239,182,226)
#F0BDE5
(240,189,229)
#F1C4E8
(241,196,232)
#F2CBEB
(242,203,235)
#F3D2EE
(243,210,238)
#F4D9F1
(244,217,241)
#F5E0F4
(245,224,244)
#F6E7F7
(246,231,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA8DC color. Also use rgb(237,168,220) instead hex code.

Text Font Color

.myTextColor { color: #EDA8DC; }

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

This text font color is #EDA8DC.


Background Color

.myBgColor { background-color: #EDA8DC; }

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

This div background color is #EDA8DC.


Border color

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

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

This div border color is #EDA8DC.


Opacity

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

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

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

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

This text has shadow with #EDA8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA8DC on black background.


Color preview on white background

This text has color #EDA8DC on white background.



Black color preview on #EDA8DC background

This text has black color on #EDA8DC background.


White color preview on #EDA8DC background

This text has white color on #EDA8DC background.