COLOR #EDB3E5

HEX: #EDB3E5
RGB: (237,179,229)

Renk bilgisi

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

RGB renk modeli

#EDB3E5 color RGB value is (237,179,229).

  • kırmız ton 237;
  • yeşil ton 179;
  • mavi ton 229.
RGB:
(237,179,229)
(93%,70%,90%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 179 of 255 = 70%
B 229 of 255 = 90%

237
179
229

R + G + B ~ 84%. #EDB3E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 179 + 229 = 645 (100%)
R 237 of 645 ~ 36.74%
G 179 of 645 ~ 27.75%
B 229 of 645 ~ 35.5%

%36.74
%27.75
%35.5

CMYK RENK MODELİ

#EDB3E5 rengi CMYK tonu (0,24,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.47%
  • sarı tonu 3.38%
  • ana renk tonu 7.06%
CMYK:
(0,24,3,7)
C0M24Y3K7 
(0%,24%,3%,7%)
(0.00/0.24/0.03/0.07)	

CMYK yüzdeleri

%0
%24.47
%3.38
%7.06

Codes

Color #EDB3E5 in popluar color models

EDB3E5
RGB237179229
HSL308°61.70%81.57%
HSB/HSV308°24.47%92.94%
CMYK0.00%24.47%3.38%
7.06%

Color #EDB3E5 in popluar number systems.

HEXEDB3E5
Decimal237179229
Binary111011011011001111100101
Octal355263345

Shades and tints

Shades of #EDB3E5

#EDB3E5
(237,179,229)
#D8A3D1
(216,163,209)
#C393BD
(195,147,189)
#AE83A9
(174,131,169)
#997395
(153,115,149)
#846381
(132,99,129)
#6F536D
(111,83,109)
#5A4359
(90,67,89)
#453345
(69,51,69)
#302331
(48,35,49)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #EDB3E5

#EDB3E5
(237,179,229)
#EEB9E7
(238,185,231)
#EFBFE9
(239,191,233)
#F0C5EB
(240,197,235)
#F1CBED
(241,203,237)
#F2D1EF
(242,209,239)
#F3D7F1
(243,215,241)
#F4DDF3
(244,221,243)
#F5E3F5
(245,227,245)
#F6E9F7
(246,233,247)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB3E5; }

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

This text font color is #EDB3E5.


Background Color

.myBgColor { background-color: #EDB3E5; }

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

This div background color is #EDB3E5.


Border color

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

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

This div border color is #EDB3E5.


Opacity

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

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

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

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

This text has shadow with #EDB3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB3E5 on black background.


Color preview on white background

This text has color #EDB3E5 on white background.



Black color preview on #EDB3E5 background

This text has black color on #EDB3E5 background.


White color preview on #EDB3E5 background

This text has white color on #EDB3E5 background.