COLOR #EEC0F3

HEX: #EEC0F3
RGB: (238,192,243)

Color info

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

RGB color model

#EEC0F3 color RGB value is (238,192,243).

  • red value is 238;
  • green value is 192;
  • blue value is 243.
RGB:
(238,192,243)
(93%,75%,95%)

RGB channels and saturation

R 238 of 255 = 93%
G 192 of 255 = 75%
B 243 of 255 = 95%

238
192
243

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

Portions of RGB colors in percentages

R + G + B =
238 + 192 + 243 = 673 (100%)
R 238 of 673 ~ 35.36%
G 192 of 673 ~ 28.53%
B 243 of 673 ~ 36.11%

%35.36
%28.53
%36.11

CMYK color model

#EEC0F3 color CMYK value is (2,21,0,5).

  • cyan value is 2.06%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,21,0,5)
C2M21Y0K5 
(2%,21%,0%,5%)
(0.02/0.21/0.00/0.05)	

CMYK percentages

%2.06
%20.99
%0
%4.71

Codes

Color #EEC0F3 in popluar color models

EEC0F3
RGB238192243
HSL294°68.00%85.29%
HSB/HSV294°20.99%95.29%
CMYK2.06%20.99%0.00%
4.71%

Color #EEC0F3 in popluar number systems.

HEXEEC0F3
Decimal238192243
Binary111011101100000011110011
Octal356300363

Shades and tints

Shades of #EEC0F3

#EEC0F3
(238,192,243)
#D9AFDD
(217,175,221)
#C49EC7
(196,158,199)
#AF8DB1
(175,141,177)
#9A7C9B
(154,124,155)
#856B85
(133,107,133)
#705A6F
(112,90,111)
#5B4959
(91,73,89)
#463843
(70,56,67)
#31272D
(49,39,45)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #EEC0F3

#EEC0F3
(238,192,243)
#EFC5F4
(239,197,244)
#F0CAF5
(240,202,245)
#F1CFF6
(241,207,246)
#F2D4F7
(242,212,247)
#F3D9F8
(243,217,248)
#F4DEF9
(244,222,249)
#F5E3FA
(245,227,250)
#F6E8FB
(246,232,251)
#F7EDFC
(247,237,252)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC0F3 color. Also use rgb(238,192,243) instead hex code.

Text Font Color

.myTextColor { color: #EEC0F3; }

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

This text font color is #EEC0F3.


Background Color

.myBgColor { background-color: #EEC0F3; }

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

This div background color is #EEC0F3.


Border color

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

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

This div border color is #EEC0F3.


Opacity

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

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

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

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

This text has shadow with #EEC0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC0F3 on black background.


Color preview on white background

This text has color #EEC0F3 on white background.



Black color preview on #EEC0F3 background

This text has black color on #EEC0F3 background.


White color preview on #EEC0F3 background

This text has white color on #EEC0F3 background.