COLOR #E6F0D7

HEX: #E6F0D7
RGB: (230,240,215)

Renk bilgisi

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

RGB renk modeli

#E6F0D7 color RGB value is (230,240,215).

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

RGB bağlantıları ve doygunluk

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

230
240
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 240 + 215 = 685 (100%)
R 230 of 685 ~ 33.58%
G 240 of 685 ~ 35.04%
B 215 of 685 ~ 31.39%

%33.58
%35.04
%31.39

CMYK RENK MODELİ

#E6F0D7 rengi CMYK tonu (4,0,10,6).

  • camgöbeği tonu 4.17%
  • eflatun tonu 0.00%
  • sarı tonu 10.42%
  • ana renk tonu 5.88%
CMYK:
(4,0,10,6)
C4M0Y10K6 
(4%,0%,10%,6%)
(0.04/0.00/0.10/0.06)	

CMYK yüzdeleri

%4.17
%0
%10.42
%5.88

Codes

Color #E6F0D7 in popluar color models

E6F0D7
RGB230240215
HSL84°45.45%89.22%
HSB/HSV84°10.42%94.12%
CMYK4.17%0.00%10.42%
5.88%

Color #E6F0D7 in popluar number systems.

HEXE6F0D7
Decimal230240215
Binary111001101111000011010111
Octal346360327

Shades and tints

Shades of #E6F0D7

#E6F0D7
(230,240,215)
#D2DBC4
(210,219,196)
#BEC6B1
(190,198,177)
#AAB19E
(170,177,158)
#969C8B
(150,156,139)
#828778
(130,135,120)
#6E7265
(110,114,101)
#5A5D52
(90,93,82)
#46483F
(70,72,63)
#32332C
(50,51,44)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6F0D7

#E6F0D7
(230,240,215)
#E8F1DA
(232,241,218)
#EAF2DD
(234,242,221)
#ECF3E0
(236,243,224)
#EEF4E3
(238,244,227)
#F0F5E6
(240,245,230)
#F2F6E9
(242,246,233)
#F4F7EC
(244,247,236)
#F6F8EF
(246,248,239)
#F8F9F2
(248,249,242)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0D7; }

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

This text font color is #E6F0D7.


Background Color

.myBgColor { background-color: #E6F0D7; }

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

This div background color is #E6F0D7.


Border color

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

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

This div border color is #E6F0D7.


Opacity

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

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

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

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

This text has shadow with #E6F0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0D7 on black background.


Color preview on white background

This text has color #E6F0D7 on white background.



Black color preview on #E6F0D7 background

This text has black color on #E6F0D7 background.


White color preview on #E6F0D7 background

This text has white color on #E6F0D7 background.