COLOR #E6EDDC

HEX: #E6EDDC
RGB: (230,237,220)

Renk bilgisi

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

RGB renk modeli

#E6EDDC color RGB value is (230,237,220).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 237 of 255 = 93%
B 220 of 255 = 86%

230
237
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 220 = 687 (100%)
R 230 of 687 ~ 33.48%
G 237 of 687 ~ 34.5%
B 220 of 687 ~ 32.02%

%33.48
%34.5
%32.02

CMYK RENK MODELİ

#E6EDDC rengi CMYK tonu (3,0,7,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 0.00%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(3,0,7,7)
C3M0Y7K7 
(3%,0%,7%,7%)
(0.03/0.00/0.07/0.07)	

CMYK yüzdeleri

%2.95
%0
%7.17
%7.06

Codes

Color #E6EDDC in popluar color models

E6EDDC
RGB230237220
HSL85°32.08%89.61%
HSB/HSV85°7.17%92.94%
CMYK2.95%0.00%7.17%
7.06%

Color #E6EDDC in popluar number systems.

HEXE6EDDC
Decimal230237220
Binary111001101110110111011100
Octal346355334

Shades and tints

Shades of #E6EDDC

#E6EDDC
(230,237,220)
#D2D8C8
(210,216,200)
#BEC3B4
(190,195,180)
#AAAEA0
(170,174,160)
#96998C
(150,153,140)
#828478
(130,132,120)
#6E6F64
(110,111,100)
#5A5A50
(90,90,80)
#46453C
(70,69,60)
#323028
(50,48,40)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #E6EDDC

#E6EDDC
(230,237,220)
#E8EEDF
(232,238,223)
#EAEFE2
(234,239,226)
#ECF0E5
(236,240,229)
#EEF1E8
(238,241,232)
#F0F2EB
(240,242,235)
#F2F3EE
(242,243,238)
#F4F4F1
(244,244,241)
#F6F5F4
(246,245,244)
#F8F6F7
(248,246,247)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDDC; }

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

This text font color is #E6EDDC.


Background Color

.myBgColor { background-color: #E6EDDC; }

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

This div background color is #E6EDDC.


Border color

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

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

This div border color is #E6EDDC.


Opacity

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

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

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

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

This text has shadow with #E6EDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDDC on black background.


Color preview on white background

This text has color #E6EDDC on white background.



Black color preview on #E6EDDC background

This text has black color on #E6EDDC background.


White color preview on #E6EDDC background

This text has white color on #E6EDDC background.