COLOR #E6EBE9

HEX: #E6EBE9
RGB: (230,235,233)

Renk bilgisi

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

RGB renk modeli

#E6EBE9 color RGB value is (230,235,233).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 235 of 255 = 92%
B 233 of 255 = 91%

230
235
233

R + G + B ~ 91%. #E6EBE9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 235 + 233 = 698 (100%)
R 230 of 698 ~ 32.95%
G 235 of 698 ~ 33.67%
B 233 of 698 ~ 33.38%

%32.95
%33.67
%33.38

CMYK RENK MODELİ

#E6EBE9 rengi CMYK tonu (2,0,1,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 0.00%
  • sarı tonu 0.85%
  • ana renk tonu 7.84%
CMYK:
(2,0,1,8)
C2M0Y1K8 
(2%,0%,1%,8%)
(0.02/0.00/0.01/0.08)	

CMYK yüzdeleri

%2.13
%0
%0.85
%7.84

Codes

Color #E6EBE9 in popluar color models

E6EBE9
RGB230235233
HSL156°11.11%91.18%
HSB/HSV156°2.13%92.16%
CMYK2.13%0.00%0.85%
7.84%

Color #E6EBE9 in popluar number systems.

HEXE6EBE9
Decimal230235233
Binary111001101110101111101001
Octal346353351

Shades and tints

Shades of #E6EBE9

#E6EBE9
(230,235,233)
#D2D6D4
(210,214,212)
#BEC1BF
(190,193,191)
#AAACAA
(170,172,170)
#969795
(150,151,149)
#828280
(130,130,128)
#6E6D6B
(110,109,107)
#5A5856
(90,88,86)
#464341
(70,67,65)
#322E2C
(50,46,44)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6EBE9

#E6EBE9
(230,235,233)
#E8ECEB
(232,236,235)
#EAEDED
(234,237,237)
#ECEEEF
(236,238,239)
#EEEFF1
(238,239,241)
#F0F0F3
(240,240,243)
#F2F1F5
(242,241,245)
#F4F2F7
(244,242,247)
#F6F3F9
(246,243,249)
#F8F4FB
(248,244,251)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBE9; }

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

This text font color is #E6EBE9.


Background Color

.myBgColor { background-color: #E6EBE9; }

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

This div background color is #E6EBE9.


Border color

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

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

This div border color is #E6EBE9.


Opacity

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

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

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

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

This text has shadow with #E6EBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBE9 on black background.


Color preview on white background

This text has color #E6EBE9 on white background.



Black color preview on #E6EBE9 background

This text has black color on #E6EBE9 background.


White color preview on #E6EBE9 background

This text has white color on #E6EBE9 background.