COLOR #EDB5D5

HEX: #EDB5D5
RGB: (237,181,213)

Renk bilgisi

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

RGB renk modeli

#EDB5D5 color RGB value is (237,181,213).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 181 of 255 = 71%
B 213 of 255 = 84%

237
181
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 181 + 213 = 631 (100%)
R 237 of 631 ~ 37.56%
G 181 of 631 ~ 28.68%
B 213 of 631 ~ 33.76%

%37.56
%28.68
%33.76

CMYK RENK MODELİ

#EDB5D5 rengi CMYK tonu (0,24,10,7).

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

CMYK yüzdeleri

%0
%23.63
%10.13
%7.06

Codes

Color #EDB5D5 in popluar color models

EDB5D5
RGB237181213
HSL326°60.87%81.96%
HSB/HSV326°23.63%92.94%
CMYK0.00%23.63%10.13%
7.06%

Color #EDB5D5 in popluar number systems.

HEXEDB5D5
Decimal237181213
Binary111011011011010111010101
Octal355265325

Shades and tints

Shades of #EDB5D5

#EDB5D5
(237,181,213)
#D8A5C2
(216,165,194)
#C395AF
(195,149,175)
#AE859C
(174,133,156)
#997589
(153,117,137)
#846576
(132,101,118)
#6F5563
(111,85,99)
#5A4550
(90,69,80)
#45353D
(69,53,61)
#30252A
(48,37,42)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #EDB5D5

#EDB5D5
(237,181,213)
#EEBBD8
(238,187,216)
#EFC1DB
(239,193,219)
#F0C7DE
(240,199,222)
#F1CDE1
(241,205,225)
#F2D3E4
(242,211,228)
#F3D9E7
(243,217,231)
#F4DFEA
(244,223,234)
#F5E5ED
(245,229,237)
#F6EBF0
(246,235,240)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB5D5; }

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

This text font color is #EDB5D5.


Background Color

.myBgColor { background-color: #EDB5D5; }

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

This div background color is #EDB5D5.


Border color

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

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

This div border color is #EDB5D5.


Opacity

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

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

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

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

This text has shadow with #EDB5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB5D5 on black background.


Color preview on white background

This text has color #EDB5D5 on white background.



Black color preview on #EDB5D5 background

This text has black color on #EDB5D5 background.


White color preview on #EDB5D5 background

This text has white color on #EDB5D5 background.