COLOR #EDBDE1

HEX: #EDBDE1
RGB: (237,189,225)

Renk bilgisi

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

RGB renk modeli

#EDBDE1 color RGB value is (237,189,225).

  • kırmız ton 237;
  • yeşil ton 189;
  • mavi ton 225.
RGB:
(237,189,225)
(93%,74%,88%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 189 of 255 = 74%
B 225 of 255 = 88%

237
189
225

R + G + B ~ 85%. #EDBDE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 189 + 225 = 651 (100%)
R 237 of 651 ~ 36.41%
G 189 of 651 ~ 29.03%
B 225 of 651 ~ 34.56%

%36.41
%29.03
%34.56

CMYK RENK MODELİ

#EDBDE1 rengi CMYK tonu (0,20,5,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.25%
  • sarı tonu 5.06%
  • ana renk tonu 7.06%
CMYK:
(0,20,5,7)
C0M20Y5K7 
(0%,20%,5%,7%)
(0.00/0.20/0.05/0.07)	

CMYK yüzdeleri

%0
%20.25
%5.06
%7.06

Codes

Color #EDBDE1 in popluar color models

EDBDE1
RGB237189225
HSL315°57.14%83.53%
HSB/HSV315°20.25%92.94%
CMYK0.00%20.25%5.06%
7.06%

Color #EDBDE1 in popluar number systems.

HEXEDBDE1
Decimal237189225
Binary111011011011110111100001
Octal355275341

Shades and tints

Shades of #EDBDE1

#EDBDE1
(237,189,225)
#D8ACCD
(216,172,205)
#C39BB9
(195,155,185)
#AE8AA5
(174,138,165)
#997991
(153,121,145)
#84687D
(132,104,125)
#6F5769
(111,87,105)
#5A4655
(90,70,85)
#453541
(69,53,65)
#30242D
(48,36,45)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #EDBDE1

#EDBDE1
(237,189,225)
#EEC3E3
(238,195,227)
#EFC9E5
(239,201,229)
#F0CFE7
(240,207,231)
#F1D5E9
(241,213,233)
#F2DBEB
(242,219,235)
#F3E1ED
(243,225,237)
#F4E7EF
(244,231,239)
#F5EDF1
(245,237,241)
#F6F3F3
(246,243,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBDE1 color. Also use rgb(237,189,225) instead hex code.

Text Font Color

.myTextColor { color: #EDBDE1; }

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

This text font color is #EDBDE1.


Background Color

.myBgColor { background-color: #EDBDE1; }

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

This div background color is #EDBDE1.


Border color

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

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

This div border color is #EDBDE1.


Opacity

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

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

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

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

This text has shadow with #EDBDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBDE1 on black background.


Color preview on white background

This text has color #EDBDE1 on white background.



Black color preview on #EDBDE1 background

This text has black color on #EDBDE1 background.


White color preview on #EDBDE1 background

This text has white color on #EDBDE1 background.