COLOR #ED6B8D

HEX: #ED6B8D
RGB: (237,107,141)

Renk bilgisi

#ED6B8D contains mainly red color. #ED6B8D ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#ED6B8D color RGB value is (237,107,141).

  • kırmız ton 237;
  • yeşil ton 107;
  • mavi ton 141.
RGB:
(237,107,141)
(93%,42%,55%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 107 of 255 = 42%
B 141 of 255 = 55%

237
107
141

R + G + B ~ 63%. #ED6B8D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 107 + 141 = 485 (100%)
R 237 of 485 ~ 48.87%
G 107 of 485 ~ 22.06%
B 141 of 485 ~ 29.07%

%48.87
%22.06
%29.07

CMYK RENK MODELİ

#ED6B8D rengi CMYK tonu (0,55,41,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.85%
  • sarı tonu 40.51%
  • ana renk tonu 7.06%
CMYK:
(0,55,41,7)
C0M55Y41K7 
(0%,55%,41%,7%)
(0.00/0.55/0.41/0.07)	

CMYK yüzdeleri

%0
%54.85
%40.51
%7.06

Codes

Color #ED6B8D in popluar color models

ED6B8D
RGB237107141
HSL344°78.31%67.45%
HSB/HSV344°54.85%92.94%
CMYK0.00%54.85%40.51%
7.06%

Color #ED6B8D in popluar number systems.

HEXED6B8D
Decimal237107141
Binary11101101110101110001101
Octal355153215

Shades and tints

Shades of #ED6B8D

#ED6B8D
(237,107,141)
#D86281
(216,98,129)
#C35975
(195,89,117)
#AE5069
(174,80,105)
#99475D
(153,71,93)
#843E51
(132,62,81)
#6F3545
(111,53,69)
#5A2C39
(90,44,57)
#45232D
(69,35,45)
#301A21
(48,26,33)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #ED6B8D

#ED6B8D
(237,107,141)
#EE7897
(238,120,151)
#EF85A1
(239,133,161)
#F092AB
(240,146,171)
#F19FB5
(241,159,181)
#F2ACBF
(242,172,191)
#F3B9C9
(243,185,201)
#F4C6D3
(244,198,211)
#F5D3DD
(245,211,221)
#F6E0E7
(246,224,231)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6B8D color. Also use rgb(237,107,141) instead hex code.

Text Font Color

.myTextColor { color: #ED6B8D; }

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

This text font color is #ED6B8D.


Background Color

.myBgColor { background-color: #ED6B8D; }

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

This div background color is #ED6B8D.


Border color

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

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

This div border color is #ED6B8D.


Opacity

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

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

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

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

This text has shadow with #ED6B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6B8D on black background.


Color preview on white background

This text has color #ED6B8D on white background.



Black color preview on #ED6B8D background

This text has black color on #ED6B8D background.


White color preview on #ED6B8D background

This text has white color on #ED6B8D background.