COLOR #EDB0ED

HEX: #EDB0ED
RGB: (237,176,237)

Renk bilgisi

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

RGB renk modeli

#EDB0ED color RGB value is (237,176,237).

  • kırmız ton 237;
  • yeşil ton 176;
  • mavi ton 237.
RGB:
(237,176,237)
(93%,69%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 176 of 255 = 69%
B 237 of 255 = 93%

237
176
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 176 + 237 = 650 (100%)
R 237 of 650 ~ 36.46%
G 176 of 650 ~ 27.08%
B 237 of 650 ~ 36.46%

%36.46
%27.08
%36.46

CMYK RENK MODELİ

#EDB0ED rengi CMYK tonu (0,26,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(0,26,0,7)
C0M26Y0K7 
(0%,26%,0%,7%)
(0.00/0.26/0.00/0.07)	

CMYK yüzdeleri

%0
%25.74
%0
%7.06

Codes

Color #EDB0ED in popluar color models

EDB0ED
RGB237176237
HSL300°62.89%80.98%
HSB/HSV300°25.74%92.94%
CMYK0.00%25.74%0.00%
7.06%

Color #EDB0ED in popluar number systems.

HEXEDB0ED
Decimal237176237
Binary111011011011000011101101
Octal355260355

Shades and tints

Shades of #EDB0ED

#EDB0ED
(237,176,237)
#D8A0D8
(216,160,216)
#C390C3
(195,144,195)
#AE80AE
(174,128,174)
#997099
(153,112,153)
#846084
(132,96,132)
#6F506F
(111,80,111)
#5A405A
(90,64,90)
#453045
(69,48,69)
#302030
(48,32,48)
#1B101B
(27,16,27)
#000000
(0,0,0)

Tints of #EDB0ED

#EDB0ED
(237,176,237)
#EEB7EE
(238,183,238)
#EFBEEF
(239,190,239)
#F0C5F0
(240,197,240)
#F1CCF1
(241,204,241)
#F2D3F2
(242,211,242)
#F3DAF3
(243,218,243)
#F4E1F4
(244,225,244)
#F5E8F5
(245,232,245)
#F6EFF6
(246,239,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB0ED; }

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

This text font color is #EDB0ED.


Background Color

.myBgColor { background-color: #EDB0ED; }

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

This div background color is #EDB0ED.


Border color

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

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

This div border color is #EDB0ED.


Opacity

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

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

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

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

This text has shadow with #EDB0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB0ED on black background.


Color preview on white background

This text has color #EDB0ED on white background.



Black color preview on #EDB0ED background

This text has black color on #EDB0ED background.


White color preview on #EDB0ED background

This text has white color on #EDB0ED background.