COLOR #ED93B9

HEX: #ED93B9
RGB: (237,147,185)

Renk bilgisi

#ED93B9 contains mainly red and blue colors. #ED93B9 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#ED93B9 color RGB value is (237,147,185).

  • kırmız ton 237;
  • yeşil ton 147;
  • mavi ton 185.
RGB:
(237,147,185)
(93%,58%,73%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 147 of 255 = 58%
B 185 of 255 = 73%

237
147
185

R + G + B ~ 75%. #ED93B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 147 + 185 = 569 (100%)
R 237 of 569 ~ 41.65%
G 147 of 569 ~ 25.83%
B 185 of 569 ~ 32.51%

%41.65
%25.83
%32.51

CMYK RENK MODELİ

#ED93B9 rengi CMYK tonu (0,38,22,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.97%
  • sarı tonu 21.94%
  • ana renk tonu 7.06%
CMYK:
(0,38,22,7)
C0M38Y22K7 
(0%,38%,22%,7%)
(0.00/0.38/0.22/0.07)	

CMYK yüzdeleri

%0
%37.97
%21.94
%7.06

Codes

Color #ED93B9 in popluar color models

ED93B9
RGB237147185
HSL335°71.43%75.29%
HSB/HSV335°37.97%92.94%
CMYK0.00%37.97%21.94%
7.06%

Color #ED93B9 in popluar number systems.

HEXED93B9
Decimal237147185
Binary111011011001001110111001
Octal355223271

Shades and tints

Shades of #ED93B9

#ED93B9
(237,147,185)
#D886A9
(216,134,169)
#C37999
(195,121,153)
#AE6C89
(174,108,137)
#995F79
(153,95,121)
#845269
(132,82,105)
#6F4559
(111,69,89)
#5A3849
(90,56,73)
#452B39
(69,43,57)
#301E29
(48,30,41)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #ED93B9

#ED93B9
(237,147,185)
#EE9CBF
(238,156,191)
#EFA5C5
(239,165,197)
#F0AECB
(240,174,203)
#F1B7D1
(241,183,209)
#F2C0D7
(242,192,215)
#F3C9DD
(243,201,221)
#F4D2E3
(244,210,227)
#F5DBE9
(245,219,233)
#F6E4EF
(246,228,239)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED93B9; }

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

This text font color is #ED93B9.


Background Color

.myBgColor { background-color: #ED93B9; }

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

This div background color is #ED93B9.


Border color

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

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

This div border color is #ED93B9.


Opacity

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

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

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

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

This text has shadow with #ED93B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED93B9 on black background.


Color preview on white background

This text has color #ED93B9 on white background.



Black color preview on #ED93B9 background

This text has black color on #ED93B9 background.


White color preview on #ED93B9 background

This text has white color on #ED93B9 background.