COLOR #E6EBDB

HEX: #E6EBDB
RGB: (230,235,219)

Renk bilgisi

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

RGB renk modeli

#E6EBDB color RGB value is (230,235,219).

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

RGB bağlantıları ve doygunluk

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

230
235
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 235 + 219 = 684 (100%)
R 230 of 684 ~ 33.63%
G 235 of 684 ~ 34.36%
B 219 of 684 ~ 32.02%

%33.63
%34.36
%32.02

CMYK RENK MODELİ

#E6EBDB rengi CMYK tonu (2,0,7,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 0.00%
  • sarı tonu 6.81%
  • ana renk tonu 7.84%
CMYK:
(2,0,7,8)
C2M0Y7K8 
(2%,0%,7%,8%)
(0.02/0.00/0.07/0.08)	

CMYK yüzdeleri

%2.13
%0
%6.81
%7.84

Codes

Color #E6EBDB in popluar color models

E6EBDB
RGB230235219
HSL79°28.57%89.02%
HSB/HSV79°6.81%92.16%
CMYK2.13%0.00%6.81%
7.84%

Color #E6EBDB in popluar number systems.

HEXE6EBDB
Decimal230235219
Binary111001101110101111011011
Octal346353333

Shades and tints

Shades of #E6EBDB

#E6EBDB
(230,235,219)
#D2D6C8
(210,214,200)
#BEC1B5
(190,193,181)
#AAACA2
(170,172,162)
#96978F
(150,151,143)
#82827C
(130,130,124)
#6E6D69
(110,109,105)
#5A5856
(90,88,86)
#464343
(70,67,67)
#322E30
(50,46,48)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #E6EBDB

#E6EBDB
(230,235,219)
#E8ECDE
(232,236,222)
#EAEDE1
(234,237,225)
#ECEEE4
(236,238,228)
#EEEFE7
(238,239,231)
#F0F0EA
(240,240,234)
#F2F1ED
(242,241,237)
#F4F2F0
(244,242,240)
#F6F3F3
(246,243,243)
#F8F4F6
(248,244,246)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBDB; }

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

This text font color is #E6EBDB.


Background Color

.myBgColor { background-color: #E6EBDB; }

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

This div background color is #E6EBDB.


Border color

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

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

This div border color is #E6EBDB.


Opacity

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

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

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

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

This text has shadow with #E6EBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBDB on black background.


Color preview on white background

This text has color #E6EBDB on white background.



Black color preview on #E6EBDB background

This text has black color on #E6EBDB background.


White color preview on #E6EBDB background

This text has white color on #E6EBDB background.