COLOR #EEC6E2

HEX: #EEC6E2
RGB: (238,198,226)

Color info

#EEC6E2 contains red, green and blue colors in about the same proportion. Web safe color of #EEC6E2 is #FFCCCC (or #FCC).

RGB color model

#EEC6E2 color RGB value is (238,198,226).

  • red value is 238;
  • green value is 198;
  • blue value is 226.
RGB:
(238,198,226)
(93%,78%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 198 of 255 = 78%
B 226 of 255 = 89%

238
198
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 198 + 226 = 662 (100%)
R 238 of 662 ~ 35.95%
G 198 of 662 ~ 29.91%
B 226 of 662 ~ 34.14%

%35.95
%29.91
%34.14

CMYK color model

#EEC6E2 color CMYK value is (0,17,5,7).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,17,5,7)
C0M17Y5K7 
(0%,17%,5%,7%)
(0.00/0.17/0.05/0.07)	

CMYK percentages

%0
%16.81
%5.04
%6.67

Codes

Color #EEC6E2 in popluar color models

EEC6E2
RGB238198226
HSL318°54.05%85.49%
HSB/HSV318°16.81%93.33%
CMYK0.00%16.81%5.04%
6.67%

Color #EEC6E2 in popluar number systems.

HEXEEC6E2
Decimal238198226
Binary111011101100011011100010
Octal356306342

Shades and tints

Shades of #EEC6E2

#EEC6E2
(238,198,226)
#D9B4CE
(217,180,206)
#C4A2BA
(196,162,186)
#AF90A6
(175,144,166)
#9A7E92
(154,126,146)
#856C7E
(133,108,126)
#705A6A
(112,90,106)
#5B4856
(91,72,86)
#463642
(70,54,66)
#31242E
(49,36,46)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #EEC6E2

#EEC6E2
(238,198,226)
#EFCBE4
(239,203,228)
#F0D0E6
(240,208,230)
#F1D5E8
(241,213,232)
#F2DAEA
(242,218,234)
#F3DFEC
(243,223,236)
#F4E4EE
(244,228,238)
#F5E9F0
(245,233,240)
#F6EEF2
(246,238,242)
#F7F3F4
(247,243,244)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC6E2 color. Also use rgb(238,198,226) instead hex code.

Text Font Color

.myTextColor { color: #EEC6E2; }

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

This text font color is #EEC6E2.


Background Color

.myBgColor { background-color: #EEC6E2; }

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

This div background color is #EEC6E2.


Border color

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

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

This div border color is #EEC6E2.


Opacity

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

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

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

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

This text has shadow with #EEC6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC6E2 on black background.


Color preview on white background

This text has color #EEC6E2 on white background.



Black color preview on #EEC6E2 background

This text has black color on #EEC6E2 background.


White color preview on #EEC6E2 background

This text has white color on #EEC6E2 background.