COLOR #EDB5DC

HEX: #EDB5DC
RGB: (237,181,220)

Renk bilgisi

#EDB5DC contains red, green and blue colors in about the same proportion. #EDB5DC ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EDB5DC color RGB value is (237,181,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 181 of 255 = 71%
B 220 of 255 = 86%

237
181
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 181 + 220 = 638 (100%)
R 237 of 638 ~ 37.15%
G 181 of 638 ~ 28.37%
B 220 of 638 ~ 34.48%

%37.15
%28.37
%34.48

CMYK RENK MODELİ

#EDB5DC rengi CMYK tonu (0,24,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.63%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,24,7,7)
C0M24Y7K7 
(0%,24%,7%,7%)
(0.00/0.24/0.07/0.07)	

CMYK yüzdeleri

%0
%23.63
%7.17
%7.06

Codes

Color #EDB5DC in popluar color models

EDB5DC
RGB237181220
HSL318°60.87%81.96%
HSB/HSV318°23.63%92.94%
CMYK0.00%23.63%7.17%
7.06%

Color #EDB5DC in popluar number systems.

HEXEDB5DC
Decimal237181220
Binary111011011011010111011100
Octal355265334

Shades and tints

Shades of #EDB5DC

#EDB5DC
(237,181,220)
#D8A5C8
(216,165,200)
#C395B4
(195,149,180)
#AE85A0
(174,133,160)
#99758C
(153,117,140)
#846578
(132,101,120)
#6F5564
(111,85,100)
#5A4550
(90,69,80)
#45353C
(69,53,60)
#302528
(48,37,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDB5DC

#EDB5DC
(237,181,220)
#EEBBDF
(238,187,223)
#EFC1E2
(239,193,226)
#F0C7E5
(240,199,229)
#F1CDE8
(241,205,232)
#F2D3EB
(242,211,235)
#F3D9EE
(243,217,238)
#F4DFF1
(244,223,241)
#F5E5F4
(245,229,244)
#F6EBF7
(246,235,247)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB5DC; }

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

This text font color is #EDB5DC.


Background Color

.myBgColor { background-color: #EDB5DC; }

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

This div background color is #EDB5DC.


Border color

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

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

This div border color is #EDB5DC.


Opacity

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

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

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

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

This text has shadow with #EDB5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB5DC on black background.


Color preview on white background

This text has color #EDB5DC on white background.



Black color preview on #EDB5DC background

This text has black color on #EDB5DC background.


White color preview on #EDB5DC background

This text has white color on #EDB5DC background.