COLOR #EBF6B9

HEX: #EBF6B9
RGB: (235,246,185)

Color info

#EBF6B9 contains mainly red and green colors. Web safe color of #EBF6B9 is #FFFFCC (or #FFC).

RGB color model

#EBF6B9 color RGB value is (235,246,185).

  • red value is 235;
  • green value is 246;
  • blue value is 185.
RGB:
(235,246,185)
(92%,96%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 246 of 255 = 96%
B 185 of 255 = 73%

235
246
185

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

Portions of RGB colors in percentages

R + G + B =
235 + 246 + 185 = 666 (100%)
R 235 of 666 ~ 35.29%
G 246 of 666 ~ 36.94%
B 185 of 666 ~ 27.78%

%35.29
%36.94
%27.78

CMYK color model

#EBF6B9 color CMYK value is (4,0,25,4).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 3.53%
CMYK:
(4,0,25,4)
C4M0Y25K4 
(4%,0%,25%,4%)
(0.04/0.00/0.25/0.04)	

CMYK percentages

%4.47
%0
%24.8
%3.53

Codes

Color #EBF6B9 in popluar color models

EBF6B9
RGB235246185
HSL71°77.22%84.51%
HSB/HSV71°24.80%96.47%
CMYK4.47%0.00%24.80%
3.53%

Color #EBF6B9 in popluar number systems.

HEXEBF6B9
Decimal235246185
Binary111010111111011010111001
Octal353366271

Shades and tints

Shades of #EBF6B9

#EBF6B9
(235,246,185)
#D6E0A9
(214,224,169)
#C1CA99
(193,202,153)
#ACB489
(172,180,137)
#979E79
(151,158,121)
#828869
(130,136,105)
#6D7259
(109,114,89)
#585C49
(88,92,73)
#434639
(67,70,57)
#2E3029
(46,48,41)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBF6B9

#EBF6B9
(235,246,185)
#ECF6BF
(236,246,191)
#EDF6C5
(237,246,197)
#EEF6CB
(238,246,203)
#EFF6D1
(239,246,209)
#F0F6D7
(240,246,215)
#F1F6DD
(241,246,221)
#F2F6E3
(242,246,227)
#F3F6E9
(243,246,233)
#F4F6EF
(244,246,239)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF6B9; }

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

This text font color is #EBF6B9.


Background Color

.myBgColor { background-color: #EBF6B9; }

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

This div background color is #EBF6B9.


Border color

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

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

This div border color is #EBF6B9.


Opacity

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

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

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

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

This text has shadow with #EBF6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6B9 on black background.


Color preview on white background

This text has color #EBF6B9 on white background.



Black color preview on #EBF6B9 background

This text has black color on #EBF6B9 background.


White color preview on #EBF6B9 background

This text has white color on #EBF6B9 background.