COLOR #E6F0D6

HEX: #E6F0D6
RGB: (230,240,214)

Renk bilgisi

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

RGB renk modeli

#E6F0D6 color RGB value is (230,240,214).

  • kırmız ton 230;
  • yeşil ton 240;
  • mavi ton 214.
RGB:
(230,240,214)
(90%,94%,84%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 240 of 255 = 94%
B 214 of 255 = 84%

230
240
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 240 + 214 = 684 (100%)
R 230 of 684 ~ 33.63%
G 240 of 684 ~ 35.09%
B 214 of 684 ~ 31.29%

%33.63
%35.09
%31.29

CMYK RENK MODELİ

#E6F0D6 rengi CMYK tonu (4,0,11,6).

  • camgöbeği tonu 4.17%
  • eflatun tonu 0.00%
  • sarı tonu 10.83%
  • ana renk tonu 5.88%
CMYK:
(4,0,11,6)
C4M0Y11K6 
(4%,0%,11%,6%)
(0.04/0.00/0.11/0.06)	

CMYK yüzdeleri

%4.17
%0
%10.83
%5.88

Codes

Color #E6F0D6 in popluar color models

E6F0D6
RGB230240214
HSL83°46.43%89.02%
HSB/HSV83°10.83%94.12%
CMYK4.17%0.00%10.83%
5.88%

Color #E6F0D6 in popluar number systems.

HEXE6F0D6
Decimal230240214
Binary111001101111000011010110
Octal346360326

Shades and tints

Shades of #E6F0D6

#E6F0D6
(230,240,214)
#D2DBC3
(210,219,195)
#BEC6B0
(190,198,176)
#AAB19D
(170,177,157)
#969C8A
(150,156,138)
#828777
(130,135,119)
#6E7264
(110,114,100)
#5A5D51
(90,93,81)
#46483E
(70,72,62)
#32332B
(50,51,43)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #E6F0D6

#E6F0D6
(230,240,214)
#E8F1D9
(232,241,217)
#EAF2DC
(234,242,220)
#ECF3DF
(236,243,223)
#EEF4E2
(238,244,226)
#F0F5E5
(240,245,229)
#F2F6E8
(242,246,232)
#F4F7EB
(244,247,235)
#F6F8EE
(246,248,238)
#F8F9F1
(248,249,241)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F0D6 color. Also use rgb(230,240,214) instead hex code.

Text Font Color

.myTextColor { color: #E6F0D6; }

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

This text font color is #E6F0D6.


Background Color

.myBgColor { background-color: #E6F0D6; }

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

This div background color is #E6F0D6.


Border color

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

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

This div border color is #E6F0D6.


Opacity

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

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

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

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

This text has shadow with #E6F0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0D6 on black background.


Color preview on white background

This text has color #E6F0D6 on white background.



Black color preview on #E6F0D6 background

This text has black color on #E6F0D6 background.


White color preview on #E6F0D6 background

This text has white color on #E6F0D6 background.