COLOR #E4F1DB

HEX: #E4F1DB
RGB: (228,241,219)

Renk bilgisi

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

RGB renk modeli

#E4F1DB color RGB value is (228,241,219).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 241 of 255 = 95%
B 219 of 255 = 86%

228
241
219

R + G + B ~ 90%. #E4F1DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 241 + 219 = 688 (100%)
R 228 of 688 ~ 33.14%
G 241 of 688 ~ 35.03%
B 219 of 688 ~ 31.83%

%33.14
%35.03
%31.83

CMYK RENK MODELİ

#E4F1DB rengi CMYK tonu (5,0,9,5).

  • camgöbeği tonu 5.39%
  • eflatun tonu 0.00%
  • sarı tonu 9.13%
  • ana renk tonu 5.49%
CMYK:
(5,0,9,5)
C5M0Y9K5 
(5%,0%,9%,5%)
(0.05/0.00/0.09/0.05)	

CMYK yüzdeleri

%5.39
%0
%9.13
%5.49

Codes

Color #E4F1DB in popluar color models

E4F1DB
RGB228241219
HSL95°44.00%90.20%
HSB/HSV95°9.13%94.51%
CMYK5.39%0.00%9.13%
5.49%

Color #E4F1DB in popluar number systems.

HEXE4F1DB
Decimal228241219
Binary111001001111000111011011
Octal344361333

Shades and tints

Shades of #E4F1DB

#E4F1DB
(228,241,219)
#D0DCC8
(208,220,200)
#BCC7B5
(188,199,181)
#A8B2A2
(168,178,162)
#949D8F
(148,157,143)
#80887C
(128,136,124)
#6C7369
(108,115,105)
#585E56
(88,94,86)
#444943
(68,73,67)
#303430
(48,52,48)
#1C1F1D
(28,31,29)
#000000
(0,0,0)

Tints of #E4F1DB

#E4F1DB
(228,241,219)
#E6F2DE
(230,242,222)
#E8F3E1
(232,243,225)
#EAF4E4
(234,244,228)
#ECF5E7
(236,245,231)
#EEF6EA
(238,246,234)
#F0F7ED
(240,247,237)
#F2F8F0
(242,248,240)
#F4F9F3
(244,249,243)
#F6FAF6
(246,250,246)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F1DB; }

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

This text font color is #E4F1DB.


Background Color

.myBgColor { background-color: #E4F1DB; }

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

This div background color is #E4F1DB.


Border color

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

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

This div border color is #E4F1DB.


Opacity

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

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

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

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

This text has shadow with #E4F1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F1DB on black background.


Color preview on white background

This text has color #E4F1DB on white background.



Black color preview on #E4F1DB background

This text has black color on #E4F1DB background.


White color preview on #E4F1DB background

This text has white color on #E4F1DB background.