COLOR #EBF2B1

HEX: #EBF2B1 RGB: (235,242,177)

Color info

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

RGB color model

#EBF2B1 color RGB value is (235,242,177).

RGB: (235,242,177) (92%, 95%, 69%)

RGB channels and saturation

R 235 of 255 = 92%
G 242 of 255 = 95%
B 177 of 255 = 69%

235
242
177

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

Portions of RGB colors in percentages

R + G + B = 235 + 242 + 177 = 654 (100%)
R 235 of 654 ~ 35.93%
G 242 of 654 ~ 37%
B 177 of 654 ~ 27.06'%

%35.93
%37
%27.06

CMYK color model

#EBF2B1 color CMYK value is (3,0,27,5).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 5.10%

CMYK: (3,0,27,5)
C3M0Y27K5 (3%, 0%, 27%, 5%)
(0.03 / 0.00 / 0.27 / 0.05)

CMYK percentages

%2.89
%0
%26.86
%5.1

Codes

Color #EBF2B1 in popluar color models

EB F2 B1
RGB 235 242 177
HSL 66° 71.43% 82.16%
HSB/HSV 66° 26.86% 94.90%
CMYK 2.89% 0.00% 26.86%
5.10%

Color #EBF2B1 in popluar number systems.

HEX EB F2 B1
Decimal 235 242 177
Binary 11101011 11110010 10110001
Octal 353 362 261

Shades and tints

Shades of #EBF2B1

#EBF2B1
(235,242,177)
#D6DCA1
(214,220,161)
#C1C691
(193,198,145)
#ACB081
(172,176,129)
#979A71
(151,154,113)
#828461
(130,132,97)
#6D6E51
(109,110,81)
#585841
(88,88,65)
#434231
(67,66,49)
#2E2C21
(46,44,33)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #EBF2B1

#EBF2B1
(235,242,177)
#ECF3B8
(236,243,184)
#EDF4BF
(237,244,191)
#EEF5C6
(238,245,198)
#EFF6CD
(239,246,205)
#F0F7D4
(240,247,212)
#F1F8DB
(241,248,219)
#F2F9E2
(242,249,226)
#F3FAE9
(243,250,233)
#F4FBF0
(244,251,240)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF2B1; }

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

This text font color is #EBF2B1.

Background Color

.myBgColor { background-color: #EBF2B1; }

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

This div background color is #EBF2B1.

Border color

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

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

This div border color is #EBF2B1.

Opacity

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

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

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

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

This text has shadow with #EBF2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF2B1.

Preview

Color preview on black background

This text has color #EBF2B1 on black background.


Color preview on white background

This text has color #EBF2B1 on white background.


Black color preview on #EBF2B1 background

This text has black color on #EBF2B1 background.


White color preview on #EBF2B1 background

This text has white color on #EBF2B1 background.


Related colors

Complementary color

Complementary color for #hex is #140D4E.


I love getcolorcode.com

Triadic colors

1 #B1EBF2 and #F2B1EB with #EBF2B1 are triadic colors.

2 #B1F2EB and #F2EBB1 with #EBF2B1 are triadic colors.