COLOR #E4F8CC

HEX: #E4F8CC
RGB: (228,248,204)

Renk bilgisi

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

RGB renk modeli

#E4F8CC color RGB value is (228,248,204).

  • kırmız ton 228;
  • yeşil ton 248;
  • mavi ton 204.
RGB:
(228,248,204)
(89%,97%,80%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 248 of 255 = 97%
B 204 of 255 = 80%

228
248
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 248 + 204 = 680 (100%)
R 228 of 680 ~ 33.53%
G 248 of 680 ~ 36.47%
B 204 of 680 ~ 30%

%33.53
%36.47
%30

CMYK RENK MODELİ

#E4F8CC rengi CMYK tonu (8,0,18,3).

  • camgöbeği tonu 8.06%
  • eflatun tonu 0.00%
  • sarı tonu 17.74%
  • ana renk tonu 2.75%
CMYK:
(8,0,18,3)
C8M0Y18K3 
(8%,0%,18%,3%)
(0.08/0.00/0.18/0.03)	

CMYK yüzdeleri

%8.06
%0
%17.74
%2.75

Codes

Color #E4F8CC in popluar color models

E4F8CC
RGB228248204
HSL87°75.86%88.63%
HSB/HSV87°17.74%97.25%
CMYK8.06%0.00%17.74%
2.75%

Color #E4F8CC in popluar number systems.

HEXE4F8CC
Decimal228248204
Binary111001001111100011001100
Octal344370314

Shades and tints

Shades of #E4F8CC

#E4F8CC
(228,248,204)
#D0E2BA
(208,226,186)
#BCCCA8
(188,204,168)
#A8B696
(168,182,150)
#94A084
(148,160,132)
#808A72
(128,138,114)
#6C7460
(108,116,96)
#585E4E
(88,94,78)
#44483C
(68,72,60)
#30322A
(48,50,42)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #E4F8CC

#E4F8CC
(228,248,204)
#E6F8D0
(230,248,208)
#E8F8D4
(232,248,212)
#EAF8D8
(234,248,216)
#ECF8DC
(236,248,220)
#EEF8E0
(238,248,224)
#F0F8E4
(240,248,228)
#F2F8E8
(242,248,232)
#F4F8EC
(244,248,236)
#F6F8F0
(246,248,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F8CC color. Also use rgb(228,248,204) instead hex code.

Text Font Color

.myTextColor { color: #E4F8CC; }

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

This text font color is #E4F8CC.


Background Color

.myBgColor { background-color: #E4F8CC; }

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

This div background color is #E4F8CC.


Border color

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

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

This div border color is #E4F8CC.


Opacity

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

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

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

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

This text has shadow with #E4F8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F8CC on black background.


Color preview on white background

This text has color #E4F8CC on white background.



Black color preview on #E4F8CC background

This text has black color on #E4F8CC background.


White color preview on #E4F8CC background

This text has white color on #E4F8CC background.