COLOR #EBFFE7

HEX: #EBFFE7
RGB: (235,255,231)

Color info

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

RGB color model

#EBFFE7 color RGB value is (235,255,231).

  • red value is 235;
  • green value is 255;
  • blue value is 231.
RGB:
(235,255,231)
(92%,100%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 255 of 255 = 100%
B 231 of 255 = 91%

235
255
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 255 + 231 = 721 (100%)
R 235 of 721 ~ 32.59%
G 255 of 721 ~ 35.37%
B 231 of 721 ~ 32.04%

%32.59
%35.37
%32.04

CMYK color model

#EBFFE7 color CMYK value is (8,0,9,0).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(8,0,9,0)
C8M0Y9K0 
(8%,0%,9%,0%)
(0.08/0.00/0.09/0.00)	

CMYK percentages

%7.84
%0
%9.41
%0

Codes

Color #EBFFE7 in popluar color models

EBFFE7
RGB235255231
HSL110°100.00%95.29%
HSB/HSV110°9.41%100.00%
CMYK7.84%0.00%9.41%
0.00%

Color #EBFFE7 in popluar number systems.

HEXEBFFE7
Decimal235255231
Binary111010111111111111100111
Octal353377347

Shades and tints

Shades of #EBFFE7

#EBFFE7
(235,255,231)
#D6E8D2
(214,232,210)
#C1D1BD
(193,209,189)
#ACBAA8
(172,186,168)
#97A393
(151,163,147)
#828C7E
(130,140,126)
#6D7569
(109,117,105)
#585E54
(88,94,84)
#43473F
(67,71,63)
#2E302A
(46,48,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBFFE7

#EBFFE7
(235,255,231)
#ECFFE9
(236,255,233)
#EDFFEB
(237,255,235)
#EEFFED
(238,255,237)
#EFFFEF
(239,255,239)
#F0FFF1
(240,255,241)
#F1FFF3
(241,255,243)
#F2FFF5
(242,255,245)
#F3FFF7
(243,255,247)
#F4FFF9
(244,255,249)
#F5FFFB
(245,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFFE7 color. Also use rgb(235,255,231) instead hex code.

Text Font Color

.myTextColor { color: #EBFFE7; }

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

This text font color is #EBFFE7.


Background Color

.myBgColor { background-color: #EBFFE7; }

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

This div background color is #EBFFE7.


Border color

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

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

This div border color is #EBFFE7.


Opacity

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

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

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

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

This text has shadow with #EBFFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFFE7 on black background.


Color preview on white background

This text has color #EBFFE7 on white background.



Black color preview on #EBFFE7 background

This text has black color on #EBFFE7 background.


White color preview on #EBFFE7 background

This text has white color on #EBFFE7 background.