COLOR #E5F6D6

HEX: #E5F6D6
RGB: (229,246,214)

Renk bilgisi

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

RGB renk modeli

#E5F6D6 color RGB value is (229,246,214).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 246 of 255 = 96%
B 214 of 255 = 84%

229
246
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 246 + 214 = 689 (100%)
R 229 of 689 ~ 33.24%
G 246 of 689 ~ 35.7%
B 214 of 689 ~ 31.06%

%33.24
%35.7
%31.06

CMYK RENK MODELİ

#E5F6D6 rengi CMYK tonu (7,0,13,4).

  • camgöbeği tonu 6.91%
  • eflatun tonu 0.00%
  • sarı tonu 13.01%
  • ana renk tonu 3.53%
CMYK:
(7,0,13,4)
C7M0Y13K4 
(7%,0%,13%,4%)
(0.07/0.00/0.13/0.04)	

CMYK yüzdeleri

%6.91
%0
%13.01
%3.53

Codes

Color #E5F6D6 in popluar color models

E5F6D6
RGB229246214
HSL92°64.00%90.20%
HSB/HSV92°13.01%96.47%
CMYK6.91%0.00%13.01%
3.53%

Color #E5F6D6 in popluar number systems.

HEXE5F6D6
Decimal229246214
Binary111001011111011011010110
Octal345366326

Shades and tints

Shades of #E5F6D6

#E5F6D6
(229,246,214)
#D1E0C3
(209,224,195)
#BDCAB0
(189,202,176)
#A9B49D
(169,180,157)
#959E8A
(149,158,138)
#818877
(129,136,119)
#6D7264
(109,114,100)
#595C51
(89,92,81)
#45463E
(69,70,62)
#31302B
(49,48,43)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5F6D6

#E5F6D6
(229,246,214)
#E7F6D9
(231,246,217)
#E9F6DC
(233,246,220)
#EBF6DF
(235,246,223)
#EDF6E2
(237,246,226)
#EFF6E5
(239,246,229)
#F1F6E8
(241,246,232)
#F3F6EB
(243,246,235)
#F5F6EE
(245,246,238)
#F7F6F1
(247,246,241)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F6D6; }

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

This text font color is #E5F6D6.


Background Color

.myBgColor { background-color: #E5F6D6; }

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

This div background color is #E5F6D6.


Border color

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

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

This div border color is #E5F6D6.


Opacity

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

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

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

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

This text has shadow with #E5F6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F6D6 on black background.


Color preview on white background

This text has color #E5F6D6 on white background.



Black color preview on #E5F6D6 background

This text has black color on #E5F6D6 background.


White color preview on #E5F6D6 background

This text has white color on #E5F6D6 background.