COLOR #EBEEBE

HEX: #EBEEBE
RGB: (235,238,190)

Color info

#EBEEBE contains red, green and blue colors in about the same proportion. Web safe color of #EBEEBE is #FFFFCC (or #FFC).

RGB color model

#EBEEBE color RGB value is (235,238,190).

  • red value is 235;
  • green value is 238;
  • blue value is 190.
RGB:
(235,238,190)
(92%,93%,75%)

RGB channels and saturation

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

235
238
190

R + G + B ~ 87%. #EBEEBE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 238 + 190 = 663 (100%)
R 235 of 663 ~ 35.44%
G 238 of 663 ~ 35.9%
B 190 of 663 ~ 28.66%

%35.44
%35.9
%28.66

CMYK color model

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

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

CMYK percentages

%1.26
%0
%20.17
%6.67

Codes

Color #EBEEBE in popluar color models

EBEEBE
RGB235238190
HSL64°58.54%83.92%
HSB/HSV64°20.17%93.33%
CMYK1.26%0.00%20.17%
6.67%

Color #EBEEBE in popluar number systems.

HEXEBEEBE
Decimal235238190
Binary111010111110111010111110
Octal353356276

Shades and tints

Shades of #EBEEBE

#EBEEBE
(235,238,190)
#D6D9AD
(214,217,173)
#C1C49C
(193,196,156)
#ACAF8B
(172,175,139)
#979A7A
(151,154,122)
#828569
(130,133,105)
#6D7058
(109,112,88)
#585B47
(88,91,71)
#434636
(67,70,54)
#2E3125
(46,49,37)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBEEBE

#EBEEBE
(235,238,190)
#ECEFC3
(236,239,195)
#EDF0C8
(237,240,200)
#EEF1CD
(238,241,205)
#EFF2D2
(239,242,210)
#F0F3D7
(240,243,215)
#F1F4DC
(241,244,220)
#F2F5E1
(242,245,225)
#F3F6E6
(243,246,230)
#F4F7EB
(244,247,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEEBE; }

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

This text font color is #EBEEBE.


Background Color

.myBgColor { background-color: #EBEEBE; }

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

This div background color is #EBEEBE.


Border color

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

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

This div border color is #EBEEBE.


Opacity

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

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

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

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

This text has shadow with #EBEEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEEBE on black background.


Color preview on white background

This text has color #EBEEBE on white background.



Black color preview on #EBEEBE background

This text has black color on #EBEEBE background.


White color preview on #EBEEBE background

This text has white color on #EBEEBE background.