COLOR #EBEEB2

HEX: #EBEEB2
RGB: (235,238,178)

Color info

#EBEEB2 contains mainly red and green colors. Web safe color of #EBEEB2 is #FFFF99 (or #FF9).

RGB color model

#EBEEB2 color RGB value is (235,238,178).

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

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 178 of 255 = 70%

235
238
178

R + G + B ~ 85%. #EBEEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 238 + 178 = 651 (100%)
R 235 of 651 ~ 36.1%
G 238 of 651 ~ 36.56%
B 178 of 651 ~ 27.34%

%36.1
%36.56
%27.34

CMYK color model

#EBEEB2 color CMYK value is (1,0,25,7).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 6.67%
CMYK:
(1,0,25,7)
C1M0Y25K7 
(1%,0%,25%,7%)
(0.01/0.00/0.25/0.07)	

CMYK percentages

%1.26
%0
%25.21
%6.67

Codes

Color #EBEEB2 in popluar color models

EBEEB2
RGB235238178
HSL63°63.83%81.57%
HSB/HSV63°25.21%93.33%
CMYK1.26%0.00%25.21%
6.67%

Color #EBEEB2 in popluar number systems.

HEXEBEEB2
Decimal235238178
Binary111010111110111010110010
Octal353356262

Shades and tints

Shades of #EBEEB2

#EBEEB2
(235,238,178)
#D6D9A2
(214,217,162)
#C1C492
(193,196,146)
#ACAF82
(172,175,130)
#979A72
(151,154,114)
#828562
(130,133,98)
#6D7052
(109,112,82)
#585B42
(88,91,66)
#434632
(67,70,50)
#2E3122
(46,49,34)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #EBEEB2

#EBEEB2
(235,238,178)
#ECEFB9
(236,239,185)
#EDF0C0
(237,240,192)
#EEF1C7
(238,241,199)
#EFF2CE
(239,242,206)
#F0F3D5
(240,243,213)
#F1F4DC
(241,244,220)
#F2F5E3
(242,245,227)
#F3F6EA
(243,246,234)
#F4F7F1
(244,247,241)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEEB2; }

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

This text font color is #EBEEB2.


Background Color

.myBgColor { background-color: #EBEEB2; }

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

This div background color is #EBEEB2.


Border color

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

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

This div border color is #EBEEB2.


Opacity

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

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

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

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

This text has shadow with #EBEEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEEB2 on black background.


Color preview on white background

This text has color #EBEEB2 on white background.



Black color preview on #EBEEB2 background

This text has black color on #EBEEB2 background.


White color preview on #EBEEB2 background

This text has white color on #EBEEB2 background.