COLOR #EBFEE7

HEX: #EBFEE7 RGB: (235,254,231)

Color info

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

RGB color model

#EBFEE7 color RGB value is (235,254,231).

RGB: (235,254,231) (92%, 100%, 91%)

RGB channels and saturation

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

235
254
231

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

Portions of RGB colors in percentages

R + G + B = 235 + 254 + 231 = 720 (100%)
R 235 of 720 ~ 32.64%
G 254 of 720 ~ 35.28%
B 231 of 720 ~ 32.08'%

%32.64
%35.28
%32.08

CMYK color model

#EBFEE7 color CMYK value is (7,0,9,0).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%

CMYK: (7,0,9,0)
C7M0Y9K0 (7%, 0%, 9%, 0%)
(0.07 / 0.00 / 0.09 / 0.00)

CMYK percentages

%7.48
%0
%9.06
%0.39

Codes

Color #EBFEE7 in popluar color models

EB FE E7
RGB 235 254 231
HSL 110° 92.00% 95.10%
HSB/HSV 110° 9.06% 99.61%
CMYK 7.48% 0.00% 9.06%
0.39%

Color #EBFEE7 in popluar number systems.

HEX EB FE E7
Decimal 235 254 231
Binary 11101011 11111110 11100111
Octal 353 376 347

Shades and tints

Shades of #EBFEE7

#EBFEE7
(235,254,231)
#D6E7D2
(214,231,210)
#C1D0BD
(193,208,189)
#ACB9A8
(172,185,168)
#97A293
(151,162,147)
#828B7E
(130,139,126)
#6D7469
(109,116,105)
#585D54
(88,93,84)
#43463F
(67,70,63)
#2E2F2A
(46,47,42)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBFEE7

#EBFEE7
(235,254,231)
#ECFEE9
(236,254,233)
#EDFEEB
(237,254,235)
#EEFEED
(238,254,237)
#EFFEEF
(239,254,239)
#F0FEF1
(240,254,241)
#F1FEF3
(241,254,243)
#F2FEF5
(242,254,245)
#F3FEF7
(243,254,247)
#F4FEF9
(244,254,249)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFEE7; }

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

This text font color is #EBFEE7.

Background Color

.myBgColor { background-color: #EBFEE7; }

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

This div background color is #EBFEE7.

Border color

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

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

This div border color is #EBFEE7.

Opacity

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

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

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

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

This text has shadow with #EBFEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBFEE7.

Preview

Color preview on black background

This text has color #EBFEE7 on black background.


Color preview on white background

This text has color #EBFEE7 on white background.


Black color preview on #EBFEE7 background

This text has black color on #EBFEE7 background.


White color preview on #EBFEE7 background

This text has white color on #EBFEE7 background.


Related colors

Complementary color

Complementary color for #hex is #140118.


I love getcolorcode.com

Triadic colors

1 #E7EBFE and #FEE7EB with #EBFEE7 are triadic colors.

2 #E7FEEB and #FEEBE7 with #EBFEE7 are triadic colors.