COLOR #EBFBE9

HEX: #EBFBE9 RGB: (235,251,233)

Color info

#EBFBE9 contains red, green and blue colors in about the same proportion. Web safe color of #EBFBE9 is #FFFFFF (or #FFF).

RGB color model

#EBFBE9 color RGB value is (235,251,233).

RGB: (235,251,233) (92%, 98%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 233 of 255 = 91%

235
251
233

R + G + B ~ 94%. #EBFBE9 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 251 + 233 = 719 (100%)
R 235 of 719 ~ 32.68%
G 251 of 719 ~ 34.91%
B 233 of 719 ~ 32.41'%

%32.68
%34.91
%32.41

CMYK color model

#EBFBE9 color CMYK value is (6,0,7,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%

CMYK: (6,0,7,2)
C6M0Y7K2 (6%, 0%, 7%, 2%)
(0.06 / 0.00 / 0.07 / 0.02)

CMYK percentages

%6.37
%0
%7.17
%1.57

Codes

Color #EBFBE9 in popluar color models

EB FB E9
RGB 235 251 233
HSL 113° 69.23% 94.90%
HSB/HSV 113° 7.17% 98.43%
CMYK 6.37% 0.00% 7.17%
1.57%

Color #EBFBE9 in popluar number systems.

HEX EB FB E9
Decimal 235 251 233
Binary 11101011 11111011 11101001
Octal 353 373 351

Shades and tints

Shades of #EBFBE9

#EBFBE9
(235,251,233)
#D6E5D4
(214,229,212)
#C1CFBF
(193,207,191)
#ACB9AA
(172,185,170)
#97A395
(151,163,149)
#828D80
(130,141,128)
#6D776B
(109,119,107)
#586156
(88,97,86)
#434B41
(67,75,65)
#2E352C
(46,53,44)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #EBFBE9

#EBFBE9
(235,251,233)
#ECFBEB
(236,251,235)
#EDFBED
(237,251,237)
#EEFBEF
(238,251,239)
#EFFBF1
(239,251,241)
#F0FBF3
(240,251,243)
#F1FBF5
(241,251,245)
#F2FBF7
(242,251,247)
#F3FBF9
(243,251,249)
#F4FBFB
(244,251,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFBE9 color. Also use rgb(235,251,233) instead hex code.

Text Font Color

.myTextColor { color: #EBFBE9; }

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

This text font color is #EBFBE9.

Background Color

.myBgColor { background-color: #EBFBE9; }

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

This div background color is #EBFBE9.

Border color

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

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

This div border color is #EBFBE9.

Opacity

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

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

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

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

This text has shadow with #EBFBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFBE9.

Preview

Color preview on black background

This text has color #EBFBE9 on black background.


Color preview on white background

This text has color #EBFBE9 on white background.


Black color preview on #EBFBE9 background

This text has black color on #EBFBE9 background.


White color preview on #EBFBE9 background

This text has white color on #EBFBE9 background.


Related colors

Complementary color

Complementary color for #hex is #140416.


I love getcolorcode.com

Triadic colors

1 #E9EBFB and #FBE9EB with #EBFBE9 are triadic colors.

2 #E9FBEB and #FBEBE9 with #EBFBE9 are triadic colors.