COLOR #E6F7DD

HEX: #E6F7DD
RGB: (230,247,221)

Renk bilgisi

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

RGB renk modeli

#E6F7DD color RGB value is (230,247,221).

  • kırmız ton 230;
  • yeşil ton 247;
  • mavi ton 221.
RGB:
(230,247,221)
(90%,97%,87%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 247 of 255 = 97%
B 221 of 255 = 87%

230
247
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 247 + 221 = 698 (100%)
R 230 of 698 ~ 32.95%
G 247 of 698 ~ 35.39%
B 221 of 698 ~ 31.66%

%32.95
%35.39
%31.66

CMYK RENK MODELİ

#E6F7DD rengi CMYK tonu (7,0,11,3).

  • camgöbeği tonu 6.88%
  • eflatun tonu 0.00%
  • sarı tonu 10.53%
  • ana renk tonu 3.14%
CMYK:
(7,0,11,3)
C7M0Y11K3 
(7%,0%,11%,3%)
(0.07/0.00/0.11/0.03)	

CMYK yüzdeleri

%6.88
%0
%10.53
%3.14

Codes

Color #E6F7DD in popluar color models

E6F7DD
RGB230247221
HSL99°61.90%91.76%
HSB/HSV99°10.53%96.86%
CMYK6.88%0.00%10.53%
3.14%

Color #E6F7DD in popluar number systems.

HEXE6F7DD
Decimal230247221
Binary111001101111011111011101
Octal346367335

Shades and tints

Shades of #E6F7DD

#E6F7DD
(230,247,221)
#D2E1C9
(210,225,201)
#BECBB5
(190,203,181)
#AAB5A1
(170,181,161)
#969F8D
(150,159,141)
#828979
(130,137,121)
#6E7365
(110,115,101)
#5A5D51
(90,93,81)
#46473D
(70,71,61)
#323129
(50,49,41)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6F7DD

#E6F7DD
(230,247,221)
#E8F7E0
(232,247,224)
#EAF7E3
(234,247,227)
#ECF7E6
(236,247,230)
#EEF7E9
(238,247,233)
#F0F7EC
(240,247,236)
#F2F7EF
(242,247,239)
#F4F7F2
(244,247,242)
#F6F7F5
(246,247,245)
#F8F7F8
(248,247,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F7DD color. Also use rgb(230,247,221) instead hex code.

Text Font Color

.myTextColor { color: #E6F7DD; }

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

This text font color is #E6F7DD.


Background Color

.myBgColor { background-color: #E6F7DD; }

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

This div background color is #E6F7DD.


Border color

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

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

This div border color is #E6F7DD.


Opacity

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

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

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

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

This text has shadow with #E6F7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F7DD on black background.


Color preview on white background

This text has color #E6F7DD on white background.



Black color preview on #E6F7DD background

This text has black color on #E6F7DD background.


White color preview on #E6F7DD background

This text has white color on #E6F7DD background.