COLOR #EF96A6

HEX: #EF96A6
RGB: (239,150,166)

Renk bilgisi

#EF96A6 contains mainly red color. #EF96A6 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EF96A6 color RGB value is (239,150,166).

  • kırmız ton 239;
  • yeşil ton 150;
  • mavi ton 166.
RGB:
(239,150,166)
(94%,59%,65%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 150 of 255 = 59%
B 166 of 255 = 65%

239
150
166

R + G + B ~ 73%. #EF96A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 150 + 166 = 555 (100%)
R 239 of 555 ~ 43.06%
G 150 of 555 ~ 27.03%
B 166 of 555 ~ 29.91%

%43.06
%27.03
%29.91

CMYK RENK MODELİ

#EF96A6 rengi CMYK tonu (0,37,31,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.24%
  • sarı tonu 30.54%
  • ana renk tonu 6.27%
CMYK:
(0,37,31,6)
C0M37Y31K6 
(0%,37%,31%,6%)
(0.00/0.37/0.31/0.06)	

CMYK yüzdeleri

%0
%37.24
%30.54
%6.27

Codes

Color #EF96A6 in popluar color models

EF96A6
RGB239150166
HSL349°73.55%76.27%
HSB/HSV349°37.24%93.73%
CMYK0.00%37.24%30.54%
6.27%

Color #EF96A6 in popluar number systems.

HEXEF96A6
Decimal239150166
Binary111011111001011010100110
Octal357226246

Shades and tints

Shades of #EF96A6

#EF96A6
(239,150,166)
#DA8997
(218,137,151)
#C57C88
(197,124,136)
#B06F79
(176,111,121)
#9B626A
(155,98,106)
#86555B
(134,85,91)
#71484C
(113,72,76)
#5C3B3D
(92,59,61)
#472E2E
(71,46,46)
#32211F
(50,33,31)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #EF96A6

#EF96A6
(239,150,166)
#F09FAE
(240,159,174)
#F1A8B6
(241,168,182)
#F2B1BE
(242,177,190)
#F3BAC6
(243,186,198)
#F4C3CE
(244,195,206)
#F5CCD6
(245,204,214)
#F6D5DE
(246,213,222)
#F7DEE6
(247,222,230)
#F8E7EE
(248,231,238)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF96A6 color. Also use rgb(239,150,166) instead hex code.

Text Font Color

.myTextColor { color: #EF96A6; }

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

This text font color is #EF96A6.


Background Color

.myBgColor { background-color: #EF96A6; }

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

This div background color is #EF96A6.


Border color

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

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

This div border color is #EF96A6.


Opacity

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

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

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

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

This text has shadow with #EF96A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF96A6 on black background.


Color preview on white background

This text has color #EF96A6 on white background.



Black color preview on #EF96A6 background

This text has black color on #EF96A6 background.


White color preview on #EF96A6 background

This text has white color on #EF96A6 background.