COLOR #E7EDEE

HEX: #E7EDEE
RGB: (231,237,238)

Renk bilgisi

#E7EDEE contains red, green and blue colors in about the same proportion. #E7EDEE ‘ nin web güvenlik rengi #FFFFFF (ya da #FFF) dir.

RGB renk modeli

#E7EDEE color RGB value is (231,237,238).

  • kırmız ton 231;
  • yeşil ton 237;
  • mavi ton 238.
RGB:
(231,237,238)
(91%,93%,93%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 237 of 255 = 93%
B 238 of 255 = 93%

231
237
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 237 + 238 = 706 (100%)
R 231 of 706 ~ 32.72%
G 237 of 706 ~ 33.57%
B 238 of 706 ~ 33.71%

%32.72
%33.57
%33.71

CMYK RENK MODELİ

#E7EDEE rengi CMYK tonu (3,0,0,7).

  • camgöbeği tonu 2.94%
  • eflatun tonu 0.42%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(3,0,0,7)
C3M0Y0K7 
(3%,0%,0%,7%)
(0.03/0.00/0.00/0.07)	

CMYK yüzdeleri

%2.94
%0.42
%0
%6.67

Codes

Color #E7EDEE in popluar color models

E7EDEE
RGB231237238
HSL189°17.07%91.96%
HSB/HSV189°2.94%93.33%
CMYK2.94%0.42%0.00%
6.67%

Color #E7EDEE in popluar number systems.

HEXE7EDEE
Decimal231237238
Binary111001111110110111101110
Octal347355356

Shades and tints

Shades of #E7EDEE

#E7EDEE
(231,237,238)
#D2D8D9
(210,216,217)
#BDC3C4
(189,195,196)
#A8AEAF
(168,174,175)
#93999A
(147,153,154)
#7E8485
(126,132,133)
#696F70
(105,111,112)
#545A5B
(84,90,91)
#3F4546
(63,69,70)
#2A3031
(42,48,49)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #E7EDEE

#E7EDEE
(231,237,238)
#E9EEEF
(233,238,239)
#EBEFF0
(235,239,240)
#EDF0F1
(237,240,241)
#EFF1F2
(239,241,242)
#F1F2F3
(241,242,243)
#F3F3F4
(243,243,244)
#F5F4F5
(245,244,245)
#F7F5F6
(247,245,246)
#F9F6F7
(249,246,247)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EDEE color. Also use rgb(231,237,238) instead hex code.

Text Font Color

.myTextColor { color: #E7EDEE; }

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

This text font color is #E7EDEE.


Background Color

.myBgColor { background-color: #E7EDEE; }

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

This div background color is #E7EDEE.


Border color

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

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

This div border color is #E7EDEE.


Opacity

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

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

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

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

This text has shadow with #E7EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDEE on black background.


Color preview on white background

This text has color #E7EDEE on white background.



Black color preview on #E7EDEE background

This text has black color on #E7EDEE background.


White color preview on #E7EDEE background

This text has white color on #E7EDEE background.