COLOR #EF988C

HEX: #EF988C
RGB: (239,152,140)

Renk bilgisi

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

RGB renk modeli

#EF988C color RGB value is (239,152,140).

  • kırmız ton 239;
  • yeşil ton 152;
  • mavi ton 140.
RGB:
(239,152,140)
(94%,60%,55%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 152 of 255 = 60%
B 140 of 255 = 55%

239
152
140

R + G + B ~ 70%. #EF988C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 152 + 140 = 531 (100%)
R 239 of 531 ~ 45.01%
G 152 of 531 ~ 28.63%
B 140 of 531 ~ 26.37%

%45.01
%28.63
%26.37

CMYK RENK MODELİ

#EF988C rengi CMYK tonu (0,36,41,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.40%
  • sarı tonu 41.42%
  • ana renk tonu 6.27%
CMYK:
(0,36,41,6)
C0M36Y41K6 
(0%,36%,41%,6%)
(0.00/0.36/0.41/0.06)	

CMYK yüzdeleri

%0
%36.4
%41.42
%6.27

Codes

Color #EF988C in popluar color models

EF988C
RGB239152140
HSL75.57%74.31%
HSB/HSV41.42%93.73%
CMYK0.00%36.40%41.42%
6.27%

Color #EF988C in popluar number systems.

HEXEF988C
Decimal239152140
Binary111011111001100010001100
Octal357230214

Shades and tints

Shades of #EF988C

#EF988C
(239,152,140)
#DA8B80
(218,139,128)
#C57E74
(197,126,116)
#B07168
(176,113,104)
#9B645C
(155,100,92)
#865750
(134,87,80)
#714A44
(113,74,68)
#5C3D38
(92,61,56)
#47302C
(71,48,44)
#322320
(50,35,32)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EF988C

#EF988C
(239,152,140)
#F0A196
(240,161,150)
#F1AAA0
(241,170,160)
#F2B3AA
(242,179,170)
#F3BCB4
(243,188,180)
#F4C5BE
(244,197,190)
#F5CEC8
(245,206,200)
#F6D7D2
(246,215,210)
#F7E0DC
(247,224,220)
#F8E9E6
(248,233,230)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF988C color. Also use rgb(239,152,140) instead hex code.

Text Font Color

.myTextColor { color: #EF988C; }

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

This text font color is #EF988C.


Background Color

.myBgColor { background-color: #EF988C; }

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

This div background color is #EF988C.


Border color

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

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

This div border color is #EF988C.


Opacity

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

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

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

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

This text has shadow with #EF988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF988C on black background.


Color preview on white background

This text has color #EF988C on white background.



Black color preview on #EF988C background

This text has black color on #EF988C background.


White color preview on #EF988C background

This text has white color on #EF988C background.