COLOR #E4FDCA

HEX: #E4FDCA
RGB: (228,253,202)

Renk bilgisi

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

RGB renk modeli

#E4FDCA color RGB value is (228,253,202).

  • kırmız ton 228;
  • yeşil ton 253;
  • mavi ton 202.
RGB:
(228,253,202)
(89%,99%,79%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 253 of 255 = 99%
B 202 of 255 = 79%

228
253
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 253 + 202 = 683 (100%)
R 228 of 683 ~ 33.38%
G 253 of 683 ~ 37.04%
B 202 of 683 ~ 29.58%

%33.38
%37.04
%29.58

CMYK RENK MODELİ

#E4FDCA rengi CMYK tonu (10,0,20,1).

  • camgöbeği tonu 9.88%
  • eflatun tonu 0.00%
  • sarı tonu 20.16%
  • ana renk tonu 0.78%
CMYK:
(10,0,20,1)
C10M0Y20K1 
(10%,0%,20%,1%)
(0.10/0.00/0.20/0.01)	

CMYK yüzdeleri

%9.88
%0
%20.16
%0.78

Codes

Color #E4FDCA in popluar color models

E4FDCA
RGB228253202
HSL89°92.73%89.22%
HSB/HSV89°20.16%99.22%
CMYK9.88%0.00%20.16%
0.78%

Color #E4FDCA in popluar number systems.

HEXE4FDCA
Decimal228253202
Binary111001001111110111001010
Octal344375312

Shades and tints

Shades of #E4FDCA

#E4FDCA
(228,253,202)
#D0E6B8
(208,230,184)
#BCCFA6
(188,207,166)
#A8B894
(168,184,148)
#94A182
(148,161,130)
#808A70
(128,138,112)
#6C735E
(108,115,94)
#585C4C
(88,92,76)
#44453A
(68,69,58)
#302E28
(48,46,40)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4FDCA

#E4FDCA
(228,253,202)
#E6FDCE
(230,253,206)
#E8FDD2
(232,253,210)
#EAFDD6
(234,253,214)
#ECFDDA
(236,253,218)
#EEFDDE
(238,253,222)
#F0FDE2
(240,253,226)
#F2FDE6
(242,253,230)
#F4FDEA
(244,253,234)
#F6FDEE
(246,253,238)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FDCA color. Also use rgb(228,253,202) instead hex code.

Text Font Color

.myTextColor { color: #E4FDCA; }

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

This text font color is #E4FDCA.


Background Color

.myBgColor { background-color: #E4FDCA; }

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

This div background color is #E4FDCA.


Border color

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

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

This div border color is #E4FDCA.


Opacity

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

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

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

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

This text has shadow with #E4FDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FDCA on black background.


Color preview on white background

This text has color #E4FDCA on white background.



Black color preview on #E4FDCA background

This text has black color on #E4FDCA background.


White color preview on #E4FDCA background

This text has white color on #E4FDCA background.