COLOR #EBBEBE

HEX: #EBBEBE RGB: (235,190,190)

Color info

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

RGB color model

#EBBEBE color RGB value is (235,190,190).

RGB: (235,190,190) (92%, 75%, 75%)

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 190 of 255 = 75%

235
190
190

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

Portions of RGB colors in percentages

R + G + B = 235 + 190 + 190 = 615 (100%)
R 235 of 615 ~ 38.21%
G 190 of 615 ~ 30.89%
B 190 of 615 ~ 30.89'%

%38.21
%30.89
%30.89

CMYK color model

#EBBEBE color CMYK value is (0,19,19,8).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 19.15%
  • key color value is 7.84%

CMYK: (0,19,19,8)
C0M19Y19K8 (0%, 19%, 19%, 8%)
(0.00 / 0.19 / 0.19 / 0.08)

CMYK percentages

%0
%19.15
%19.15
%7.84

Codes

Color #EBBEBE in popluar color models

EB BE BE
RGB 235 190 190
HSL 52.94% 83.33%
HSB/HSV 19.15% 92.16%
CMYK 0.00% 19.15% 19.15%
7.84%

Color #EBBEBE in popluar number systems.

HEX EB BE BE
Decimal 235 190 190
Binary 11101011 10111110 10111110
Octal 353 276 276

Shades and tints

Shades of #EBBEBE

#EBBEBE
(235,190,190)
#D6ADAD
(214,173,173)
#C19C9C
(193,156,156)
#AC8B8B
(172,139,139)
#977A7A
(151,122,122)
#826969
(130,105,105)
#6D5858
(109,88,88)
#584747
(88,71,71)
#433636
(67,54,54)
#2E2525
(46,37,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBBEBE

#EBBEBE
(235,190,190)
#ECC3C3
(236,195,195)
#EDC8C8
(237,200,200)
#EECDCD
(238,205,205)
#EFD2D2
(239,210,210)
#F0D7D7
(240,215,215)
#F1DCDC
(241,220,220)
#F2E1E1
(242,225,225)
#F3E6E6
(243,230,230)
#F4EBEB
(244,235,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBEBE; }

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

This text font color is #EBBEBE.

Background Color

.myBgColor { background-color: #EBBEBE; }

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

This div background color is #EBBEBE.

Border color

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

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

This div border color is #EBBEBE.

Opacity

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

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

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

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

This text has shadow with #EBBEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBEBE.

Preview

Color preview on black background

This text has color #EBBEBE on black background.


Color preview on white background

This text has color #EBBEBE on white background.


Black color preview on #EBBEBE background

This text has black color on #EBBEBE background.


White color preview on #EBBEBE background

This text has white color on #EBBEBE background.


Related colors

Complementary color

Complementary color for #hex is #144141.


I love getcolorcode.com