COLOR #E7F5BD

HEX: #E7F5BD RGB: (231,245,189)

Color info

#E7F5BD contains red, green and blue colors in about the same proportion. Web safe color of #E7F5BD is #FFFFCC (or #FFC).

RGB color model

#E7F5BD color RGB value is (231,245,189).

RGB: (231,245,189) (91%, 96%, 74%)

RGB channels and saturation

R 231 of 255 = 91%
G 245 of 255 = 96%
B 189 of 255 = 74%

231
245
189

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

Portions of RGB colors in percentages

R + G + B = 231 + 245 + 189 = 665 (100%)
R 231 of 665 ~ 34.74%
G 245 of 665 ~ 36.84%
B 189 of 665 ~ 28.42'%

%34.74
%36.84
%28.42

CMYK color model

#E7F5BD color CMYK value is (6,0,23,4).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 3.92%

CMYK: (6,0,23,4)
C6M0Y23K4 (6%, 0%, 23%, 4%)
(0.06 / 0.00 / 0.23 / 0.04)

CMYK percentages

%5.71
%0
%22.86
%3.92

Codes

Color #E7F5BD in popluar color models

E7 F5 BD
RGB 231 245 189
HSL 75° 73.68% 85.10%
HSB/HSV 75° 22.86% 96.08%
CMYK 5.71% 0.00% 22.86%
3.92%

Color #E7F5BD in popluar number systems.

HEX E7 F5 BD
Decimal 231 245 189
Binary 11100111 11110101 10111101
Octal 347 365 275

Shades and tints

Shades of #E7F5BD

#E7F5BD
(231,245,189)
#D2DFAC
(210,223,172)
#BDC99B
(189,201,155)
#A8B38A
(168,179,138)
#939D79
(147,157,121)
#7E8768
(126,135,104)
#697157
(105,113,87)
#545B46
(84,91,70)
#3F4535
(63,69,53)
#2A2F24
(42,47,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #E7F5BD

#E7F5BD
(231,245,189)
#E9F5C3
(233,245,195)
#EBF5C9
(235,245,201)
#EDF5CF
(237,245,207)
#EFF5D5
(239,245,213)
#F1F5DB
(241,245,219)
#F3F5E1
(243,245,225)
#F5F5E7
(245,245,231)
#F7F5ED
(247,245,237)
#F9F5F3
(249,245,243)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F5BD color. Also use rgb(231,245,189) instead hex code.

Text Font Color

.myTextColor { color: #E7F5BD; }

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

This text font color is #E7F5BD.

Background Color

.myBgColor { background-color: #E7F5BD; }

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

This div background color is #E7F5BD.

Border color

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

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

This div border color is #E7F5BD.

Opacity

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

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

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

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

This text has shadow with #E7F5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F5BD.

Preview

Color preview on black background

This text has color #E7F5BD on black background.


Color preview on white background

This text has color #E7F5BD on white background.


Black color preview on #E7F5BD background

This text has black color on #E7F5BD background.


White color preview on #E7F5BD background

This text has white color on #E7F5BD background.


Related colors

Complementary color

Complementary color for #hex is #180A42.


I love getcolorcode.com

Triadic colors

1 #BDE7F5 and #F5BDE7 with #E7F5BD are triadic colors.

2 #BDF5E7 and #F5E7BD with #E7F5BD are triadic colors.