COLOR #E4F1D7

HEX: #E4F1D7
RGB: (228,241,215)

Renk bilgisi

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

RGB renk modeli

#E4F1D7 color RGB value is (228,241,215).

  • kırmız ton 228;
  • yeşil ton 241;
  • mavi ton 215.
RGB:
(228,241,215)
(89%,95%,84%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 241 of 255 = 95%
B 215 of 255 = 84%

228
241
215

R + G + B ~ 89%. #E4F1D7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 241 + 215 = 684 (100%)
R 228 of 684 ~ 33.33%
G 241 of 684 ~ 35.23%
B 215 of 684 ~ 31.43%

%33.33
%35.23
%31.43

CMYK RENK MODELİ

#E4F1D7 rengi CMYK tonu (5,0,11,5).

  • camgöbeği tonu 5.39%
  • eflatun tonu 0.00%
  • sarı tonu 10.79%
  • ana renk tonu 5.49%
CMYK:
(5,0,11,5)
C5M0Y11K5 
(5%,0%,11%,5%)
(0.05/0.00/0.11/0.05)	

CMYK yüzdeleri

%5.39
%0
%10.79
%5.49

Codes

Color #E4F1D7 in popluar color models

E4F1D7
RGB228241215
HSL90°48.15%89.41%
HSB/HSV90°10.79%94.51%
CMYK5.39%0.00%10.79%
5.49%

Color #E4F1D7 in popluar number systems.

HEXE4F1D7
Decimal228241215
Binary111001001111000111010111
Octal344361327

Shades and tints

Shades of #E4F1D7

#E4F1D7
(228,241,215)
#D0DCC4
(208,220,196)
#BCC7B1
(188,199,177)
#A8B29E
(168,178,158)
#949D8B
(148,157,139)
#808878
(128,136,120)
#6C7365
(108,115,101)
#585E52
(88,94,82)
#44493F
(68,73,63)
#30342C
(48,52,44)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #E4F1D7

#E4F1D7
(228,241,215)
#E6F2DA
(230,242,218)
#E8F3DD
(232,243,221)
#EAF4E0
(234,244,224)
#ECF5E3
(236,245,227)
#EEF6E6
(238,246,230)
#F0F7E9
(240,247,233)
#F2F8EC
(242,248,236)
#F4F9EF
(244,249,239)
#F6FAF2
(246,250,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F1D7 color. Also use rgb(228,241,215) instead hex code.

Text Font Color

.myTextColor { color: #E4F1D7; }

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

This text font color is #E4F1D7.


Background Color

.myBgColor { background-color: #E4F1D7; }

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

This div background color is #E4F1D7.


Border color

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

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

This div border color is #E4F1D7.


Opacity

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

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

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

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

This text has shadow with #E4F1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F1D7 on black background.


Color preview on white background

This text has color #E4F1D7 on white background.



Black color preview on #E4F1D7 background

This text has black color on #E4F1D7 background.


White color preview on #E4F1D7 background

This text has white color on #E4F1D7 background.