COLOR #E6F4CE

HEX: #E6F4CE
RGB: (230,244,206)

Renk bilgisi

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

RGB renk modeli

#E6F4CE color RGB value is (230,244,206).

  • kırmız ton 230;
  • yeşil ton 244;
  • mavi ton 206.
RGB:
(230,244,206)
(90%,96%,81%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 244 of 255 = 96%
B 206 of 255 = 81%

230
244
206

R + G + B ~ 89%. #E6F4CE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 244 + 206 = 680 (100%)
R 230 of 680 ~ 33.82%
G 244 of 680 ~ 35.88%
B 206 of 680 ~ 30.29%

%33.82
%35.88
%30.29

CMYK RENK MODELİ

#E6F4CE rengi CMYK tonu (6,0,16,4).

  • camgöbeği tonu 5.74%
  • eflatun tonu 0.00%
  • sarı tonu 15.57%
  • ana renk tonu 4.31%
CMYK:
(6,0,16,4)
C6M0Y16K4 
(6%,0%,16%,4%)
(0.06/0.00/0.16/0.04)	

CMYK yüzdeleri

%5.74
%0
%15.57
%4.31

Codes

Color #E6F4CE in popluar color models

E6F4CE
RGB230244206
HSL82°63.33%88.24%
HSB/HSV82°15.57%95.69%
CMYK5.74%0.00%15.57%
4.31%

Color #E6F4CE in popluar number systems.

HEXE6F4CE
Decimal230244206
Binary111001101111010011001110
Octal346364316

Shades and tints

Shades of #E6F4CE

#E6F4CE
(230,244,206)
#D2DEBC
(210,222,188)
#BEC8AA
(190,200,170)
#AAB298
(170,178,152)
#969C86
(150,156,134)
#828674
(130,134,116)
#6E7062
(110,112,98)
#5A5A50
(90,90,80)
#46443E
(70,68,62)
#322E2C
(50,46,44)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6F4CE

#E6F4CE
(230,244,206)
#E8F5D2
(232,245,210)
#EAF6D6
(234,246,214)
#ECF7DA
(236,247,218)
#EEF8DE
(238,248,222)
#F0F9E2
(240,249,226)
#F2FAE6
(242,250,230)
#F4FBEA
(244,251,234)
#F6FCEE
(246,252,238)
#F8FDF2
(248,253,242)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4CE color. Also use rgb(230,244,206) instead hex code.

Text Font Color

.myTextColor { color: #E6F4CE; }

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

This text font color is #E6F4CE.


Background Color

.myBgColor { background-color: #E6F4CE; }

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

This div background color is #E6F4CE.


Border color

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

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

This div border color is #E6F4CE.


Opacity

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

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

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

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

This text has shadow with #E6F4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4CE on black background.


Color preview on white background

This text has color #E6F4CE on white background.



Black color preview on #E6F4CE background

This text has black color on #E6F4CE background.


White color preview on #E6F4CE background

This text has white color on #E6F4CE background.