COLOR #E6EDCD

HEX: #E6EDCD
RGB: (230,237,205)

Renk bilgisi

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

RGB renk modeli

#E6EDCD color RGB value is (230,237,205).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 237 of 255 = 93%
B 205 of 255 = 80%

230
237
205

R + G + B ~ 88%. #E6EDCD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 205 = 672 (100%)
R 230 of 672 ~ 34.23%
G 237 of 672 ~ 35.27%
B 205 of 672 ~ 30.51%

%34.23
%35.27
%30.51

CMYK RENK MODELİ

#E6EDCD rengi CMYK tonu (3,0,14,7).

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

CMYK yüzdeleri

%2.95
%0
%13.5
%7.06

Codes

Color #E6EDCD in popluar color models

E6EDCD
RGB230237205
HSL73°47.06%86.67%
HSB/HSV73°13.50%92.94%
CMYK2.95%0.00%13.50%
7.06%

Color #E6EDCD in popluar number systems.

HEXE6EDCD
Decimal230237205
Binary111001101110110111001101
Octal346355315

Shades and tints

Shades of #E6EDCD

#E6EDCD
(230,237,205)
#D2D8BB
(210,216,187)
#BEC3A9
(190,195,169)
#AAAE97
(170,174,151)
#969985
(150,153,133)
#828473
(130,132,115)
#6E6F61
(110,111,97)
#5A5A4F
(90,90,79)
#46453D
(70,69,61)
#32302B
(50,48,43)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6EDCD

#E6EDCD
(230,237,205)
#E8EED1
(232,238,209)
#EAEFD5
(234,239,213)
#ECF0D9
(236,240,217)
#EEF1DD
(238,241,221)
#F0F2E1
(240,242,225)
#F2F3E5
(242,243,229)
#F4F4E9
(244,244,233)
#F6F5ED
(246,245,237)
#F8F6F1
(248,246,241)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDCD; }

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

This text font color is #E6EDCD.


Background Color

.myBgColor { background-color: #E6EDCD; }

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

This div background color is #E6EDCD.


Border color

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

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

This div border color is #E6EDCD.


Opacity

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

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

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

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

This text has shadow with #E6EDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDCD on black background.


Color preview on white background

This text has color #E6EDCD on white background.



Black color preview on #E6EDCD background

This text has black color on #E6EDCD background.


White color preview on #E6EDCD background

This text has white color on #E6EDCD background.