COLOR #EEC3F5

HEX: #EEC3F5
RGB: (238,195,245)

Color info

#EEC3F5 contains red, green and blue colors in about the same proportion. Web safe color of #EEC3F5 is #FFCCFF (or #FCF).

RGB color model

#EEC3F5 color RGB value is (238,195,245).

  • red value is 238;
  • green value is 195;
  • blue value is 245.
RGB:
(238,195,245)
(93%,76%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 245 of 255 = 96%

238
195
245

R + G + B ~ 88%. #EEC3F5 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 195 + 245 = 678 (100%)
R 238 of 678 ~ 35.1%
G 195 of 678 ~ 28.76%
B 245 of 678 ~ 36.14%

%35.1
%28.76
%36.14

CMYK color model

#EEC3F5 color CMYK value is (3,20,0,4).

  • cyan value is 2.86%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,20,0,4)
C3M20Y0K4 
(3%,20%,0%,4%)
(0.03/0.20/0.00/0.04)	

CMYK percentages

%2.86
%20.41
%0
%3.92

Codes

Color #EEC3F5 in popluar color models

EEC3F5
RGB238195245
HSL292°71.43%86.27%
HSB/HSV292°20.41%96.08%
CMYK2.86%20.41%0.00%
3.92%

Color #EEC3F5 in popluar number systems.

HEXEEC3F5
Decimal238195245
Binary111011101100001111110101
Octal356303365

Shades and tints

Shades of #EEC3F5

#EEC3F5
(238,195,245)
#D9B2DF
(217,178,223)
#C4A1C9
(196,161,201)
#AF90B3
(175,144,179)
#9A7F9D
(154,127,157)
#856E87
(133,110,135)
#705D71
(112,93,113)
#5B4C5B
(91,76,91)
#463B45
(70,59,69)
#312A2F
(49,42,47)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EEC3F5

#EEC3F5
(238,195,245)
#EFC8F5
(239,200,245)
#F0CDF5
(240,205,245)
#F1D2F5
(241,210,245)
#F2D7F5
(242,215,245)
#F3DCF5
(243,220,245)
#F4E1F5
(244,225,245)
#F5E6F5
(245,230,245)
#F6EBF5
(246,235,245)
#F7F0F5
(247,240,245)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC3F5 color. Also use rgb(238,195,245) instead hex code.

Text Font Color

.myTextColor { color: #EEC3F5; }

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

This text font color is #EEC3F5.


Background Color

.myBgColor { background-color: #EEC3F5; }

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

This div background color is #EEC3F5.


Border color

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

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

This div border color is #EEC3F5.


Opacity

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

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

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

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

This text has shadow with #EEC3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC3F5 on black background.


Color preview on white background

This text has color #EEC3F5 on white background.



Black color preview on #EEC3F5 background

This text has black color on #EEC3F5 background.


White color preview on #EEC3F5 background

This text has white color on #EEC3F5 background.