COLOR #EE979B

HEX: #EE979B
RGB: (238,151,155)

Renk bilgisi

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

RGB renk modeli

#EE979B color RGB value is (238,151,155).

  • kırmız ton 238;
  • yeşil ton 151;
  • mavi ton 155.
RGB:
(238,151,155)
(93%,59%,61%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 151 of 255 = 59%
B 155 of 255 = 61%

238
151
155

R + G + B ~ 71%. #EE979B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 151 + 155 = 544 (100%)
R 238 of 544 ~ 43.75%
G 151 of 544 ~ 27.76%
B 155 of 544 ~ 28.49%

%43.75
%27.76
%28.49

CMYK RENK MODELİ

#EE979B rengi CMYK tonu (0,37,35,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.55%
  • sarı tonu 34.87%
  • ana renk tonu 6.67%
CMYK:
(0,37,35,7)
C0M37Y35K7 
(0%,37%,35%,7%)
(0.00/0.37/0.35/0.07)	

CMYK yüzdeleri

%0
%36.55
%34.87
%6.67

Codes

Color #EE979B in popluar color models

EE979B
RGB238151155
HSL357°71.90%76.27%
HSB/HSV357°36.55%93.33%
CMYK0.00%36.55%34.87%
6.67%

Color #EE979B in popluar number systems.

HEXEE979B
Decimal238151155
Binary111011101001011110011011
Octal356227233

Shades and tints

Shades of #EE979B

#EE979B
(238,151,155)
#D98A8D
(217,138,141)
#C47D7F
(196,125,127)
#AF7071
(175,112,113)
#9A6363
(154,99,99)
#855655
(133,86,85)
#704947
(112,73,71)
#5B3C39
(91,60,57)
#462F2B
(70,47,43)
#31221D
(49,34,29)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #EE979B

#EE979B
(238,151,155)
#EFA0A4
(239,160,164)
#F0A9AD
(240,169,173)
#F1B2B6
(241,178,182)
#F2BBBF
(242,187,191)
#F3C4C8
(243,196,200)
#F4CDD1
(244,205,209)
#F5D6DA
(245,214,218)
#F6DFE3
(246,223,227)
#F7E8EC
(247,232,236)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE979B color. Also use rgb(238,151,155) instead hex code.

Text Font Color

.myTextColor { color: #EE979B; }

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

This text font color is #EE979B.


Background Color

.myBgColor { background-color: #EE979B; }

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

This div background color is #EE979B.


Border color

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

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

This div border color is #EE979B.


Opacity

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

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

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

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

This text has shadow with #EE979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE979B on black background.


Color preview on white background

This text has color #EE979B on white background.



Black color preview on #EE979B background

This text has black color on #EE979B background.


White color preview on #EE979B background

This text has white color on #EE979B background.