COLOR #E2F9EC

HEX: #E2F9EC
RGB: (226,249,236)

Renk bilgisi

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

RGB renk modeli

#E2F9EC color RGB value is (226,249,236).

  • kırmız ton 226;
  • yeşil ton 249;
  • mavi ton 236.
RGB:
(226,249,236)
(89%,98%,93%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 249 of 255 = 98%
B 236 of 255 = 93%

226
249
236

R + G + B ~ 93%. #E2F9EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 249 + 236 = 711 (100%)
R 226 of 711 ~ 31.79%
G 249 of 711 ~ 35.02%
B 236 of 711 ~ 33.19%

%31.79
%35.02
%33.19

CMYK RENK MODELİ

#E2F9EC rengi CMYK tonu (9,0,5,2).

  • camgöbeği tonu 9.24%
  • eflatun tonu 0.00%
  • sarı tonu 5.22%
  • ana renk tonu 2.35%
CMYK:
(9,0,5,2)
C9M0Y5K2 
(9%,0%,5%,2%)
(0.09/0.00/0.05/0.02)	

CMYK yüzdeleri

%9.24
%0
%5.22
%2.35

Codes

Color #E2F9EC in popluar color models

E2F9EC
RGB226249236
HSL146°65.71%93.14%
HSB/HSV146°9.24%97.65%
CMYK9.24%0.00%5.22%
2.35%

Color #E2F9EC in popluar number systems.

HEXE2F9EC
Decimal226249236
Binary111000101111100111101100
Octal342371354

Shades and tints

Shades of #E2F9EC

#E2F9EC
(226,249,236)
#CEE3D7
(206,227,215)
#BACDC2
(186,205,194)
#A6B7AD
(166,183,173)
#92A198
(146,161,152)
#7E8B83
(126,139,131)
#6A756E
(106,117,110)
#565F59
(86,95,89)
#424944
(66,73,68)
#2E332F
(46,51,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #E2F9EC

#E2F9EC
(226,249,236)
#E4F9ED
(228,249,237)
#E6F9EE
(230,249,238)
#E8F9EF
(232,249,239)
#EAF9F0
(234,249,240)
#ECF9F1
(236,249,241)
#EEF9F2
(238,249,242)
#F0F9F3
(240,249,243)
#F2F9F4
(242,249,244)
#F4F9F5
(244,249,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F9EC color. Also use rgb(226,249,236) instead hex code.

Text Font Color

.myTextColor { color: #E2F9EC; }

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

This text font color is #E2F9EC.


Background Color

.myBgColor { background-color: #E2F9EC; }

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

This div background color is #E2F9EC.


Border color

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

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

This div border color is #E2F9EC.


Opacity

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

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

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

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

This text has shadow with #E2F9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F9EC on black background.


Color preview on white background

This text has color #E2F9EC on white background.



Black color preview on #E2F9EC background

This text has black color on #E2F9EC background.


White color preview on #E2F9EC background

This text has white color on #E2F9EC background.