COLOR #E6F0E2

HEX: #E6F0E2
RGB: (230,240,226)

Renk bilgisi

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

RGB renk modeli

#E6F0E2 color RGB value is (230,240,226).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 240 of 255 = 94%
B 226 of 255 = 89%

230
240
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 240 + 226 = 696 (100%)
R 230 of 696 ~ 33.05%
G 240 of 696 ~ 34.48%
B 226 of 696 ~ 32.47%

%33.05
%34.48
%32.47

CMYK RENK MODELİ

#E6F0E2 rengi CMYK tonu (4,0,6,6).

  • camgöbeği tonu 4.17%
  • eflatun tonu 0.00%
  • sarı tonu 5.83%
  • ana renk tonu 5.88%
CMYK:
(4,0,6,6)
C4M0Y6K6 
(4%,0%,6%,6%)
(0.04/0.00/0.06/0.06)	

CMYK yüzdeleri

%4.17
%0
%5.83
%5.88

Codes

Color #E6F0E2 in popluar color models

E6F0E2
RGB230240226
HSL103°31.82%91.37%
HSB/HSV103°5.83%94.12%
CMYK4.17%0.00%5.83%
5.88%

Color #E6F0E2 in popluar number systems.

HEXE6F0E2
Decimal230240226
Binary111001101111000011100010
Octal346360342

Shades and tints

Shades of #E6F0E2

#E6F0E2
(230,240,226)
#D2DBCE
(210,219,206)
#BEC6BA
(190,198,186)
#AAB1A6
(170,177,166)
#969C92
(150,156,146)
#82877E
(130,135,126)
#6E726A
(110,114,106)
#5A5D56
(90,93,86)
#464842
(70,72,66)
#32332E
(50,51,46)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #E6F0E2

#E6F0E2
(230,240,226)
#E8F1E4
(232,241,228)
#EAF2E6
(234,242,230)
#ECF3E8
(236,243,232)
#EEF4EA
(238,244,234)
#F0F5EC
(240,245,236)
#F2F6EE
(242,246,238)
#F4F7F0
(244,247,240)
#F6F8F2
(246,248,242)
#F8F9F4
(248,249,244)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0E2; }

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

This text font color is #E6F0E2.


Background Color

.myBgColor { background-color: #E6F0E2; }

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

This div background color is #E6F0E2.


Border color

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

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

This div border color is #E6F0E2.


Opacity

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

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

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

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

This text has shadow with #E6F0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0E2 on black background.


Color preview on white background

This text has color #E6F0E2 on white background.



Black color preview on #E6F0E2 background

This text has black color on #E6F0E2 background.


White color preview on #E6F0E2 background

This text has white color on #E6F0E2 background.