COLOR #E6EDBB

HEX: #E6EDBB
RGB: (230,237,187)

Renk bilgisi

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

RGB renk modeli

#E6EDBB color RGB value is (230,237,187).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 237 of 255 = 93%
B 187 of 255 = 73%

230
237
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 187 = 654 (100%)
R 230 of 654 ~ 35.17%
G 237 of 654 ~ 36.24%
B 187 of 654 ~ 28.59%

%35.17
%36.24
%28.59

CMYK RENK MODELİ

#E6EDBB rengi CMYK tonu (3,0,21,7).

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

CMYK yüzdeleri

%2.95
%0
%21.1
%7.06

Codes

Color #E6EDBB in popluar color models

E6EDBB
RGB230237187
HSL68°58.14%83.14%
HSB/HSV68°21.10%92.94%
CMYK2.95%0.00%21.10%
7.06%

Color #E6EDBB in popluar number systems.

HEXE6EDBB
Decimal230237187
Binary111001101110110110111011
Octal346355273

Shades and tints

Shades of #E6EDBB

#E6EDBB
(230,237,187)
#D2D8AA
(210,216,170)
#BEC399
(190,195,153)
#AAAE88
(170,174,136)
#969977
(150,153,119)
#828466
(130,132,102)
#6E6F55
(110,111,85)
#5A5A44
(90,90,68)
#464533
(70,69,51)
#323022
(50,48,34)
#1E1B11
(30,27,17)
#000000
(0,0,0)

Tints of #E6EDBB

#E6EDBB
(230,237,187)
#E8EEC1
(232,238,193)
#EAEFC7
(234,239,199)
#ECF0CD
(236,240,205)
#EEF1D3
(238,241,211)
#F0F2D9
(240,242,217)
#F2F3DF
(242,243,223)
#F4F4E5
(244,244,229)
#F6F5EB
(246,245,235)
#F8F6F1
(248,246,241)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDBB; }

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

This text font color is #E6EDBB.


Background Color

.myBgColor { background-color: #E6EDBB; }

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

This div background color is #E6EDBB.


Border color

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

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

This div border color is #E6EDBB.


Opacity

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

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

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

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

This text has shadow with #E6EDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDBB on black background.


Color preview on white background

This text has color #E6EDBB on white background.



Black color preview on #E6EDBB background

This text has black color on #E6EDBB background.


White color preview on #E6EDBB background

This text has white color on #E6EDBB background.