COLOR #E6EDC3

HEX: #E6EDC3
RGB: (230,237,195)

Renk bilgisi

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

RGB renk modeli

#E6EDC3 color RGB value is (230,237,195).

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

RGB bağlantıları ve doygunluk

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

230
237
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 195 = 662 (100%)
R 230 of 662 ~ 34.74%
G 237 of 662 ~ 35.8%
B 195 of 662 ~ 29.46%

%34.74
%35.8
%29.46

CMYK RENK MODELİ

#E6EDC3 rengi CMYK tonu (3,0,18,7).

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

CMYK yüzdeleri

%2.95
%0
%17.72
%7.06

Codes

Color #E6EDC3 in popluar color models

E6EDC3
RGB230237195
HSL70°53.85%84.71%
HSB/HSV70°17.72%92.94%
CMYK2.95%0.00%17.72%
7.06%

Color #E6EDC3 in popluar number systems.

HEXE6EDC3
Decimal230237195
Binary111001101110110111000011
Octal346355303

Shades and tints

Shades of #E6EDC3

#E6EDC3
(230,237,195)
#D2D8B2
(210,216,178)
#BEC3A1
(190,195,161)
#AAAE90
(170,174,144)
#96997F
(150,153,127)
#82846E
(130,132,110)
#6E6F5D
(110,111,93)
#5A5A4C
(90,90,76)
#46453B
(70,69,59)
#32302A
(50,48,42)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6EDC3

#E6EDC3
(230,237,195)
#E8EEC8
(232,238,200)
#EAEFCD
(234,239,205)
#ECF0D2
(236,240,210)
#EEF1D7
(238,241,215)
#F0F2DC
(240,242,220)
#F2F3E1
(242,243,225)
#F4F4E6
(244,244,230)
#F6F5EB
(246,245,235)
#F8F6F0
(248,246,240)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDC3; }

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

This text font color is #E6EDC3.


Background Color

.myBgColor { background-color: #E6EDC3; }

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

This div background color is #E6EDC3.


Border color

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

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

This div border color is #E6EDC3.


Opacity

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

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

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

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

This text has shadow with #E6EDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDC3 on black background.


Color preview on white background

This text has color #E6EDC3 on white background.



Black color preview on #E6EDC3 background

This text has black color on #E6EDC3 background.


White color preview on #E6EDC3 background

This text has white color on #E6EDC3 background.