COLOR #E6F9D6

HEX: #E6F9D6
RGB: (230,249,214)

Renk bilgisi

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

RGB renk modeli

#E6F9D6 color RGB value is (230,249,214).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 249 of 255 = 98%
B 214 of 255 = 84%

230
249
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 249 + 214 = 693 (100%)
R 230 of 693 ~ 33.19%
G 249 of 693 ~ 35.93%
B 214 of 693 ~ 30.88%

%33.19
%35.93
%30.88

CMYK RENK MODELİ

#E6F9D6 rengi CMYK tonu (8,0,14,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 14.06%
  • ana renk tonu 2.35%
CMYK:
(8,0,14,2)
C8M0Y14K2 
(8%,0%,14%,2%)
(0.08/0.00/0.14/0.02)	

CMYK yüzdeleri

%7.63
%0
%14.06
%2.35

Codes

Color #E6F9D6 in popluar color models

E6F9D6
RGB230249214
HSL93°74.47%90.78%
HSB/HSV93°14.06%97.65%
CMYK7.63%0.00%14.06%
2.35%

Color #E6F9D6 in popluar number systems.

HEXE6F9D6
Decimal230249214
Binary111001101111100111010110
Octal346371326

Shades and tints

Shades of #E6F9D6

#E6F9D6
(230,249,214)
#D2E3C3
(210,227,195)
#BECDB0
(190,205,176)
#AAB79D
(170,183,157)
#96A18A
(150,161,138)
#828B77
(130,139,119)
#6E7564
(110,117,100)
#5A5F51
(90,95,81)
#46493E
(70,73,62)
#32332B
(50,51,43)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6F9D6

#E6F9D6
(230,249,214)
#E8F9D9
(232,249,217)
#EAF9DC
(234,249,220)
#ECF9DF
(236,249,223)
#EEF9E2
(238,249,226)
#F0F9E5
(240,249,229)
#F2F9E8
(242,249,232)
#F4F9EB
(244,249,235)
#F6F9EE
(246,249,238)
#F8F9F1
(248,249,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F9D6; }

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

This text font color is #E6F9D6.


Background Color

.myBgColor { background-color: #E6F9D6; }

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

This div background color is #E6F9D6.


Border color

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

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

This div border color is #E6F9D6.


Opacity

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

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

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

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

This text has shadow with #E6F9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9D6 on black background.


Color preview on white background

This text has color #E6F9D6 on white background.



Black color preview on #E6F9D6 background

This text has black color on #E6F9D6 background.


White color preview on #E6F9D6 background

This text has white color on #E6F9D6 background.