COLOR #EBEFB1

HEX: #EBEFB1
RGB: (235,239,177)

Color info

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

RGB color model

#EBEFB1 color RGB value is (235,239,177).

  • red value is 235;
  • green value is 239;
  • blue value is 177.
RGB:
(235,239,177)
(92%,94%,69%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 177 of 255 = 69%

235
239
177

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 177 = 651 (100%)
R 235 of 651 ~ 36.1%
G 239 of 651 ~ 36.71%
B 177 of 651 ~ 27.19%

%36.1
%36.71
%27.19

CMYK color model

#EBEFB1 color CMYK value is (2,0,26,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 6.27%
CMYK:
(2,0,26,6)
C2M0Y26K6 
(2%,0%,26%,6%)
(0.02/0.00/0.26/0.06)	

CMYK percentages

%1.67
%0
%25.94
%6.27

Codes

Color #EBEFB1 in popluar color models

EBEFB1
RGB235239177
HSL64°65.96%81.57%
HSB/HSV64°25.94%93.73%
CMYK1.67%0.00%25.94%
6.27%

Color #EBEFB1 in popluar number systems.

HEXEBEFB1
Decimal235239177
Binary111010111110111110110001
Octal353357261

Shades and tints

Shades of #EBEFB1

#EBEFB1
(235,239,177)
#D6DAA1
(214,218,161)
#C1C591
(193,197,145)
#ACB081
(172,176,129)
#979B71
(151,155,113)
#828661
(130,134,97)
#6D7151
(109,113,81)
#585C41
(88,92,65)
#434731
(67,71,49)
#2E3221
(46,50,33)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #EBEFB1

#EBEFB1
(235,239,177)
#ECF0B8
(236,240,184)
#EDF1BF
(237,241,191)
#EEF2C6
(238,242,198)
#EFF3CD
(239,243,205)
#F0F4D4
(240,244,212)
#F1F5DB
(241,245,219)
#F2F6E2
(242,246,226)
#F3F7E9
(243,247,233)
#F4F8F0
(244,248,240)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFB1; }

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

This text font color is #EBEFB1.


Background Color

.myBgColor { background-color: #EBEFB1; }

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

This div background color is #EBEFB1.


Border color

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

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

This div border color is #EBEFB1.


Opacity

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

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

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

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

This text has shadow with #EBEFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFB1 on black background.


Color preview on white background

This text has color #EBEFB1 on white background.



Black color preview on #EBEFB1 background

This text has black color on #EBEFB1 background.


White color preview on #EBEFB1 background

This text has white color on #EBEFB1 background.