COLOR #EE96C5

HEX: #EE96C5
RGB: (238,150,197)

Renk bilgisi

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

RGB renk modeli

#EE96C5 color RGB value is (238,150,197).

  • kırmız ton 238;
  • yeşil ton 150;
  • mavi ton 197.
RGB:
(238,150,197)
(93%,59%,77%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 150 of 255 = 59%
B 197 of 255 = 77%

238
150
197

R + G + B ~ 76%. #EE96C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 150 + 197 = 585 (100%)
R 238 of 585 ~ 40.68%
G 150 of 585 ~ 25.64%
B 197 of 585 ~ 33.68%

%40.68
%25.64
%33.68

CMYK RENK MODELİ

#EE96C5 rengi CMYK tonu (0,37,17,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.97%
  • sarı tonu 17.23%
  • ana renk tonu 6.67%
CMYK:
(0,37,17,7)
C0M37Y17K7 
(0%,37%,17%,7%)
(0.00/0.37/0.17/0.07)	

CMYK yüzdeleri

%0
%36.97
%17.23
%6.67

Codes

Color #EE96C5 in popluar color models

EE96C5
RGB238150197
HSL328°72.13%76.08%
HSB/HSV328°36.97%93.33%
CMYK0.00%36.97%17.23%
6.67%

Color #EE96C5 in popluar number systems.

HEXEE96C5
Decimal238150197
Binary111011101001011011000101
Octal356226305

Shades and tints

Shades of #EE96C5

#EE96C5
(238,150,197)
#D989B4
(217,137,180)
#C47CA3
(196,124,163)
#AF6F92
(175,111,146)
#9A6281
(154,98,129)
#855570
(133,85,112)
#70485F
(112,72,95)
#5B3B4E
(91,59,78)
#462E3D
(70,46,61)
#31212C
(49,33,44)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EE96C5

#EE96C5
(238,150,197)
#EF9FCA
(239,159,202)
#F0A8CF
(240,168,207)
#F1B1D4
(241,177,212)
#F2BAD9
(242,186,217)
#F3C3DE
(243,195,222)
#F4CCE3
(244,204,227)
#F5D5E8
(245,213,232)
#F6DEED
(246,222,237)
#F7E7F2
(247,231,242)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE96C5 color. Also use rgb(238,150,197) instead hex code.

Text Font Color

.myTextColor { color: #EE96C5; }

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

This text font color is #EE96C5.


Background Color

.myBgColor { background-color: #EE96C5; }

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

This div background color is #EE96C5.


Border color

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

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

This div border color is #EE96C5.


Opacity

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

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

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

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

This text has shadow with #EE96C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE96C5 on black background.


Color preview on white background

This text has color #EE96C5 on white background.



Black color preview on #EE96C5 background

This text has black color on #EE96C5 background.


White color preview on #EE96C5 background

This text has white color on #EE96C5 background.