COLOR #EF7EDC

HEX: #EF7EDC
RGB: (239,126,220)

Renk bilgisi

#EF7EDC contains mainly red and blue colors. #EF7EDC ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#EF7EDC color RGB value is (239,126,220).

  • kırmız ton 239;
  • yeşil ton 126;
  • mavi ton 220.
RGB:
(239,126,220)
(94%,49%,86%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 126 of 255 = 49%
B 220 of 255 = 86%

239
126
220

R + G + B ~ 76%. #EF7EDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 126 + 220 = 585 (100%)
R 239 of 585 ~ 40.85%
G 126 of 585 ~ 21.54%
B 220 of 585 ~ 37.61%

%40.85
%21.54
%37.61

CMYK RENK MODELİ

#EF7EDC rengi CMYK tonu (0,47,8,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.28%
  • sarı tonu 7.95%
  • ana renk tonu 6.27%
CMYK:
(0,47,8,6)
C0M47Y8K6 
(0%,47%,8%,6%)
(0.00/0.47/0.08/0.06)	

CMYK yüzdeleri

%0
%47.28
%7.95
%6.27

Codes

Color #EF7EDC in popluar color models

EF7EDC
RGB239126220
HSL310°77.93%71.57%
HSB/HSV310°47.28%93.73%
CMYK0.00%47.28%7.95%
6.27%

Color #EF7EDC in popluar number systems.

HEXEF7EDC
Decimal239126220
Binary11101111111111011011100
Octal357176334

Shades and tints

Shades of #EF7EDC

#EF7EDC
(239,126,220)
#DA73C8
(218,115,200)
#C568B4
(197,104,180)
#B05DA0
(176,93,160)
#9B528C
(155,82,140)
#864778
(134,71,120)
#713C64
(113,60,100)
#5C3150
(92,49,80)
#47263C
(71,38,60)
#321B28
(50,27,40)
#1D1014
(29,16,20)
#000000
(0,0,0)

Tints of #EF7EDC

#EF7EDC
(239,126,220)
#F089DF
(240,137,223)
#F194E2
(241,148,226)
#F29FE5
(242,159,229)
#F3AAE8
(243,170,232)
#F4B5EB
(244,181,235)
#F5C0EE
(245,192,238)
#F6CBF1
(246,203,241)
#F7D6F4
(247,214,244)
#F8E1F7
(248,225,247)
#F9ECFA
(249,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7EDC color. Also use rgb(239,126,220) instead hex code.

Text Font Color

.myTextColor { color: #EF7EDC; }

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

This text font color is #EF7EDC.


Background Color

.myBgColor { background-color: #EF7EDC; }

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

This div background color is #EF7EDC.


Border color

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

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

This div border color is #EF7EDC.


Opacity

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

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

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

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

This text has shadow with #EF7EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7EDC on black background.


Color preview on white background

This text has color #EF7EDC on white background.



Black color preview on #EF7EDC background

This text has black color on #EF7EDC background.


White color preview on #EF7EDC background

This text has white color on #EF7EDC background.