COLOR #ED98D6

HEX: #ED98D6
RGB: (237,152,214)

Renk bilgisi

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

RGB renk modeli

#ED98D6 color RGB value is (237,152,214).

  • kırmız ton 237;
  • yeşil ton 152;
  • mavi ton 214.
RGB:
(237,152,214)
(93%,60%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 152 of 255 = 60%
B 214 of 255 = 84%

237
152
214

R + G + B ~ 79%. #ED98D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 152 + 214 = 603 (100%)
R 237 of 603 ~ 39.3%
G 152 of 603 ~ 25.21%
B 214 of 603 ~ 35.49%

%39.3
%25.21
%35.49

CMYK RENK MODELİ

#ED98D6 rengi CMYK tonu (0,36,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.86%
  • sarı tonu 9.70%
  • ana renk tonu 7.06%
CMYK:
(0,36,10,7)
C0M36Y10K7 
(0%,36%,10%,7%)
(0.00/0.36/0.10/0.07)	

CMYK yüzdeleri

%0
%35.86
%9.7
%7.06

Codes

Color #ED98D6 in popluar color models

ED98D6
RGB237152214
HSL316°70.25%76.27%
HSB/HSV316°35.86%92.94%
CMYK0.00%35.86%9.70%
7.06%

Color #ED98D6 in popluar number systems.

HEXED98D6
Decimal237152214
Binary111011011001100011010110
Octal355230326

Shades and tints

Shades of #ED98D6

#ED98D6
(237,152,214)
#D88BC3
(216,139,195)
#C37EB0
(195,126,176)
#AE719D
(174,113,157)
#99648A
(153,100,138)
#845777
(132,87,119)
#6F4A64
(111,74,100)
#5A3D51
(90,61,81)
#45303E
(69,48,62)
#30232B
(48,35,43)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #ED98D6

#ED98D6
(237,152,214)
#EEA1D9
(238,161,217)
#EFAADC
(239,170,220)
#F0B3DF
(240,179,223)
#F1BCE2
(241,188,226)
#F2C5E5
(242,197,229)
#F3CEE8
(243,206,232)
#F4D7EB
(244,215,235)
#F5E0EE
(245,224,238)
#F6E9F1
(246,233,241)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED98D6 color. Also use rgb(237,152,214) instead hex code.

Text Font Color

.myTextColor { color: #ED98D6; }

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

This text font color is #ED98D6.


Background Color

.myBgColor { background-color: #ED98D6; }

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

This div background color is #ED98D6.


Border color

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

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

This div border color is #ED98D6.


Opacity

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

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

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

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

This text has shadow with #ED98D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED98D6 on black background.


Color preview on white background

This text has color #ED98D6 on white background.



Black color preview on #ED98D6 background

This text has black color on #ED98D6 background.


White color preview on #ED98D6 background

This text has white color on #ED98D6 background.