COLOR #EEBCCC

HEX: #EEBCCC RGB: (238,188,204)

Color info

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

RGB color model

#EEBCCC color RGB value is (238,188,204).

RGB: (238,188,204) (93%, 74%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 204 of 255 = 80%

238
188
204

R + G + B ~ 82%. #EEBCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 188 + 204 = 630 (100%)
R 238 of 630 ~ 37.78%
G 188 of 630 ~ 29.84%
B 204 of 630 ~ 32.38'%

%37.78
%29.84
%32.38

CMYK color model

#EEBCCC color CMYK value is (0,21,14,7).

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

CMYK: (0,21,14,7)
C0M21Y14K7 (0%, 21%, 14%, 7%)
(0.00 / 0.21 / 0.14 / 0.07)

CMYK percentages

%0
%21.01
%14.29
%6.67

Codes

Color #EEBCCC in popluar color models

EE BC CC
RGB 238 188 204
HSL 341° 59.52% 83.53%
HSB/HSV 341° 21.01% 93.33%
CMYK 0.00% 21.01% 14.29%
6.67%

Color #EEBCCC in popluar number systems.

HEX EE BC CC
Decimal 238 188 204
Binary 11101110 10111100 11001100
Octal 356 274 314

Shades and tints

Shades of #EEBCCC

#EEBCCC
(238,188,204)
#D9ABBA
(217,171,186)
#C49AA8
(196,154,168)
#AF8996
(175,137,150)
#9A7884
(154,120,132)
#856772
(133,103,114)
#705660
(112,86,96)
#5B454E
(91,69,78)
#46343C
(70,52,60)
#31232A
(49,35,42)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #EEBCCC

#EEBCCC
(238,188,204)
#EFC2D0
(239,194,208)
#F0C8D4
(240,200,212)
#F1CED8
(241,206,216)
#F2D4DC
(242,212,220)
#F3DAE0
(243,218,224)
#F4E0E4
(244,224,228)
#F5E6E8
(245,230,232)
#F6ECEC
(246,236,236)
#F7F2F0
(247,242,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBCCC; }

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

This text font color is #EEBCCC.

Background Color

.myBgColor { background-color: #EEBCCC; }

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

This div background color is #EEBCCC.

Border color

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

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

This div border color is #EEBCCC.

Opacity

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

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

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

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

This text has shadow with #EEBCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBCCC.

Preview

Color preview on black background

This text has color #EEBCCC on black background.


Color preview on white background

This text has color #EEBCCC on white background.


Black color preview on #EEBCCC background

This text has black color on #EEBCCC background.


White color preview on #EEBCCC background

This text has white color on #EEBCCC background.


Related colors

Complementary color

Complementary color for #hex is #114333.


I love getcolorcode.com

Triadic colors

1 #CCEEBC and #BCCCEE with #EEBCCC are triadic colors.

2 #CCBCEE and #BCEECC with #EEBCCC are triadic colors.