COLOR #EEBEBE

HEX: #EEBEBE RGB: (238,190,190)

Color info

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

RGB color model

#EEBEBE color RGB value is (238,190,190).

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

RGB channels and saturation

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

238
190
190

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

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 190 = 618 (100%)
R 238 of 618 ~ 38.51%
G 190 of 618 ~ 30.74%
B 190 of 618 ~ 30.74'%

%38.51
%30.74
%30.74

CMYK color model

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

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

CMYK percentages

%0
%20.17
%20.17
%6.67

Codes

Color #EEBEBE in popluar color models

EE BE BE
RGB 238 190 190
HSL 58.54% 83.92%
HSB/HSV 20.17% 93.33%
CMYK 0.00% 20.17% 20.17%
6.67%

Color #EEBEBE in popluar number systems.

HEX EE BE BE
Decimal 238 190 190
Binary 11101110 10111110 10111110
Octal 356 276 276

Shades and tints

Shades of #EEBEBE

#EEBEBE
(238,190,190)
#D9ADAD
(217,173,173)
#C49C9C
(196,156,156)
#AF8B8B
(175,139,139)
#9A7A7A
(154,122,122)
#856969
(133,105,105)
#705858
(112,88,88)
#5B4747
(91,71,71)
#463636
(70,54,54)
#312525
(49,37,37)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEBEBE

#EEBEBE
(238,190,190)
#EFC3C3
(239,195,195)
#F0C8C8
(240,200,200)
#F1CDCD
(241,205,205)
#F2D2D2
(242,210,210)
#F3D7D7
(243,215,215)
#F4DCDC
(244,220,220)
#F5E1E1
(245,225,225)
#F6E6E6
(246,230,230)
#F7EBEB
(247,235,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEBE; }

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

This text font color is #EEBEBE.

Background Color

.myBgColor { background-color: #EEBEBE; }

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

This div background color is #EEBEBE.

Border color

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

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

This div border color is #EEBEBE.

Opacity

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

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

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

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

This text has shadow with #EEBEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBEBE.

Preview

Color preview on black background

This text has color #EEBEBE on black background.


Color preview on white background

This text has color #EEBEBE on white background.


Black color preview on #EEBEBE background

This text has black color on #EEBEBE background.


White color preview on #EEBEBE background

This text has white color on #EEBEBE background.


Related colors

Complementary color

Complementary color for #hex is #114141.


I love getcolorcode.com