COLOR #E6F8D3

HEX: #E6F8D3
RGB: (230,248,211)

Renk bilgisi

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

RGB renk modeli

#E6F8D3 color RGB value is (230,248,211).

  • kırmız ton 230;
  • yeşil ton 248;
  • mavi ton 211.
RGB:
(230,248,211)
(90%,97%,83%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 248 of 255 = 97%
B 211 of 255 = 83%

230
248
211

R + G + B ~ 90%. #E6F8D3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 248 + 211 = 689 (100%)
R 230 of 689 ~ 33.38%
G 248 of 689 ~ 35.99%
B 211 of 689 ~ 30.62%

%33.38
%35.99
%30.62

CMYK RENK MODELİ

#E6F8D3 rengi CMYK tonu (7,0,15,3).

  • camgöbeği tonu 7.26%
  • eflatun tonu 0.00%
  • sarı tonu 14.92%
  • ana renk tonu 2.75%
CMYK:
(7,0,15,3)
C7M0Y15K3 
(7%,0%,15%,3%)
(0.07/0.00/0.15/0.03)	

CMYK yüzdeleri

%7.26
%0
%14.92
%2.75

Codes

Color #E6F8D3 in popluar color models

E6F8D3
RGB230248211
HSL89°72.55%90.00%
HSB/HSV89°14.92%97.25%
CMYK7.26%0.00%14.92%
2.75%

Color #E6F8D3 in popluar number systems.

HEXE6F8D3
Decimal230248211
Binary111001101111100011010011
Octal346370323

Shades and tints

Shades of #E6F8D3

#E6F8D3
(230,248,211)
#D2E2C0
(210,226,192)
#BECCAD
(190,204,173)
#AAB69A
(170,182,154)
#96A087
(150,160,135)
#828A74
(130,138,116)
#6E7461
(110,116,97)
#5A5E4E
(90,94,78)
#46483B
(70,72,59)
#323228
(50,50,40)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #E6F8D3

#E6F8D3
(230,248,211)
#E8F8D7
(232,248,215)
#EAF8DB
(234,248,219)
#ECF8DF
(236,248,223)
#EEF8E3
(238,248,227)
#F0F8E7
(240,248,231)
#F2F8EB
(242,248,235)
#F4F8EF
(244,248,239)
#F6F8F3
(246,248,243)
#F8F8F7
(248,248,247)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F8D3 color. Also use rgb(230,248,211) instead hex code.

Text Font Color

.myTextColor { color: #E6F8D3; }

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

This text font color is #E6F8D3.


Background Color

.myBgColor { background-color: #E6F8D3; }

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

This div background color is #E6F8D3.


Border color

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

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

This div border color is #E6F8D3.


Opacity

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

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

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

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

This text has shadow with #E6F8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F8D3 on black background.


Color preview on white background

This text has color #E6F8D3 on white background.



Black color preview on #E6F8D3 background

This text has black color on #E6F8D3 background.


White color preview on #E6F8D3 background

This text has white color on #E6F8D3 background.