COLOR #E6F6DF

HEX: #E6F6DF
RGB: (230,246,223)

Renk bilgisi

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

RGB renk modeli

#E6F6DF color RGB value is (230,246,223).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 246 of 255 = 96%
B 223 of 255 = 87%

230
246
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 246 + 223 = 699 (100%)
R 230 of 699 ~ 32.9%
G 246 of 699 ~ 35.19%
B 223 of 699 ~ 31.9%

%32.9
%35.19
%31.9

CMYK RENK MODELİ

#E6F6DF rengi CMYK tonu (7,0,9,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 0.00%
  • sarı tonu 9.35%
  • ana renk tonu 3.53%
CMYK:
(7,0,9,4)
C7M0Y9K4 
(7%,0%,9%,4%)
(0.07/0.00/0.09/0.04)	

CMYK yüzdeleri

%6.5
%0
%9.35
%3.53

Codes

Color #E6F6DF in popluar color models

E6F6DF
RGB230246223
HSL102°56.10%91.96%
HSB/HSV102°9.35%96.47%
CMYK6.50%0.00%9.35%
3.53%

Color #E6F6DF in popluar number systems.

HEXE6F6DF
Decimal230246223
Binary111001101111011011011111
Octal346366337

Shades and tints

Shades of #E6F6DF

#E6F6DF
(230,246,223)
#D2E0CB
(210,224,203)
#BECAB7
(190,202,183)
#AAB4A3
(170,180,163)
#969E8F
(150,158,143)
#82887B
(130,136,123)
#6E7267
(110,114,103)
#5A5C53
(90,92,83)
#46463F
(70,70,63)
#32302B
(50,48,43)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6F6DF

#E6F6DF
(230,246,223)
#E8F6E1
(232,246,225)
#EAF6E3
(234,246,227)
#ECF6E5
(236,246,229)
#EEF6E7
(238,246,231)
#F0F6E9
(240,246,233)
#F2F6EB
(242,246,235)
#F4F6ED
(244,246,237)
#F6F6EF
(246,246,239)
#F8F6F1
(248,246,241)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6DF; }

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

This text font color is #E6F6DF.


Background Color

.myBgColor { background-color: #E6F6DF; }

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

This div background color is #E6F6DF.


Border color

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

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

This div border color is #E6F6DF.


Opacity

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

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

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

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

This text has shadow with #E6F6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6DF on black background.


Color preview on white background

This text has color #E6F6DF on white background.



Black color preview on #E6F6DF background

This text has black color on #E6F6DF background.


White color preview on #E6F6DF background

This text has white color on #E6F6DF background.