COLOR #E6EADB

HEX: #E6EADB
RGB: (230,234,219)

Renk bilgisi

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

RGB renk modeli

#E6EADB color RGB value is (230,234,219).

  • kırmız ton 230;
  • yeşil ton 234;
  • mavi ton 219.
RGB:
(230,234,219)
(90%,92%,86%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 234 of 255 = 92%
B 219 of 255 = 86%

230
234
219

R + G + B ~ 89%. #E6EADB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 234 + 219 = 683 (100%)
R 230 of 683 ~ 33.67%
G 234 of 683 ~ 34.26%
B 219 of 683 ~ 32.06%

%33.67
%34.26
%32.06

CMYK RENK MODELİ

#E6EADB rengi CMYK tonu (2,0,6,8).

  • camgöbeği tonu 1.71%
  • eflatun tonu 0.00%
  • sarı tonu 6.41%
  • ana renk tonu 8.24%
CMYK:
(2,0,6,8)
C2M0Y6K8 
(2%,0%,6%,8%)
(0.02/0.00/0.06/0.08)	

CMYK yüzdeleri

%1.71
%0
%6.41
%8.24

Codes

Color #E6EADB in popluar color models

E6EADB
RGB230234219
HSL76°26.32%88.82%
HSB/HSV76°6.41%91.76%
CMYK1.71%0.00%6.41%
8.24%

Color #E6EADB in popluar number systems.

HEXE6EADB
Decimal230234219
Binary111001101110101011011011
Octal346352333

Shades and tints

Shades of #E6EADB

#E6EADB
(230,234,219)
#D2D5C8
(210,213,200)
#BEC0B5
(190,192,181)
#AAABA2
(170,171,162)
#96968F
(150,150,143)
#82817C
(130,129,124)
#6E6C69
(110,108,105)
#5A5756
(90,87,86)
#464243
(70,66,67)
#322D30
(50,45,48)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #E6EADB

#E6EADB
(230,234,219)
#E8EBDE
(232,235,222)
#EAECE1
(234,236,225)
#ECEDE4
(236,237,228)
#EEEEE7
(238,238,231)
#F0EFEA
(240,239,234)
#F2F0ED
(242,240,237)
#F4F1F0
(244,241,240)
#F6F2F3
(246,242,243)
#F8F3F6
(248,243,246)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EADB color. Also use rgb(230,234,219) instead hex code.

Text Font Color

.myTextColor { color: #E6EADB; }

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

This text font color is #E6EADB.


Background Color

.myBgColor { background-color: #E6EADB; }

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

This div background color is #E6EADB.


Border color

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

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

This div border color is #E6EADB.


Opacity

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

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

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

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

This text has shadow with #E6EADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EADB on black background.


Color preview on white background

This text has color #E6EADB on white background.



Black color preview on #E6EADB background

This text has black color on #E6EADB background.


White color preview on #E6EADB background

This text has white color on #E6EADB background.