COLOR #E5F4EC

HEX: #E5F4EC
RGB: (229,244,236)

Renk bilgisi

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

RGB renk modeli

#E5F4EC color RGB value is (229,244,236).

  • kırmız ton 229;
  • yeşil ton 244;
  • mavi ton 236.
RGB:
(229,244,236)
(90%,96%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 244 of 255 = 96%
B 236 of 255 = 93%

229
244
236

R + G + B ~ 93%. #E5F4EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 244 + 236 = 709 (100%)
R 229 of 709 ~ 32.3%
G 244 of 709 ~ 34.41%
B 236 of 709 ~ 33.29%

%32.3
%34.41
%33.29

CMYK RENK MODELİ

#E5F4EC rengi CMYK tonu (6,0,3,4).

  • camgöbeği tonu 6.15%
  • eflatun tonu 0.00%
  • sarı tonu 3.28%
  • ana renk tonu 4.31%
CMYK:
(6,0,3,4)
C6M0Y3K4 
(6%,0%,3%,4%)
(0.06/0.00/0.03/0.04)	

CMYK yüzdeleri

%6.15
%0
%3.28
%4.31

Codes

Color #E5F4EC in popluar color models

E5F4EC
RGB229244236
HSL148°40.54%92.75%
HSB/HSV148°6.15%95.69%
CMYK6.15%0.00%3.28%
4.31%

Color #E5F4EC in popluar number systems.

HEXE5F4EC
Decimal229244236
Binary111001011111010011101100
Octal345364354

Shades and tints

Shades of #E5F4EC

#E5F4EC
(229,244,236)
#D1DED7
(209,222,215)
#BDC8C2
(189,200,194)
#A9B2AD
(169,178,173)
#959C98
(149,156,152)
#818683
(129,134,131)
#6D706E
(109,112,110)
#595A59
(89,90,89)
#454444
(69,68,68)
#312E2F
(49,46,47)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #E5F4EC

#E5F4EC
(229,244,236)
#E7F5ED
(231,245,237)
#E9F6EE
(233,246,238)
#EBF7EF
(235,247,239)
#EDF8F0
(237,248,240)
#EFF9F1
(239,249,241)
#F1FAF2
(241,250,242)
#F3FBF3
(243,251,243)
#F5FCF4
(245,252,244)
#F7FDF5
(247,253,245)
#F9FEF6
(249,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F4EC color. Also use rgb(229,244,236) instead hex code.

Text Font Color

.myTextColor { color: #E5F4EC; }

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

This text font color is #E5F4EC.


Background Color

.myBgColor { background-color: #E5F4EC; }

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

This div background color is #E5F4EC.


Border color

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

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

This div border color is #E5F4EC.


Opacity

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

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

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

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

This text has shadow with #E5F4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F4EC on black background.


Color preview on white background

This text has color #E5F4EC on white background.



Black color preview on #E5F4EC background

This text has black color on #E5F4EC background.


White color preview on #E5F4EC background

This text has white color on #E5F4EC background.