COLOR #E4F5CC

HEX: #E4F5CC
RGB: (228,245,204)

Renk bilgisi

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

RGB renk modeli

#E4F5CC color RGB value is (228,245,204).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 245 of 255 = 96%
B 204 of 255 = 80%

228
245
204

R + G + B ~ 88%. #E4F5CC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 245 + 204 = 677 (100%)
R 228 of 677 ~ 33.68%
G 245 of 677 ~ 36.19%
B 204 of 677 ~ 30.13%

%33.68
%36.19
%30.13

CMYK RENK MODELİ

#E4F5CC rengi CMYK tonu (7,0,17,4).

  • camgöbeği tonu 6.94%
  • eflatun tonu 0.00%
  • sarı tonu 16.73%
  • ana renk tonu 3.92%
CMYK:
(7,0,17,4)
C7M0Y17K4 
(7%,0%,17%,4%)
(0.07/0.00/0.17/0.04)	

CMYK yüzdeleri

%6.94
%0
%16.73
%3.92

Codes

Color #E4F5CC in popluar color models

E4F5CC
RGB228245204
HSL85°67.21%88.04%
HSB/HSV85°16.73%96.08%
CMYK6.94%0.00%16.73%
3.92%

Color #E4F5CC in popluar number systems.

HEXE4F5CC
Decimal228245204
Binary111001001111010111001100
Octal344365314

Shades and tints

Shades of #E4F5CC

#E4F5CC
(228,245,204)
#D0DFBA
(208,223,186)
#BCC9A8
(188,201,168)
#A8B396
(168,179,150)
#949D84
(148,157,132)
#808772
(128,135,114)
#6C7160
(108,113,96)
#585B4E
(88,91,78)
#44453C
(68,69,60)
#302F2A
(48,47,42)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4F5CC

#E4F5CC
(228,245,204)
#E6F5D0
(230,245,208)
#E8F5D4
(232,245,212)
#EAF5D8
(234,245,216)
#ECF5DC
(236,245,220)
#EEF5E0
(238,245,224)
#F0F5E4
(240,245,228)
#F2F5E8
(242,245,232)
#F4F5EC
(244,245,236)
#F6F5F0
(246,245,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F5CC; }

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

This text font color is #E4F5CC.


Background Color

.myBgColor { background-color: #E4F5CC; }

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

This div background color is #E4F5CC.


Border color

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

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

This div border color is #E4F5CC.


Opacity

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

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

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

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

This text has shadow with #E4F5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F5CC on black background.


Color preview on white background

This text has color #E4F5CC on white background.



Black color preview on #E4F5CC background

This text has black color on #E4F5CC background.


White color preview on #E4F5CC background

This text has white color on #E4F5CC background.