COLOR #E6EFDC

HEX: #E6EFDC
RGB: (230,239,220)

Renk bilgisi

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

RGB renk modeli

#E6EFDC color RGB value is (230,239,220).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 239 of 255 = 94%
B 220 of 255 = 86%

230
239
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 239 + 220 = 689 (100%)
R 230 of 689 ~ 33.38%
G 239 of 689 ~ 34.69%
B 220 of 689 ~ 31.93%

%33.38
%34.69
%31.93

CMYK RENK MODELİ

#E6EFDC rengi CMYK tonu (4,0,8,6).

  • camgöbeği tonu 3.77%
  • eflatun tonu 0.00%
  • sarı tonu 7.95%
  • ana renk tonu 6.27%
CMYK:
(4,0,8,6)
C4M0Y8K6 
(4%,0%,8%,6%)
(0.04/0.00/0.08/0.06)	

CMYK yüzdeleri

%3.77
%0
%7.95
%6.27

Codes

Color #E6EFDC in popluar color models

E6EFDC
RGB230239220
HSL88°37.25%90.00%
HSB/HSV88°7.95%93.73%
CMYK3.77%0.00%7.95%
6.27%

Color #E6EFDC in popluar number systems.

HEXE6EFDC
Decimal230239220
Binary111001101110111111011100
Octal346357334

Shades and tints

Shades of #E6EFDC

#E6EFDC
(230,239,220)
#D2DAC8
(210,218,200)
#BEC5B4
(190,197,180)
#AAB0A0
(170,176,160)
#969B8C
(150,155,140)
#828678
(130,134,120)
#6E7164
(110,113,100)
#5A5C50
(90,92,80)
#46473C
(70,71,60)
#323228
(50,50,40)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6EFDC

#E6EFDC
(230,239,220)
#E8F0DF
(232,240,223)
#EAF1E2
(234,241,226)
#ECF2E5
(236,242,229)
#EEF3E8
(238,243,232)
#F0F4EB
(240,244,235)
#F2F5EE
(242,245,238)
#F4F6F1
(244,246,241)
#F6F7F4
(246,247,244)
#F8F8F7
(248,248,247)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFDC; }

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

This text font color is #E6EFDC.


Background Color

.myBgColor { background-color: #E6EFDC; }

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

This div background color is #E6EFDC.


Border color

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

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

This div border color is #E6EFDC.


Opacity

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

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

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

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

This text has shadow with #E6EFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFDC on black background.


Color preview on white background

This text has color #E6EFDC on white background.



Black color preview on #E6EFDC background

This text has black color on #E6EFDC background.


White color preview on #E6EFDC background

This text has white color on #E6EFDC background.