COLOR #EEBCC1

HEX: #EEBCC1 RGB: (238,188,193)

Color info

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

RGB color model

#EEBCC1 color RGB value is (238,188,193).

RGB: (238,188,193) (93%, 74%, 76%)

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 193 of 255 = 76%

238
188
193

R + G + B ~ 81%. #EEBCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 188 + 193 = 619 (100%)
R 238 of 619 ~ 38.45%
G 188 of 619 ~ 30.37%
B 193 of 619 ~ 31.18'%

%38.45
%30.37
%31.18

CMYK color model

#EEBCC1 color CMYK value is (0,21,19,7).

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

CMYK: (0,21,19,7)
C0M21Y19K7 (0%, 21%, 19%, 7%)
(0.00 / 0.21 / 0.19 / 0.07)

CMYK percentages

%0
%21.01
%18.91
%6.67

Codes

Color #EEBCC1 in popluar color models

EE BC C1
RGB 238 188 193
HSL 354° 59.52% 83.53%
HSB/HSV 354° 21.01% 93.33%
CMYK 0.00% 21.01% 18.91%
6.67%

Color #EEBCC1 in popluar number systems.

HEX EE BC C1
Decimal 238 188 193
Binary 11101110 10111100 11000001
Octal 356 274 301

Shades and tints

Shades of #EEBCC1

#EEBCC1
(238,188,193)
#D9ABB0
(217,171,176)
#C49A9F
(196,154,159)
#AF898E
(175,137,142)
#9A787D
(154,120,125)
#85676C
(133,103,108)
#70565B
(112,86,91)
#5B454A
(91,69,74)
#463439
(70,52,57)
#312328
(49,35,40)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #EEBCC1

#EEBCC1
(238,188,193)
#EFC2C6
(239,194,198)
#F0C8CB
(240,200,203)
#F1CED0
(241,206,208)
#F2D4D5
(242,212,213)
#F3DADA
(243,218,218)
#F4E0DF
(244,224,223)
#F5E6E4
(245,230,228)
#F6ECE9
(246,236,233)
#F7F2EE
(247,242,238)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBCC1; }

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

This text font color is #EEBCC1.

Background Color

.myBgColor { background-color: #EEBCC1; }

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

This div background color is #EEBCC1.

Border color

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

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

This div border color is #EEBCC1.

Opacity

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

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

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

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

This text has shadow with #EEBCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBCC1.

Preview

Color preview on black background

This text has color #EEBCC1 on black background.


Color preview on white background

This text has color #EEBCC1 on white background.


Black color preview on #EEBCC1 background

This text has black color on #EEBCC1 background.


White color preview on #EEBCC1 background

This text has white color on #EEBCC1 background.


Related colors

Complementary color

Complementary color for #hex is #11433E.


I love getcolorcode.com

Triadic colors

1 #C1EEBC and #BCC1EE with #EEBCC1 are triadic colors.

2 #C1BCEE and #BCEEC1 with #EEBCC1 are triadic colors.