COLOR #E6F9D2

HEX: #E6F9D2
RGB: (230,249,210)

Renk bilgisi

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

RGB renk modeli

#E6F9D2 color RGB value is (230,249,210).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 249 of 255 = 98%
B 210 of 255 = 82%

230
249
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 249 + 210 = 689 (100%)
R 230 of 689 ~ 33.38%
G 249 of 689 ~ 36.14%
B 210 of 689 ~ 30.48%

%33.38
%36.14
%30.48

CMYK RENK MODELİ

#E6F9D2 rengi CMYK tonu (8,0,16,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 15.66%
  • ana renk tonu 2.35%
CMYK:
(8,0,16,2)
C8M0Y16K2 
(8%,0%,16%,2%)
(0.08/0.00/0.16/0.02)	

CMYK yüzdeleri

%7.63
%0
%15.66
%2.35

Codes

Color #E6F9D2 in popluar color models

E6F9D2
RGB230249210
HSL89°76.47%90.00%
HSB/HSV89°15.66%97.65%
CMYK7.63%0.00%15.66%
2.35%

Color #E6F9D2 in popluar number systems.

HEXE6F9D2
Decimal230249210
Binary111001101111100111010010
Octal346371322

Shades and tints

Shades of #E6F9D2

#E6F9D2
(230,249,210)
#D2E3BF
(210,227,191)
#BECDAC
(190,205,172)
#AAB799
(170,183,153)
#96A186
(150,161,134)
#828B73
(130,139,115)
#6E7560
(110,117,96)
#5A5F4D
(90,95,77)
#46493A
(70,73,58)
#323327
(50,51,39)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6F9D2

#E6F9D2
(230,249,210)
#E8F9D6
(232,249,214)
#EAF9DA
(234,249,218)
#ECF9DE
(236,249,222)
#EEF9E2
(238,249,226)
#F0F9E6
(240,249,230)
#F2F9EA
(242,249,234)
#F4F9EE
(244,249,238)
#F6F9F2
(246,249,242)
#F8F9F6
(248,249,246)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F9D2; }

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

This text font color is #E6F9D2.


Background Color

.myBgColor { background-color: #E6F9D2; }

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

This div background color is #E6F9D2.


Border color

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

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

This div border color is #E6F9D2.


Opacity

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

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

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

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

This text has shadow with #E6F9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9D2 on black background.


Color preview on white background

This text has color #E6F9D2 on white background.



Black color preview on #E6F9D2 background

This text has black color on #E6F9D2 background.


White color preview on #E6F9D2 background

This text has white color on #E6F9D2 background.