COLOR #E6ECED

HEX: #E6ECED
RGB: (230,236,237)

Renk bilgisi

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

RGB renk modeli

#E6ECED color RGB value is (230,236,237).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 236 of 255 = 93%
B 237 of 255 = 93%

230
236
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 236 + 237 = 703 (100%)
R 230 of 703 ~ 32.72%
G 236 of 703 ~ 33.57%
B 237 of 703 ~ 33.71%

%32.72
%33.57
%33.71

CMYK RENK MODELİ

#E6ECED rengi CMYK tonu (3,0,0,7).

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

CMYK yüzdeleri

%2.95
%0.42
%0
%7.06

Codes

Color #E6ECED in popluar color models

E6ECED
RGB230236237
HSL189°16.28%91.57%
HSB/HSV189°2.95%92.94%
CMYK2.95%0.42%0.00%
7.06%

Color #E6ECED in popluar number systems.

HEXE6ECED
Decimal230236237
Binary111001101110110011101101
Octal346354355

Shades and tints

Shades of #E6ECED

#E6ECED
(230,236,237)
#D2D7D8
(210,215,216)
#BEC2C3
(190,194,195)
#AAADAE
(170,173,174)
#969899
(150,152,153)
#828384
(130,131,132)
#6E6E6F
(110,110,111)
#5A595A
(90,89,90)
#464445
(70,68,69)
#322F30
(50,47,48)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #E6ECED

#E6ECED
(230,236,237)
#E8EDEE
(232,237,238)
#EAEEEF
(234,238,239)
#ECEFF0
(236,239,240)
#EEF0F1
(238,240,241)
#F0F1F2
(240,241,242)
#F2F2F3
(242,242,243)
#F4F3F4
(244,243,244)
#F6F4F5
(246,244,245)
#F8F5F6
(248,245,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECED; }

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

This text font color is #E6ECED.


Background Color

.myBgColor { background-color: #E6ECED; }

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

This div background color is #E6ECED.


Border color

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

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

This div border color is #E6ECED.


Opacity

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

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

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

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

This text has shadow with #E6ECED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECED on black background.


Color preview on white background

This text has color #E6ECED on white background.



Black color preview on #E6ECED background

This text has black color on #E6ECED background.


White color preview on #E6ECED background

This text has white color on #E6ECED background.