COLOR #E3F9D6

HEX: #E3F9D6
RGB: (227,249,214)

Renk bilgisi

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

RGB renk modeli

#E3F9D6 color RGB value is (227,249,214).

  • kırmız ton 227;
  • yeşil ton 249;
  • mavi ton 214.
RGB:
(227,249,214)
(89%,98%,84%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 249 of 255 = 98%
B 214 of 255 = 84%

227
249
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 249 + 214 = 690 (100%)
R 227 of 690 ~ 32.9%
G 249 of 690 ~ 36.09%
B 214 of 690 ~ 31.01%

%32.9
%36.09
%31.01

CMYK RENK MODELİ

#E3F9D6 rengi CMYK tonu (9,0,14,2).

  • camgöbeği tonu 8.84%
  • eflatun tonu 0.00%
  • sarı tonu 14.06%
  • ana renk tonu 2.35%
CMYK:
(9,0,14,2)
C9M0Y14K2 
(9%,0%,14%,2%)
(0.09/0.00/0.14/0.02)	

CMYK yüzdeleri

%8.84
%0
%14.06
%2.35

Codes

Color #E3F9D6 in popluar color models

E3F9D6
RGB227249214
HSL98°74.47%90.78%
HSB/HSV98°14.06%97.65%
CMYK8.84%0.00%14.06%
2.35%

Color #E3F9D6 in popluar number systems.

HEXE3F9D6
Decimal227249214
Binary111000111111100111010110
Octal343371326

Shades and tints

Shades of #E3F9D6

#E3F9D6
(227,249,214)
#CFE3C3
(207,227,195)
#BBCDB0
(187,205,176)
#A7B79D
(167,183,157)
#93A18A
(147,161,138)
#7F8B77
(127,139,119)
#6B7564
(107,117,100)
#575F51
(87,95,81)
#43493E
(67,73,62)
#2F332B
(47,51,43)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #E3F9D6

#E3F9D6
(227,249,214)
#E5F9D9
(229,249,217)
#E7F9DC
(231,249,220)
#E9F9DF
(233,249,223)
#EBF9E2
(235,249,226)
#EDF9E5
(237,249,229)
#EFF9E8
(239,249,232)
#F1F9EB
(241,249,235)
#F3F9EE
(243,249,238)
#F5F9F1
(245,249,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F9D6 color. Also use rgb(227,249,214) instead hex code.

Text Font Color

.myTextColor { color: #E3F9D6; }

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

This text font color is #E3F9D6.


Background Color

.myBgColor { background-color: #E3F9D6; }

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

This div background color is #E3F9D6.


Border color

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

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

This div border color is #E3F9D6.


Opacity

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

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

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

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

This text has shadow with #E3F9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F9D6 on black background.


Color preview on white background

This text has color #E3F9D6 on white background.



Black color preview on #E3F9D6 background

This text has black color on #E3F9D6 background.


White color preview on #E3F9D6 background

This text has white color on #E3F9D6 background.