COLOR #E6EFD7

HEX: #E6EFD7
RGB: (230,239,215)

Renk bilgisi

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

RGB renk modeli

#E6EFD7 color RGB value is (230,239,215).

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

RGB bağlantıları ve doygunluk

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

230
239
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 239 + 215 = 684 (100%)
R 230 of 684 ~ 33.63%
G 239 of 684 ~ 34.94%
B 215 of 684 ~ 31.43%

%33.63
%34.94
%31.43

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.77%
  • eflatun tonu 0.00%
  • sarı tonu 10.04%
  • 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.04
%6.27

Codes

Color #E6EFD7 in popluar color models

E6EFD7
RGB230239215
HSL83°42.86%89.02%
HSB/HSV83°10.04%93.73%
CMYK3.77%0.00%10.04%
6.27%

Color #E6EFD7 in popluar number systems.

HEXE6EFD7
Decimal230239215
Binary111001101110111111010111
Octal346357327

Shades and tints

Shades of #E6EFD7

#E6EFD7
(230,239,215)
#D2DAC4
(210,218,196)
#BEC5B1
(190,197,177)
#AAB09E
(170,176,158)
#969B8B
(150,155,139)
#828678
(130,134,120)
#6E7165
(110,113,101)
#5A5C52
(90,92,82)
#46473F
(70,71,63)
#32322C
(50,50,44)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #E6EFD7

#E6EFD7
(230,239,215)
#E8F0DA
(232,240,218)
#EAF1DD
(234,241,221)
#ECF2E0
(236,242,224)
#EEF3E3
(238,243,227)
#F0F4E6
(240,244,230)
#F2F5E9
(242,245,233)
#F4F6EC
(244,246,236)
#F6F7EF
(246,247,239)
#F8F8F2
(248,248,242)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFD7; }

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

This text font color is #E6EFD7.


Background Color

.myBgColor { background-color: #E6EFD7; }

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

This div background color is #E6EFD7.


Border color

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

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

This div border color is #E6EFD7.


Opacity

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

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

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

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

This text has shadow with #E6EFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFD7 on black background.


Color preview on white background

This text has color #E6EFD7 on white background.



Black color preview on #E6EFD7 background

This text has black color on #E6EFD7 background.


White color preview on #E6EFD7 background

This text has white color on #E6EFD7 background.