COLOR #E6E2EB

HEX: #E6E2EB
RGB: (230,226,235)

Renk bilgisi

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

RGB renk modeli

#E6E2EB color RGB value is (230,226,235).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 226 of 255 = 89%
B 235 of 255 = 92%

230
226
235

R + G + B ~ 90%. #E6E2EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 226 + 235 = 691 (100%)
R 230 of 691 ~ 33.29%
G 226 of 691 ~ 32.71%
B 235 of 691 ~ 34.01%

%33.29
%32.71
%34.01

CMYK RENK MODELİ

#E6E2EB rengi CMYK tonu (2,4,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 3.83%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,4,0,8)
C2M4Y0K8 
(2%,4%,0%,8%)
(0.02/0.04/0.00/0.08)	

CMYK yüzdeleri

%2.13
%3.83
%0
%7.84

Codes

Color #E6E2EB in popluar color models

E6E2EB
RGB230226235
HSL267°18.37%90.39%
HSB/HSV267°3.83%92.16%
CMYK2.13%3.83%0.00%
7.84%

Color #E6E2EB in popluar number systems.

HEXE6E2EB
Decimal230226235
Binary111001101110001011101011
Octal346342353

Shades and tints

Shades of #E6E2EB

#E6E2EB
(230,226,235)
#D2CED6
(210,206,214)
#BEBAC1
(190,186,193)
#AAA6AC
(170,166,172)
#969297
(150,146,151)
#827E82
(130,126,130)
#6E6A6D
(110,106,109)
#5A5658
(90,86,88)
#464243
(70,66,67)
#322E2E
(50,46,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #E6E2EB

#E6E2EB
(230,226,235)
#E8E4EC
(232,228,236)
#EAE6ED
(234,230,237)
#ECE8EE
(236,232,238)
#EEEAEF
(238,234,239)
#F0ECF0
(240,236,240)
#F2EEF1
(242,238,241)
#F4F0F2
(244,240,242)
#F6F2F3
(246,242,243)
#F8F4F4
(248,244,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2EB; }

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

This text font color is #E6E2EB.


Background Color

.myBgColor { background-color: #E6E2EB; }

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

This div background color is #E6E2EB.


Border color

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

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

This div border color is #E6E2EB.


Opacity

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

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

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

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

This text has shadow with #E6E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2EB on black background.


Color preview on white background

This text has color #E6E2EB on white background.



Black color preview on #E6E2EB background

This text has black color on #E6E2EB background.


White color preview on #E6E2EB background

This text has white color on #E6E2EB background.