COLOR #E7EFEB

HEX: #E7EFEB RGB: (231,239,235)

Color info

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

RGB color model

#E7EFEB color RGB value is (231,239,235).

RGB: (231,239,235) (91%, 94%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 235 of 255 = 92%

231
239
235

R + G + B ~ 92%. #E7EFEB is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 235 = 705 (100%)
R 231 of 705 ~ 32.77%
G 239 of 705 ~ 33.9%
B 235 of 705 ~ 33.33'%

%32.77
%33.9
%33.33

CMYK color model

#E7EFEB color CMYK value is (3,0,2,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%

CMYK: (3,0,2,6)
C3M0Y2K6 (3%, 0%, 2%, 6%)
(0.03 / 0.00 / 0.02 / 0.06)

CMYK percentages

%3.35
%0
%1.67
%6.27

Codes

Color #E7EFEB in popluar color models

E7 EF EB
RGB 231 239 235
HSL 150° 20.00% 92.16%
HSB/HSV 150° 3.35% 93.73%
CMYK 3.35% 0.00% 1.67%
6.27%

Color #E7EFEB in popluar number systems.

HEX E7 EF EB
Decimal 231 239 235
Binary 11100111 11101111 11101011
Octal 347 357 353

Shades and tints

Shades of #E7EFEB

#E7EFEB
(231,239,235)
#D2DAD6
(210,218,214)
#BDC5C1
(189,197,193)
#A8B0AC
(168,176,172)
#939B97
(147,155,151)
#7E8682
(126,134,130)
#69716D
(105,113,109)
#545C58
(84,92,88)
#3F4743
(63,71,67)
#2A322E
(42,50,46)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #E7EFEB

#E7EFEB
(231,239,235)
#E9F0EC
(233,240,236)
#EBF1ED
(235,241,237)
#EDF2EE
(237,242,238)
#EFF3EF
(239,243,239)
#F1F4F0
(241,244,240)
#F3F5F1
(243,245,241)
#F5F6F2
(245,246,242)
#F7F7F3
(247,247,243)
#F9F8F4
(249,248,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFEB; }

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

This text font color is #E7EFEB.

Background Color

.myBgColor { background-color: #E7EFEB; }

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

This div background color is #E7EFEB.

Border color

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

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

This div border color is #E7EFEB.

Opacity

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

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

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

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

This text has shadow with #E7EFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFEB.

Preview

Color preview on black background

This text has color #E7EFEB on black background.


Color preview on white background

This text has color #E7EFEB on white background.


Black color preview on #E7EFEB background

This text has black color on #E7EFEB background.


White color preview on #E7EFEB background

This text has white color on #E7EFEB background.


Related colors

Complementary color

Complementary color for #hex is #181014.


I love getcolorcode.com

Triadic colors

1 #EBE7EF and #EFEBE7 with #E7EFEB are triadic colors.

2 #EBEFE7 and #EFE7EB with #E7EFEB are triadic colors.