COLOR #EDB0EA

HEX: #EDB0EA
RGB: (237,176,234)

Renk bilgisi

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

RGB renk modeli

#EDB0EA color RGB value is (237,176,234).

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

RGB bağlantıları ve doygunluk

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

237
176
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 176 + 234 = 647 (100%)
R 237 of 647 ~ 36.63%
G 176 of 647 ~ 27.2%
B 234 of 647 ~ 36.17%

%36.63
%27.2
%36.17

CMYK RENK MODELİ

#EDB0EA rengi CMYK tonu (0,26,1,7).

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

CMYK yüzdeleri

%0
%25.74
%1.27
%7.06

Codes

Color #EDB0EA in popluar color models

EDB0EA
RGB237176234
HSL303°62.89%80.98%
HSB/HSV303°25.74%92.94%
CMYK0.00%25.74%1.27%
7.06%

Color #EDB0EA in popluar number systems.

HEXEDB0EA
Decimal237176234
Binary111011011011000011101010
Octal355260352

Shades and tints

Shades of #EDB0EA

#EDB0EA
(237,176,234)
#D8A0D5
(216,160,213)
#C390C0
(195,144,192)
#AE80AB
(174,128,171)
#997096
(153,112,150)
#846081
(132,96,129)
#6F506C
(111,80,108)
#5A4057
(90,64,87)
#453042
(69,48,66)
#30202D
(48,32,45)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #EDB0EA

#EDB0EA
(237,176,234)
#EEB7EB
(238,183,235)
#EFBEEC
(239,190,236)
#F0C5ED
(240,197,237)
#F1CCEE
(241,204,238)
#F2D3EF
(242,211,239)
#F3DAF0
(243,218,240)
#F4E1F1
(244,225,241)
#F5E8F2
(245,232,242)
#F6EFF3
(246,239,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB0EA; }

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

This text font color is #EDB0EA.


Background Color

.myBgColor { background-color: #EDB0EA; }

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

This div background color is #EDB0EA.


Border color

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

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

This div border color is #EDB0EA.


Opacity

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

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

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

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

This text has shadow with #EDB0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB0EA on black background.


Color preview on white background

This text has color #EDB0EA on white background.



Black color preview on #EDB0EA background

This text has black color on #EDB0EA background.


White color preview on #EDB0EA background

This text has white color on #EDB0EA background.