COLOR #EEC3EA

HEX: #EEC3EA
RGB: (238,195,234)

Color info

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

RGB color model

#EEC3EA color RGB value is (238,195,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 234 of 255 = 92%

238
195
234

R + G + B ~ 87%. #EEC3EA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 195 + 234 = 667 (100%)
R 238 of 667 ~ 35.68%
G 195 of 667 ~ 29.24%
B 234 of 667 ~ 35.08%

%35.68
%29.24
%35.08

CMYK color model

#EEC3EA color CMYK value is (0,18,2,7).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,18,2,7)
C0M18Y2K7 
(0%,18%,2%,7%)
(0.00/0.18/0.02/0.07)	

CMYK percentages

%0
%18.07
%1.68
%6.67

Codes

Color #EEC3EA in popluar color models

EEC3EA
RGB238195234
HSL306°55.84%84.90%
HSB/HSV306°18.07%93.33%
CMYK0.00%18.07%1.68%
6.67%

Color #EEC3EA in popluar number systems.

HEXEEC3EA
Decimal238195234
Binary111011101100001111101010
Octal356303352

Shades and tints

Shades of #EEC3EA

#EEC3EA
(238,195,234)
#D9B2D5
(217,178,213)
#C4A1C0
(196,161,192)
#AF90AB
(175,144,171)
#9A7F96
(154,127,150)
#856E81
(133,110,129)
#705D6C
(112,93,108)
#5B4C57
(91,76,87)
#463B42
(70,59,66)
#312A2D
(49,42,45)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #EEC3EA

#EEC3EA
(238,195,234)
#EFC8EB
(239,200,235)
#F0CDEC
(240,205,236)
#F1D2ED
(241,210,237)
#F2D7EE
(242,215,238)
#F3DCEF
(243,220,239)
#F4E1F0
(244,225,240)
#F5E6F1
(245,230,241)
#F6EBF2
(246,235,242)
#F7F0F3
(247,240,243)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC3EA; }

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

This text font color is #EEC3EA.


Background Color

.myBgColor { background-color: #EEC3EA; }

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

This div background color is #EEC3EA.


Border color

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

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

This div border color is #EEC3EA.


Opacity

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

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

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

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

This text has shadow with #EEC3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC3EA on black background.


Color preview on white background

This text has color #EEC3EA on white background.



Black color preview on #EEC3EA background

This text has black color on #EEC3EA background.


White color preview on #EEC3EA background

This text has white color on #EEC3EA background.