COLOR #EEC9FA

HEX: #EEC9FA
RGB: (238,201,250)

Renk bilgisi

#EEC9FA contains red, green and blue colors in about the same proportion. #EEC9FA ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#EEC9FA color RGB value is (238,201,250).

  • kırmız ton 238;
  • yeşil ton 201;
  • mavi ton 250.
RGB:
(238,201,250)
(93%,79%,98%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 201 of 255 = 79%
B 250 of 255 = 98%

238
201
250

R + G + B ~ 90%. #EEC9FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 201 + 250 = 689 (100%)
R 238 of 689 ~ 34.54%
G 201 of 689 ~ 29.17%
B 250 of 689 ~ 36.28%

%34.54
%29.17
%36.28

CMYK RENK MODELİ

#EEC9FA rengi CMYK tonu (5,20,0,2).

  • camgöbeği tonu 4.80%
  • eflatun tonu 19.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(5,20,0,2)
C5M20Y0K2 
(5%,20%,0%,2%)
(0.05/0.20/0.00/0.02)	

CMYK yüzdeleri

%4.8
%19.6
%0
%1.96

Codes

Color #EEC9FA in popluar color models

EEC9FA
RGB238201250
HSL285°83.05%88.43%
HSB/HSV285°19.60%98.04%
CMYK4.80%19.60%0.00%
1.96%

Color #EEC9FA in popluar number systems.

HEXEEC9FA
Decimal238201250
Binary111011101100100111111010
Octal356311372

Shades and tints

Shades of #EEC9FA

#EEC9FA
(238,201,250)
#D9B7E4
(217,183,228)
#C4A5CE
(196,165,206)
#AF93B8
(175,147,184)
#9A81A2
(154,129,162)
#856F8C
(133,111,140)
#705D76
(112,93,118)
#5B4B60
(91,75,96)
#46394A
(70,57,74)
#312734
(49,39,52)
#1C151E
(28,21,30)
#000000
(0,0,0)

Tints of #EEC9FA

#EEC9FA
(238,201,250)
#EFCDFA
(239,205,250)
#F0D1FA
(240,209,250)
#F1D5FA
(241,213,250)
#F2D9FA
(242,217,250)
#F3DDFA
(243,221,250)
#F4E1FA
(244,225,250)
#F5E5FA
(245,229,250)
#F6E9FA
(246,233,250)
#F7EDFA
(247,237,250)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC9FA color. Also use rgb(238,201,250) instead hex code.

Text Font Color

.myTextColor { color: #EEC9FA; }

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

This text font color is #EEC9FA.


Background Color

.myBgColor { background-color: #EEC9FA; }

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

This div background color is #EEC9FA.


Border color

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

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

This div border color is #EEC9FA.


Opacity

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

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

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

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

This text has shadow with #EEC9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC9FA on black background.


Color preview on white background

This text has color #EEC9FA on white background.



Black color preview on #EEC9FA background

This text has black color on #EEC9FA background.


White color preview on #EEC9FA background

This text has white color on #EEC9FA background.