COLOR #E6EFD6

HEX: #E6EFD6
RGB: (230,239,214)

Renk bilgisi

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

RGB renk modeli

#E6EFD6 color RGB value is (230,239,214).

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

RGB bağlantıları ve doygunluk

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

230
239
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 239 + 214 = 683 (100%)
R 230 of 683 ~ 33.67%
G 239 of 683 ~ 34.99%
B 214 of 683 ~ 31.33%

%33.67
%34.99
%31.33

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%3.77
%0
%10.46
%6.27

Codes

Color #E6EFD6 in popluar color models

E6EFD6
RGB230239214
HSL82°43.86%88.82%
HSB/HSV82°10.46%93.73%
CMYK3.77%0.00%10.46%
6.27%

Color #E6EFD6 in popluar number systems.

HEXE6EFD6
Decimal230239214
Binary111001101110111111010110
Octal346357326

Shades and tints

Shades of #E6EFD6

#E6EFD6
(230,239,214)
#D2DAC3
(210,218,195)
#BEC5B0
(190,197,176)
#AAB09D
(170,176,157)
#969B8A
(150,155,138)
#828677
(130,134,119)
#6E7164
(110,113,100)
#5A5C51
(90,92,81)
#46473E
(70,71,62)
#32322B
(50,50,43)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6EFD6

#E6EFD6
(230,239,214)
#E8F0D9
(232,240,217)
#EAF1DC
(234,241,220)
#ECF2DF
(236,242,223)
#EEF3E2
(238,243,226)
#F0F4E5
(240,244,229)
#F2F5E8
(242,245,232)
#F4F6EB
(244,246,235)
#F6F7EE
(246,247,238)
#F8F8F1
(248,248,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFD6; }

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

This text font color is #E6EFD6.


Background Color

.myBgColor { background-color: #E6EFD6; }

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

This div background color is #E6EFD6.


Border color

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

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

This div border color is #E6EFD6.


Opacity

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

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

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

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

This text has shadow with #E6EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFD6 on black background.


Color preview on white background

This text has color #E6EFD6 on white background.



Black color preview on #E6EFD6 background

This text has black color on #E6EFD6 background.


White color preview on #E6EFD6 background

This text has white color on #E6EFD6 background.