COLOR #E6EDB8

HEX: #E6EDB8
RGB: (230,237,184)

Renk bilgisi

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

RGB renk modeli

#E6EDB8 color RGB value is (230,237,184).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 237 of 255 = 93%
B 184 of 255 = 72%

230
237
184

R + G + B ~ 85%. #E6EDB8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 184 = 651 (100%)
R 230 of 651 ~ 35.33%
G 237 of 651 ~ 36.41%
B 184 of 651 ~ 28.26%

%35.33
%36.41
%28.26

CMYK RENK MODELİ

#E6EDB8 rengi CMYK tonu (3,0,22,7).

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

CMYK yüzdeleri

%2.95
%0
%22.36
%7.06

Codes

Color #E6EDB8 in popluar color models

E6EDB8
RGB230237184
HSL68°59.55%82.55%
HSB/HSV68°22.36%92.94%
CMYK2.95%0.00%22.36%
7.06%

Color #E6EDB8 in popluar number systems.

HEXE6EDB8
Decimal230237184
Binary111001101110110110111000
Octal346355270

Shades and tints

Shades of #E6EDB8

#E6EDB8
(230,237,184)
#D2D8A8
(210,216,168)
#BEC398
(190,195,152)
#AAAE88
(170,174,136)
#969978
(150,153,120)
#828468
(130,132,104)
#6E6F58
(110,111,88)
#5A5A48
(90,90,72)
#464538
(70,69,56)
#323028
(50,48,40)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6EDB8

#E6EDB8
(230,237,184)
#E8EEBE
(232,238,190)
#EAEFC4
(234,239,196)
#ECF0CA
(236,240,202)
#EEF1D0
(238,241,208)
#F0F2D6
(240,242,214)
#F2F3DC
(242,243,220)
#F4F4E2
(244,244,226)
#F6F5E8
(246,245,232)
#F8F6EE
(248,246,238)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDB8; }

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

This text font color is #E6EDB8.


Background Color

.myBgColor { background-color: #E6EDB8; }

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

This div background color is #E6EDB8.


Border color

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

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

This div border color is #E6EDB8.


Opacity

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

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

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

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

This text has shadow with #E6EDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDB8 on black background.


Color preview on white background

This text has color #E6EDB8 on white background.



Black color preview on #E6EDB8 background

This text has black color on #E6EDB8 background.


White color preview on #E6EDB8 background

This text has white color on #E6EDB8 background.