COLOR #E6F0D5

HEX: #E6F0D5
RGB: (230,240,213)

Renk bilgisi

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

RGB renk modeli

#E6F0D5 color RGB value is (230,240,213).

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

RGB bağlantıları ve doygunluk

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

230
240
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 240 + 213 = 683 (100%)
R 230 of 683 ~ 33.67%
G 240 of 683 ~ 35.14%
B 213 of 683 ~ 31.19%

%33.67
%35.14
%31.19

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.17%
  • eflatun tonu 0.00%
  • sarı tonu 11.25%
  • 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
%11.25
%5.88

Codes

Color #E6F0D5 in popluar color models

E6F0D5
RGB230240213
HSL82°47.37%88.82%
HSB/HSV82°11.25%94.12%
CMYK4.17%0.00%11.25%
5.88%

Color #E6F0D5 in popluar number systems.

HEXE6F0D5
Decimal230240213
Binary111001101111000011010101
Octal346360325

Shades and tints

Shades of #E6F0D5

#E6F0D5
(230,240,213)
#D2DBC2
(210,219,194)
#BEC6AF
(190,198,175)
#AAB19C
(170,177,156)
#969C89
(150,156,137)
#828776
(130,135,118)
#6E7263
(110,114,99)
#5A5D50
(90,93,80)
#46483D
(70,72,61)
#32332A
(50,51,42)
#1E1E17
(30,30,23)
#000000
(0,0,0)

Tints of #E6F0D5

#E6F0D5
(230,240,213)
#E8F1D8
(232,241,216)
#EAF2DB
(234,242,219)
#ECF3DE
(236,243,222)
#EEF4E1
(238,244,225)
#F0F5E4
(240,245,228)
#F2F6E7
(242,246,231)
#F4F7EA
(244,247,234)
#F6F8ED
(246,248,237)
#F8F9F0
(248,249,240)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0D5; }

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

This text font color is #E6F0D5.


Background Color

.myBgColor { background-color: #E6F0D5; }

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

This div background color is #E6F0D5.


Border color

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

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

This div border color is #E6F0D5.


Opacity

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

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

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

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

This text has shadow with #E6F0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0D5 on black background.


Color preview on white background

This text has color #E6F0D5 on white background.



Black color preview on #E6F0D5 background

This text has black color on #E6F0D5 background.


White color preview on #E6F0D5 background

This text has white color on #E6F0D5 background.