COLOR #EF9BB4

HEX: #EF9BB4
RGB: (239,155,180)

Renk bilgisi

#EF9BB4 contains mainly red and blue colors. #EF9BB4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EF9BB4 color RGB value is (239,155,180).

  • kırmız ton 239;
  • yeşil ton 155;
  • mavi ton 180.
RGB:
(239,155,180)
(94%,61%,71%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 155 of 255 = 61%
B 180 of 255 = 71%

239
155
180

R + G + B ~ 75%. #EF9BB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 155 + 180 = 574 (100%)
R 239 of 574 ~ 41.64%
G 155 of 574 ~ 27%
B 180 of 574 ~ 31.36%

%41.64
%27
%31.36

CMYK RENK MODELİ

#EF9BB4 rengi CMYK tonu (0,35,25,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.15%
  • sarı tonu 24.69%
  • ana renk tonu 6.27%
CMYK:
(0,35,25,6)
C0M35Y25K6 
(0%,35%,25%,6%)
(0.00/0.35/0.25/0.06)	

CMYK yüzdeleri

%0
%35.15
%24.69
%6.27

Codes

Color #EF9BB4 in popluar color models

EF9BB4
RGB239155180
HSL342°72.41%77.25%
HSB/HSV342°35.15%93.73%
CMYK0.00%35.15%24.69%
6.27%

Color #EF9BB4 in popluar number systems.

HEXEF9BB4
Decimal239155180
Binary111011111001101110110100
Octal357233264

Shades and tints

Shades of #EF9BB4

#EF9BB4
(239,155,180)
#DA8DA4
(218,141,164)
#C57F94
(197,127,148)
#B07184
(176,113,132)
#9B6374
(155,99,116)
#865564
(134,85,100)
#714754
(113,71,84)
#5C3944
(92,57,68)
#472B34
(71,43,52)
#321D24
(50,29,36)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #EF9BB4

#EF9BB4
(239,155,180)
#F0A4BA
(240,164,186)
#F1ADC0
(241,173,192)
#F2B6C6
(242,182,198)
#F3BFCC
(243,191,204)
#F4C8D2
(244,200,210)
#F5D1D8
(245,209,216)
#F6DADE
(246,218,222)
#F7E3E4
(247,227,228)
#F8ECEA
(248,236,234)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9BB4 color. Also use rgb(239,155,180) instead hex code.

Text Font Color

.myTextColor { color: #EF9BB4; }

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

This text font color is #EF9BB4.


Background Color

.myBgColor { background-color: #EF9BB4; }

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

This div background color is #EF9BB4.


Border color

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

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

This div border color is #EF9BB4.


Opacity

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

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

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

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

This text has shadow with #EF9BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9BB4 on black background.


Color preview on white background

This text has color #EF9BB4 on white background.



Black color preview on #EF9BB4 background

This text has black color on #EF9BB4 background.


White color preview on #EF9BB4 background

This text has white color on #EF9BB4 background.