COLOR #E5FCD6

HEX: #E5FCD6
RGB: (229,252,214)

Renk bilgisi

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

RGB renk modeli

#E5FCD6 color RGB value is (229,252,214).

  • kırmız ton 229;
  • yeşil ton 252;
  • mavi ton 214.
RGB:
(229,252,214)
(90%,99%,84%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 252 of 255 = 99%
B 214 of 255 = 84%

229
252
214

R + G + B ~ 91%. #E5FCD6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 252 + 214 = 695 (100%)
R 229 of 695 ~ 32.95%
G 252 of 695 ~ 36.26%
B 214 of 695 ~ 30.79%

%32.95
%36.26
%30.79

CMYK RENK MODELİ

#E5FCD6 rengi CMYK tonu (9,0,15,1).

  • camgöbeği tonu 9.13%
  • eflatun tonu 0.00%
  • sarı tonu 15.08%
  • ana renk tonu 1.18%
CMYK:
(9,0,15,1)
C9M0Y15K1 
(9%,0%,15%,1%)
(0.09/0.00/0.15/0.01)	

CMYK yüzdeleri

%9.13
%0
%15.08
%1.18

Codes

Color #E5FCD6 in popluar color models

E5FCD6
RGB229252214
HSL96°86.36%91.37%
HSB/HSV96°15.08%98.82%
CMYK9.13%0.00%15.08%
1.18%

Color #E5FCD6 in popluar number systems.

HEXE5FCD6
Decimal229252214
Binary111001011111110011010110
Octal345374326

Shades and tints

Shades of #E5FCD6

#E5FCD6
(229,252,214)
#D1E6C3
(209,230,195)
#BDD0B0
(189,208,176)
#A9BA9D
(169,186,157)
#95A48A
(149,164,138)
#818E77
(129,142,119)
#6D7864
(109,120,100)
#596251
(89,98,81)
#454C3E
(69,76,62)
#31362B
(49,54,43)
#1D2018
(29,32,24)
#000000
(0,0,0)

Tints of #E5FCD6

#E5FCD6
(229,252,214)
#E7FCD9
(231,252,217)
#E9FCDC
(233,252,220)
#EBFCDF
(235,252,223)
#EDFCE2
(237,252,226)
#EFFCE5
(239,252,229)
#F1FCE8
(241,252,232)
#F3FCEB
(243,252,235)
#F5FCEE
(245,252,238)
#F7FCF1
(247,252,241)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FCD6 color. Also use rgb(229,252,214) instead hex code.

Text Font Color

.myTextColor { color: #E5FCD6; }

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

This text font color is #E5FCD6.


Background Color

.myBgColor { background-color: #E5FCD6; }

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

This div background color is #E5FCD6.


Border color

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

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

This div border color is #E5FCD6.


Opacity

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

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

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

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

This text has shadow with #E5FCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCD6 on black background.


Color preview on white background

This text has color #E5FCD6 on white background.



Black color preview on #E5FCD6 background

This text has black color on #E5FCD6 background.


White color preview on #E5FCD6 background

This text has white color on #E5FCD6 background.