COLOR #E4BEBE

HEX: #E4BEBE RGB: (228,190,190)

Color info

#E4BEBE contains red, green and blue colors in about the same proportion. Web safe color of #E4BEBE is #CCCCCC (or #CCC).

RGB color model

#E4BEBE color RGB value is (228,190,190).

RGB: (228,190,190) (89%, 75%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 190 of 255 = 75%

228
190
190

R + G + B ~ 80%. #E4BEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 190 + 190 = 608 (100%)
R 228 of 608 ~ 37.5%
G 190 of 608 ~ 31.25%
B 190 of 608 ~ 31.25'%

%37.5
%31.25
%31.25

CMYK color model

#E4BEBE color CMYK value is (0,17,17,11).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 16.67%
  • key color value is 10.59%

CMYK: (0,17,17,11)
C0M17Y17K11 (0%, 17%, 17%, 11%)
(0.00 / 0.17 / 0.17 / 0.11)

CMYK percentages

%0
%16.67
%16.67
%10.59

Codes

Color #E4BEBE in popluar color models

E4 BE BE
RGB 228 190 190
HSL 41.30% 81.96%
HSB/HSV 16.67% 89.41%
CMYK 0.00% 16.67% 16.67%
10.59%

Color #E4BEBE in popluar number systems.

HEX E4 BE BE
Decimal 228 190 190
Binary 11100100 10111110 10111110
Octal 344 276 276

Shades and tints

Shades of #E4BEBE

#E4BEBE
(228,190,190)
#D0ADAD
(208,173,173)
#BC9C9C
(188,156,156)
#A88B8B
(168,139,139)
#947A7A
(148,122,122)
#806969
(128,105,105)
#6C5858
(108,88,88)
#584747
(88,71,71)
#443636
(68,54,54)
#302525
(48,37,37)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #E4BEBE

#E4BEBE
(228,190,190)
#E6C3C3
(230,195,195)
#E8C8C8
(232,200,200)
#EACDCD
(234,205,205)
#ECD2D2
(236,210,210)
#EED7D7
(238,215,215)
#F0DCDC
(240,220,220)
#F2E1E1
(242,225,225)
#F4E6E6
(244,230,230)
#F6EBEB
(246,235,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BEBE; }

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

This text font color is #E4BEBE.

Background Color

.myBgColor { background-color: #E4BEBE; }

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

This div background color is #E4BEBE.

Border color

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

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

This div border color is #E4BEBE.

Opacity

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

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

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

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

This text has shadow with #E4BEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BEBE.

Preview

Color preview on black background

This text has color #E4BEBE on black background.


Color preview on white background

This text has color #E4BEBE on white background.


Black color preview on #E4BEBE background

This text has black color on #E4BEBE background.


White color preview on #E4BEBE background

This text has white color on #E4BEBE background.


Related colors

Complementary color

Complementary color for #hex is #1B4141.


I love getcolorcode.com