COLOR #ED9EC6

HEX: #ED9EC6
RGB: (237,158,198)

Renk bilgisi

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

RGB renk modeli

#ED9EC6 color RGB value is (237,158,198).

  • kırmız ton 237;
  • yeşil ton 158;
  • mavi ton 198.
RGB:
(237,158,198)
(93%,62%,78%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 158 of 255 = 62%
B 198 of 255 = 78%

237
158
198

R + G + B ~ 78%. #ED9EC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 158 + 198 = 593 (100%)
R 237 of 593 ~ 39.97%
G 158 of 593 ~ 26.64%
B 198 of 593 ~ 33.39%

%39.97
%26.64
%33.39

CMYK RENK MODELİ

#ED9EC6 rengi CMYK tonu (0,33,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 16.46%
  • ana renk tonu 7.06%
CMYK:
(0,33,16,7)
C0M33Y16K7 
(0%,33%,16%,7%)
(0.00/0.33/0.16/0.07)	

CMYK yüzdeleri

%0
%33.33
%16.46
%7.06

Codes

Color #ED9EC6 in popluar color models

ED9EC6
RGB237158198
HSL330°68.70%77.45%
HSB/HSV330°33.33%92.94%
CMYK0.00%33.33%16.46%
7.06%

Color #ED9EC6 in popluar number systems.

HEXED9EC6
Decimal237158198
Binary111011011001111011000110
Octal355236306

Shades and tints

Shades of #ED9EC6

#ED9EC6
(237,158,198)
#D890B4
(216,144,180)
#C382A2
(195,130,162)
#AE7490
(174,116,144)
#99667E
(153,102,126)
#84586C
(132,88,108)
#6F4A5A
(111,74,90)
#5A3C48
(90,60,72)
#452E36
(69,46,54)
#302024
(48,32,36)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #ED9EC6

#ED9EC6
(237,158,198)
#EEA6CB
(238,166,203)
#EFAED0
(239,174,208)
#F0B6D5
(240,182,213)
#F1BEDA
(241,190,218)
#F2C6DF
(242,198,223)
#F3CEE4
(243,206,228)
#F4D6E9
(244,214,233)
#F5DEEE
(245,222,238)
#F6E6F3
(246,230,243)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9EC6 color. Also use rgb(237,158,198) instead hex code.

Text Font Color

.myTextColor { color: #ED9EC6; }

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

This text font color is #ED9EC6.


Background Color

.myBgColor { background-color: #ED9EC6; }

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

This div background color is #ED9EC6.


Border color

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

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

This div border color is #ED9EC6.


Opacity

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

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

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

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

This text has shadow with #ED9EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9EC6 on black background.


Color preview on white background

This text has color #ED9EC6 on white background.



Black color preview on #ED9EC6 background

This text has black color on #ED9EC6 background.


White color preview on #ED9EC6 background

This text has white color on #ED9EC6 background.