COLOR #EF997F

HEX: #EF997F
RGB: (239,153,127)

Renk bilgisi

#EF997F contains mainly red color. #EF997F ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EF997F color RGB value is (239,153,127).

  • kırmız ton 239;
  • yeşil ton 153;
  • mavi ton 127.
RGB:
(239,153,127)
(94%,60%,50%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 153 of 255 = 60%
B 127 of 255 = 50%

239
153
127

R + G + B ~ 68%. #EF997F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 153 + 127 = 519 (100%)
R 239 of 519 ~ 46.05%
G 153 of 519 ~ 29.48%
B 127 of 519 ~ 24.47%

%46.05
%29.48
%24.47

CMYK RENK MODELİ

#EF997F rengi CMYK tonu (0,36,47,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.98%
  • sarı tonu 46.86%
  • ana renk tonu 6.27%
CMYK:
(0,36,47,6)
C0M36Y47K6 
(0%,36%,47%,6%)
(0.00/0.36/0.47/0.06)	

CMYK yüzdeleri

%0
%35.98
%46.86
%6.27

Codes

Color #EF997F in popluar color models

EF997F
RGB239153127
HSL14°77.78%71.76%
HSB/HSV14°46.86%93.73%
CMYK0.00%35.98%46.86%
6.27%

Color #EF997F in popluar number systems.

HEXEF997F
Decimal239153127
Binary11101111100110011111111
Octal357231177

Shades and tints

Shades of #EF997F

#EF997F
(239,153,127)
#DA8C74
(218,140,116)
#C57F69
(197,127,105)
#B0725E
(176,114,94)
#9B6553
(155,101,83)
#865848
(134,88,72)
#714B3D
(113,75,61)
#5C3E32
(92,62,50)
#473127
(71,49,39)
#32241C
(50,36,28)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #EF997F

#EF997F
(239,153,127)
#F0A28A
(240,162,138)
#F1AB95
(241,171,149)
#F2B4A0
(242,180,160)
#F3BDAB
(243,189,171)
#F4C6B6
(244,198,182)
#F5CFC1
(245,207,193)
#F6D8CC
(246,216,204)
#F7E1D7
(247,225,215)
#F8EAE2
(248,234,226)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF997F color. Also use rgb(239,153,127) instead hex code.

Text Font Color

.myTextColor { color: #EF997F; }

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

This text font color is #EF997F.


Background Color

.myBgColor { background-color: #EF997F; }

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

This div background color is #EF997F.


Border color

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

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

This div border color is #EF997F.


Opacity

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

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

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

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

This text has shadow with #EF997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF997F on black background.


Color preview on white background

This text has color #EF997F on white background.



Black color preview on #EF997F background

This text has black color on #EF997F background.


White color preview on #EF997F background

This text has white color on #EF997F background.