COLOR #E4F1D3

HEX: #E4F1D3
RGB: (228,241,211)

Renk bilgisi

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

RGB renk modeli

#E4F1D3 color RGB value is (228,241,211).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 241 of 255 = 95%
B 211 of 255 = 83%

228
241
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 241 + 211 = 680 (100%)
R 228 of 680 ~ 33.53%
G 241 of 680 ~ 35.44%
B 211 of 680 ~ 31.03%

%33.53
%35.44
%31.03

CMYK RENK MODELİ

#E4F1D3 rengi CMYK tonu (5,0,12,5).

  • camgöbeği tonu 5.39%
  • eflatun tonu 0.00%
  • sarı tonu 12.45%
  • ana renk tonu 5.49%
CMYK:
(5,0,12,5)
C5M0Y12K5 
(5%,0%,12%,5%)
(0.05/0.00/0.12/0.05)	

CMYK yüzdeleri

%5.39
%0
%12.45
%5.49

Codes

Color #E4F1D3 in popluar color models

E4F1D3
RGB228241211
HSL86°51.72%88.63%
HSB/HSV86°12.45%94.51%
CMYK5.39%0.00%12.45%
5.49%

Color #E4F1D3 in popluar number systems.

HEXE4F1D3
Decimal228241211
Binary111001001111000111010011
Octal344361323

Shades and tints

Shades of #E4F1D3

#E4F1D3
(228,241,211)
#D0DCC0
(208,220,192)
#BCC7AD
(188,199,173)
#A8B29A
(168,178,154)
#949D87
(148,157,135)
#808874
(128,136,116)
#6C7361
(108,115,97)
#585E4E
(88,94,78)
#44493B
(68,73,59)
#303428
(48,52,40)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #E4F1D3

#E4F1D3
(228,241,211)
#E6F2D7
(230,242,215)
#E8F3DB
(232,243,219)
#EAF4DF
(234,244,223)
#ECF5E3
(236,245,227)
#EEF6E7
(238,246,231)
#F0F7EB
(240,247,235)
#F2F8EF
(242,248,239)
#F4F9F3
(244,249,243)
#F6FAF7
(246,250,247)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F1D3; }

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

This text font color is #E4F1D3.


Background Color

.myBgColor { background-color: #E4F1D3; }

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

This div background color is #E4F1D3.


Border color

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

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

This div border color is #E4F1D3.


Opacity

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

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

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

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

This text has shadow with #E4F1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F1D3 on black background.


Color preview on white background

This text has color #E4F1D3 on white background.



Black color preview on #E4F1D3 background

This text has black color on #E4F1D3 background.


White color preview on #E4F1D3 background

This text has white color on #E4F1D3 background.