COLOR #E6F3DE

HEX: #E6F3DE
RGB: (230,243,222)

Renk bilgisi

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

RGB renk modeli

#E6F3DE color RGB value is (230,243,222).

  • kırmız ton 230;
  • yeşil ton 243;
  • mavi ton 222.
RGB:
(230,243,222)
(90%,95%,87%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 243 of 255 = 95%
B 222 of 255 = 87%

230
243
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 243 + 222 = 695 (100%)
R 230 of 695 ~ 33.09%
G 243 of 695 ~ 34.96%
B 222 of 695 ~ 31.94%

%33.09
%34.96
%31.94

CMYK RENK MODELİ

#E6F3DE rengi CMYK tonu (5,0,9,5).

  • camgöbeği tonu 5.35%
  • eflatun tonu 0.00%
  • sarı tonu 8.64%
  • ana renk tonu 4.71%
CMYK:
(5,0,9,5)
C5M0Y9K5 
(5%,0%,9%,5%)
(0.05/0.00/0.09/0.05)	

CMYK yüzdeleri

%5.35
%0
%8.64
%4.71

Codes

Color #E6F3DE in popluar color models

E6F3DE
RGB230243222
HSL97°46.67%91.18%
HSB/HSV97°8.64%95.29%
CMYK5.35%0.00%8.64%
4.71%

Color #E6F3DE in popluar number systems.

HEXE6F3DE
Decimal230243222
Binary111001101111001111011110
Octal346363336

Shades and tints

Shades of #E6F3DE

#E6F3DE
(230,243,222)
#D2DDCA
(210,221,202)
#BEC7B6
(190,199,182)
#AAB1A2
(170,177,162)
#969B8E
(150,155,142)
#82857A
(130,133,122)
#6E6F66
(110,111,102)
#5A5952
(90,89,82)
#46433E
(70,67,62)
#322D2A
(50,45,42)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #E6F3DE

#E6F3DE
(230,243,222)
#E8F4E1
(232,244,225)
#EAF5E4
(234,245,228)
#ECF6E7
(236,246,231)
#EEF7EA
(238,247,234)
#F0F8ED
(240,248,237)
#F2F9F0
(242,249,240)
#F4FAF3
(244,250,243)
#F6FBF6
(246,251,246)
#F8FCF9
(248,252,249)
#FAFDFC
(250,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F3DE color. Also use rgb(230,243,222) instead hex code.

Text Font Color

.myTextColor { color: #E6F3DE; }

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

This text font color is #E6F3DE.


Background Color

.myBgColor { background-color: #E6F3DE; }

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

This div background color is #E6F3DE.


Border color

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

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

This div border color is #E6F3DE.


Opacity

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

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

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

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

This text has shadow with #E6F3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3DE on black background.


Color preview on white background

This text has color #E6F3DE on white background.



Black color preview on #E6F3DE background

This text has black color on #E6F3DE background.


White color preview on #E6F3DE background

This text has white color on #E6F3DE background.