COLOR #E6EDC1

HEX: #E6EDC1
RGB: (230,237,193)

Renk bilgisi

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

RGB renk modeli

#E6EDC1 color RGB value is (230,237,193).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 237 of 255 = 93%
B 193 of 255 = 76%

230
237
193

R + G + B ~ 86%. #E6EDC1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 193 = 660 (100%)
R 230 of 660 ~ 34.85%
G 237 of 660 ~ 35.91%
B 193 of 660 ~ 29.24%

%34.85
%35.91
%29.24

CMYK RENK MODELİ

#E6EDC1 rengi CMYK tonu (3,0,19,7).

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

CMYK yüzdeleri

%2.95
%0
%18.57
%7.06

Codes

Color #E6EDC1 in popluar color models

E6EDC1
RGB230237193
HSL70°55.00%84.31%
HSB/HSV70°18.57%92.94%
CMYK2.95%0.00%18.57%
7.06%

Color #E6EDC1 in popluar number systems.

HEXE6EDC1
Decimal230237193
Binary111001101110110111000001
Octal346355301

Shades and tints

Shades of #E6EDC1

#E6EDC1
(230,237,193)
#D2D8B0
(210,216,176)
#BEC39F
(190,195,159)
#AAAE8E
(170,174,142)
#96997D
(150,153,125)
#82846C
(130,132,108)
#6E6F5B
(110,111,91)
#5A5A4A
(90,90,74)
#464539
(70,69,57)
#323028
(50,48,40)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6EDC1

#E6EDC1
(230,237,193)
#E8EEC6
(232,238,198)
#EAEFCB
(234,239,203)
#ECF0D0
(236,240,208)
#EEF1D5
(238,241,213)
#F0F2DA
(240,242,218)
#F2F3DF
(242,243,223)
#F4F4E4
(244,244,228)
#F6F5E9
(246,245,233)
#F8F6EE
(248,246,238)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDC1; }

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

This text font color is #E6EDC1.


Background Color

.myBgColor { background-color: #E6EDC1; }

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

This div background color is #E6EDC1.


Border color

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

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

This div border color is #E6EDC1.


Opacity

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

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

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

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

This text has shadow with #E6EDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDC1 on black background.


Color preview on white background

This text has color #E6EDC1 on white background.



Black color preview on #E6EDC1 background

This text has black color on #E6EDC1 background.


White color preview on #E6EDC1 background

This text has white color on #E6EDC1 background.