COLOR #EDBAE3

HEX: #EDBAE3
RGB: (237,186,227)

Renk bilgisi

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

RGB renk modeli

#EDBAE3 color RGB value is (237,186,227).

  • kırmız ton 237;
  • yeşil ton 186;
  • mavi ton 227.
RGB:
(237,186,227)
(93%,73%,89%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 186 of 255 = 73%
B 227 of 255 = 89%

237
186
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 186 + 227 = 650 (100%)
R 237 of 650 ~ 36.46%
G 186 of 650 ~ 28.62%
B 227 of 650 ~ 34.92%

%36.46
%28.62
%34.92

CMYK RENK MODELİ

#EDBAE3 rengi CMYK tonu (0,22,4,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.52%
  • sarı tonu 4.22%
  • ana renk tonu 7.06%
CMYK:
(0,22,4,7)
C0M22Y4K7 
(0%,22%,4%,7%)
(0.00/0.22/0.04/0.07)	

CMYK yüzdeleri

%0
%21.52
%4.22
%7.06

Codes

Color #EDBAE3 in popluar color models

EDBAE3
RGB237186227
HSL312°58.62%82.94%
HSB/HSV312°21.52%92.94%
CMYK0.00%21.52%4.22%
7.06%

Color #EDBAE3 in popluar number systems.

HEXEDBAE3
Decimal237186227
Binary111011011011101011100011
Octal355272343

Shades and tints

Shades of #EDBAE3

#EDBAE3
(237,186,227)
#D8AACF
(216,170,207)
#C39ABB
(195,154,187)
#AE8AA7
(174,138,167)
#997A93
(153,122,147)
#846A7F
(132,106,127)
#6F5A6B
(111,90,107)
#5A4A57
(90,74,87)
#453A43
(69,58,67)
#302A2F
(48,42,47)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #EDBAE3

#EDBAE3
(237,186,227)
#EEC0E5
(238,192,229)
#EFC6E7
(239,198,231)
#F0CCE9
(240,204,233)
#F1D2EB
(241,210,235)
#F2D8ED
(242,216,237)
#F3DEEF
(243,222,239)
#F4E4F1
(244,228,241)
#F5EAF3
(245,234,243)
#F6F0F5
(246,240,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBAE3; }

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

This text font color is #EDBAE3.


Background Color

.myBgColor { background-color: #EDBAE3; }

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

This div background color is #EDBAE3.


Border color

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

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

This div border color is #EDBAE3.


Opacity

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

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

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

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

This text has shadow with #EDBAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBAE3 on black background.


Color preview on white background

This text has color #EDBAE3 on white background.



Black color preview on #EDBAE3 background

This text has black color on #EDBAE3 background.


White color preview on #EDBAE3 background

This text has white color on #EDBAE3 background.