COLOR #E5F3E7

HEX: #E5F3E7
RGB: (229,243,231)

Renk bilgisi

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

RGB renk modeli

#E5F3E7 color RGB value is (229,243,231).

  • kırmız ton 229;
  • yeşil ton 243;
  • mavi ton 231.
RGB:
(229,243,231)
(90%,95%,91%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 243 of 255 = 95%
B 231 of 255 = 91%

229
243
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 243 + 231 = 703 (100%)
R 229 of 703 ~ 32.57%
G 243 of 703 ~ 34.57%
B 231 of 703 ~ 32.86%

%32.57
%34.57
%32.86

CMYK RENK MODELİ

#E5F3E7 rengi CMYK tonu (6,0,5,5).

  • camgöbeği tonu 5.76%
  • eflatun tonu 0.00%
  • sarı tonu 4.94%
  • ana renk tonu 4.71%
CMYK:
(6,0,5,5)
C6M0Y5K5 
(6%,0%,5%,5%)
(0.06/0.00/0.05/0.05)	

CMYK yüzdeleri

%5.76
%0
%4.94
%4.71

Codes

Color #E5F3E7 in popluar color models

E5F3E7
RGB229243231
HSL129°36.84%92.55%
HSB/HSV129°5.76%95.29%
CMYK5.76%0.00%4.94%
4.71%

Color #E5F3E7 in popluar number systems.

HEXE5F3E7
Decimal229243231
Binary111001011111001111100111
Octal345363347

Shades and tints

Shades of #E5F3E7

#E5F3E7
(229,243,231)
#D1DDD2
(209,221,210)
#BDC7BD
(189,199,189)
#A9B1A8
(169,177,168)
#959B93
(149,155,147)
#81857E
(129,133,126)
#6D6F69
(109,111,105)
#595954
(89,89,84)
#45433F
(69,67,63)
#312D2A
(49,45,42)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #E5F3E7

#E5F3E7
(229,243,231)
#E7F4E9
(231,244,233)
#E9F5EB
(233,245,235)
#EBF6ED
(235,246,237)
#EDF7EF
(237,247,239)
#EFF8F1
(239,248,241)
#F1F9F3
(241,249,243)
#F3FAF5
(243,250,245)
#F5FBF7
(245,251,247)
#F7FCF9
(247,252,249)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3E7 color. Also use rgb(229,243,231) instead hex code.

Text Font Color

.myTextColor { color: #E5F3E7; }

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

This text font color is #E5F3E7.


Background Color

.myBgColor { background-color: #E5F3E7; }

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

This div background color is #E5F3E7.


Border color

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

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

This div border color is #E5F3E7.


Opacity

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

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

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

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

This text has shadow with #E5F3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3E7 on black background.


Color preview on white background

This text has color #E5F3E7 on white background.



Black color preview on #E5F3E7 background

This text has black color on #E5F3E7 background.


White color preview on #E5F3E7 background

This text has white color on #E5F3E7 background.