COLOR #EEBECC

HEX: #EEBECC RGB: (238,190,204)

Color info

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

RGB color model

#EEBECC color RGB value is (238,190,204).

RGB: (238,190,204) (93%, 75%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 204 of 255 = 80%

238
190
204

R + G + B ~ 83%. #EEBECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 204 = 632 (100%)
R 238 of 632 ~ 37.66%
G 190 of 632 ~ 30.06%
B 204 of 632 ~ 32.28'%

%37.66
%30.06
%32.28

CMYK color model

#EEBECC color CMYK value is (0,20,14,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (0,20,14,7)
C0M20Y14K7 (0%, 20%, 14%, 7%)
(0.00 / 0.20 / 0.14 / 0.07)

CMYK percentages

%0
%20.17
%14.29
%6.67

Codes

Color #EEBECC in popluar color models

EE BE CC
RGB 238 190 204
HSL 343° 58.54% 83.92%
HSB/HSV 343° 20.17% 93.33%
CMYK 0.00% 20.17% 14.29%
6.67%

Color #EEBECC in popluar number systems.

HEX EE BE CC
Decimal 238 190 204
Binary 11101110 10111110 11001100
Octal 356 276 314

Shades and tints

Shades of #EEBECC

#EEBECC
(238,190,204)
#D9ADBA
(217,173,186)
#C49CA8
(196,156,168)
#AF8B96
(175,139,150)
#9A7A84
(154,122,132)
#856972
(133,105,114)
#705860
(112,88,96)
#5B474E
(91,71,78)
#46363C
(70,54,60)
#31252A
(49,37,42)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEBECC

#EEBECC
(238,190,204)
#EFC3D0
(239,195,208)
#F0C8D4
(240,200,212)
#F1CDD8
(241,205,216)
#F2D2DC
(242,210,220)
#F3D7E0
(243,215,224)
#F4DCE4
(244,220,228)
#F5E1E8
(245,225,232)
#F6E6EC
(246,230,236)
#F7EBF0
(247,235,240)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBECC color. Also use rgb(238,190,204) instead hex code.

Text Font Color

.myTextColor { color: #EEBECC; }

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

This text font color is #EEBECC.

Background Color

.myBgColor { background-color: #EEBECC; }

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

This div background color is #EEBECC.

Border color

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

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

This div border color is #EEBECC.

Opacity

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

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

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

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

This text has shadow with #EEBECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBECC.

Preview

Color preview on black background

This text has color #EEBECC on black background.


Color preview on white background

This text has color #EEBECC on white background.


Black color preview on #EEBECC background

This text has black color on #EEBECC background.


White color preview on #EEBECC background

This text has white color on #EEBECC background.


Related colors

Complementary color

Complementary color for #hex is #114133.


I love getcolorcode.com

Triadic colors

1 #CCEEBE and #BECCEE with #EEBECC are triadic colors.

2 #CCBEEE and #BEEECC with #EEBECC are triadic colors.