COLOR #E6F6DC

HEX: #E6F6DC
RGB: (230,246,220)

Renk bilgisi

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

RGB renk modeli

#E6F6DC color RGB value is (230,246,220).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 246 of 255 = 96%
B 220 of 255 = 86%

230
246
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 246 + 220 = 696 (100%)
R 230 of 696 ~ 33.05%
G 246 of 696 ~ 35.34%
B 220 of 696 ~ 31.61%

%33.05
%35.34
%31.61

CMYK RENK MODELİ

#E6F6DC rengi CMYK tonu (7,0,11,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 0.00%
  • sarı tonu 10.57%
  • ana renk tonu 3.53%
CMYK:
(7,0,11,4)
C7M0Y11K4 
(7%,0%,11%,4%)
(0.07/0.00/0.11/0.04)	

CMYK yüzdeleri

%6.5
%0
%10.57
%3.53

Codes

Color #E6F6DC in popluar color models

E6F6DC
RGB230246220
HSL97°59.09%91.37%
HSB/HSV97°10.57%96.47%
CMYK6.50%0.00%10.57%
3.53%

Color #E6F6DC in popluar number systems.

HEXE6F6DC
Decimal230246220
Binary111001101111011011011100
Octal346366334

Shades and tints

Shades of #E6F6DC

#E6F6DC
(230,246,220)
#D2E0C8
(210,224,200)
#BECAB4
(190,202,180)
#AAB4A0
(170,180,160)
#969E8C
(150,158,140)
#828878
(130,136,120)
#6E7264
(110,114,100)
#5A5C50
(90,92,80)
#46463C
(70,70,60)
#323028
(50,48,40)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #E6F6DC

#E6F6DC
(230,246,220)
#E8F6DF
(232,246,223)
#EAF6E2
(234,246,226)
#ECF6E5
(236,246,229)
#EEF6E8
(238,246,232)
#F0F6EB
(240,246,235)
#F2F6EE
(242,246,238)
#F4F6F1
(244,246,241)
#F6F6F4
(246,246,244)
#F8F6F7
(248,246,247)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6DC; }

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

This text font color is #E6F6DC.


Background Color

.myBgColor { background-color: #E6F6DC; }

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

This div background color is #E6F6DC.


Border color

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

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

This div border color is #E6F6DC.


Opacity

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

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

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

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

This text has shadow with #E6F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6DC on black background.


Color preview on white background

This text has color #E6F6DC on white background.



Black color preview on #E6F6DC background

This text has black color on #E6F6DC background.


White color preview on #E6F6DC background

This text has white color on #E6F6DC background.