COLOR #EEBCBE

HEX: #EEBCBE RGB: (238,188,190)

Color info

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

RGB color model

#EEBCBE color RGB value is (238,188,190).

RGB: (238,188,190) (93%, 74%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 190 of 255 = 75%

238
188
190

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

Portions of RGB colors in percentages

R + G + B = 238 + 188 + 190 = 616 (100%)
R 238 of 616 ~ 38.64%
G 188 of 616 ~ 30.52%
B 190 of 616 ~ 30.84'%

%38.64
%30.52
%30.84

CMYK color model

#EEBCBE color CMYK value is (0,21,20,7).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK: (0,21,20,7) C0M21Y20K7 (0%,21%,20%,7%) (0.00/0.21/0.20/0.07) 

CMYK percentages

%0
%21.01
%20.17
%6.67

Codes

Color #EEBCBE in popluar color models

EE BC BE
RGB 238 188 190
HSL 358° 59.52% 83.53%
HSB/HSV 358° 21.01% 93.33%
CMYK 0.00% 21.01% 20.17%
6.67%

Color #EEBCBE in popluar number systems.

HEX EE BC BE
Decimal 238 188 190
Binary 11101110 10111100 10111110
Octal 356 274 276

Shades and tints

Shades of #EEBCBE

#EEBCBE
(238,188,190)
#D9ABAD
(217,171,173)
#C49A9C
(196,154,156)
#AF898B
(175,137,139)
#9A787A
(154,120,122)
#856769
(133,103,105)
#705658
(112,86,88)
#5B4547
(91,69,71)
#463436
(70,52,54)
#312325
(49,35,37)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #EEBCBE

#EEBCBE
(238,188,190)
#EFC2C3
(239,194,195)
#F0C8C8
(240,200,200)
#F1CECD
(241,206,205)
#F2D4D2
(242,212,210)
#F3DAD7
(243,218,215)
#F4E0DC
(244,224,220)
#F5E6E1
(245,230,225)
#F6ECE6
(246,236,230)
#F7F2EB
(247,242,235)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBCBE; }

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

This text font color is #EEBCBE.

Background Color

.myBgColor { background-color: #EEBCBE; }

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

This div background color is #EEBCBE.

Border color

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

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

This div border color is #EEBCBE.

Opacity

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

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

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

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

This text has shadow with #EEBCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBCBE.

Preview

Color preview on black background

This text has color #EEBCBE on black background.


Color preview on white background

This text has color #EEBCBE on white background.


Black color preview on #EEBCBE background

This text has black color on #EEBCBE background.


White color preview on #EEBCBE background

This text has white color on #EEBCBE background.


Related colors

Complementary color

Complementary color for #hex is #114341.


I love getcolorcode.com

Triadic colors

1 #BEEEBC and #BCBEEE with #EEBCBE are triadic colors.

2 #BEBCEE and #BCEEBE with #EEBCBE are triadic colors.