COLOR #E6F9DC

HEX: #E6F9DC
RGB: (230,249,220)

Renk bilgisi

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

RGB renk modeli

#E6F9DC color RGB value is (230,249,220).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 249 of 255 = 98%
B 220 of 255 = 86%

230
249
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 249 + 220 = 699 (100%)
R 230 of 699 ~ 32.9%
G 249 of 699 ~ 35.62%
B 220 of 699 ~ 31.47%

%32.9
%35.62
%31.47

CMYK RENK MODELİ

#E6F9DC rengi CMYK tonu (8,0,12,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 11.65%
  • ana renk tonu 2.35%
CMYK:
(8,0,12,2)
C8M0Y12K2 
(8%,0%,12%,2%)
(0.08/0.00/0.12/0.02)	

CMYK yüzdeleri

%7.63
%0
%11.65
%2.35

Codes

Color #E6F9DC in popluar color models

E6F9DC
RGB230249220
HSL99°70.73%91.96%
HSB/HSV99°11.65%97.65%
CMYK7.63%0.00%11.65%
2.35%

Color #E6F9DC in popluar number systems.

HEXE6F9DC
Decimal230249220
Binary111001101111100111011100
Octal346371334

Shades and tints

Shades of #E6F9DC

#E6F9DC
(230,249,220)
#D2E3C8
(210,227,200)
#BECDB4
(190,205,180)
#AAB7A0
(170,183,160)
#96A18C
(150,161,140)
#828B78
(130,139,120)
#6E7564
(110,117,100)
#5A5F50
(90,95,80)
#46493C
(70,73,60)
#323328
(50,51,40)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6F9DC

#E6F9DC
(230,249,220)
#E8F9DF
(232,249,223)
#EAF9E2
(234,249,226)
#ECF9E5
(236,249,229)
#EEF9E8
(238,249,232)
#F0F9EB
(240,249,235)
#F2F9EE
(242,249,238)
#F4F9F1
(244,249,241)
#F6F9F4
(246,249,244)
#F8F9F7
(248,249,247)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F9DC; }

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

This text font color is #E6F9DC.


Background Color

.myBgColor { background-color: #E6F9DC; }

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

This div background color is #E6F9DC.


Border color

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

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

This div border color is #E6F9DC.


Opacity

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

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

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

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

This text has shadow with #E6F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9DC on black background.


Color preview on white background

This text has color #E6F9DC on white background.



Black color preview on #E6F9DC background

This text has black color on #E6F9DC background.


White color preview on #E6F9DC background

This text has white color on #E6F9DC background.