COLOR #EDB6EC

HEX: #EDB6EC
RGB: (237,182,236)

Renk bilgisi

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

RGB renk modeli

#EDB6EC color RGB value is (237,182,236).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 182 of 255 = 71%
B 236 of 255 = 93%

237
182
236

R + G + B ~ 86%. #EDB6EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 182 + 236 = 655 (100%)
R 237 of 655 ~ 36.18%
G 182 of 655 ~ 27.79%
B 236 of 655 ~ 36.03%

%36.18
%27.79
%36.03

CMYK RENK MODELİ

#EDB6EC rengi CMYK tonu (0,23,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.21%
  • sarı tonu 0.42%
  • ana renk tonu 7.06%
CMYK:
(0,23,0,7)
C0M23Y0K7 
(0%,23%,0%,7%)
(0.00/0.23/0.00/0.07)	

CMYK yüzdeleri

%0
%23.21
%0.42
%7.06

Codes

Color #EDB6EC in popluar color models

EDB6EC
RGB237182236
HSL301°60.44%82.16%
HSB/HSV301°23.21%92.94%
CMYK0.00%23.21%0.42%
7.06%

Color #EDB6EC in popluar number systems.

HEXEDB6EC
Decimal237182236
Binary111011011011011011101100
Octal355266354

Shades and tints

Shades of #EDB6EC

#EDB6EC
(237,182,236)
#D8A6D7
(216,166,215)
#C396C2
(195,150,194)
#AE86AD
(174,134,173)
#997698
(153,118,152)
#846683
(132,102,131)
#6F566E
(111,86,110)
#5A4659
(90,70,89)
#453644
(69,54,68)
#30262F
(48,38,47)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #EDB6EC

#EDB6EC
(237,182,236)
#EEBCED
(238,188,237)
#EFC2EE
(239,194,238)
#F0C8EF
(240,200,239)
#F1CEF0
(241,206,240)
#F2D4F1
(242,212,241)
#F3DAF2
(243,218,242)
#F4E0F3
(244,224,243)
#F5E6F4
(245,230,244)
#F6ECF5
(246,236,245)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6EC; }

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

This text font color is #EDB6EC.


Background Color

.myBgColor { background-color: #EDB6EC; }

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

This div background color is #EDB6EC.


Border color

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

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

This div border color is #EDB6EC.


Opacity

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

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

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

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

This text has shadow with #EDB6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB6EC on black background.


Color preview on white background

This text has color #EDB6EC on white background.



Black color preview on #EDB6EC background

This text has black color on #EDB6EC background.


White color preview on #EDB6EC background

This text has white color on #EDB6EC background.