COLOR #E6EAED

HEX: #E6EAED
RGB: (230,234,237)

Renk bilgisi

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

RGB renk modeli

#E6EAED color RGB value is (230,234,237).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 234 of 255 = 92%
B 237 of 255 = 93%

230
234
237

R + G + B ~ 92%. #E6EAED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 234 + 237 = 701 (100%)
R 230 of 701 ~ 32.81%
G 234 of 701 ~ 33.38%
B 237 of 701 ~ 33.81%

%32.81
%33.38
%33.81

CMYK RENK MODELİ

#E6EAED rengi CMYK tonu (3,1,0,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 1.27%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,1,0,7)
C3M1Y0K7 
(3%,1%,0%,7%)
(0.03/0.01/0.00/0.07)	

CMYK yüzdeleri

%2.95
%1.27
%0
%7.06

Codes

Color #E6EAED in popluar color models

E6EAED
RGB230234237
HSL206°16.28%91.57%
HSB/HSV206°2.95%92.94%
CMYK2.95%1.27%0.00%
7.06%

Color #E6EAED in popluar number systems.

HEXE6EAED
Decimal230234237
Binary111001101110101011101101
Octal346352355

Shades and tints

Shades of #E6EAED

#E6EAED
(230,234,237)
#D2D5D8
(210,213,216)
#BEC0C3
(190,192,195)
#AAABAE
(170,171,174)
#969699
(150,150,153)
#828184
(130,129,132)
#6E6C6F
(110,108,111)
#5A575A
(90,87,90)
#464245
(70,66,69)
#322D30
(50,45,48)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #E6EAED

#E6EAED
(230,234,237)
#E8EBEE
(232,235,238)
#EAECEF
(234,236,239)
#ECEDF0
(236,237,240)
#EEEEF1
(238,238,241)
#F0EFF2
(240,239,242)
#F2F0F3
(242,240,243)
#F4F1F4
(244,241,244)
#F6F2F5
(246,242,245)
#F8F3F6
(248,243,246)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAED; }

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

This text font color is #E6EAED.


Background Color

.myBgColor { background-color: #E6EAED; }

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

This div background color is #E6EAED.


Border color

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

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

This div border color is #E6EAED.


Opacity

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

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

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

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

This text has shadow with #E6EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EAED on black background.


Color preview on white background

This text has color #E6EAED on white background.



Black color preview on #E6EAED background

This text has black color on #E6EAED background.


White color preview on #E6EAED background

This text has white color on #E6EAED background.