COLOR #E6F2EC

HEX: #E6F2EC
RGB: (230,242,236)

Renk bilgisi

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

RGB renk modeli

#E6F2EC color RGB value is (230,242,236).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 242 of 255 = 95%
B 236 of 255 = 93%

230
242
236

R + G + B ~ 93%. #E6F2EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 242 + 236 = 708 (100%)
R 230 of 708 ~ 32.49%
G 242 of 708 ~ 34.18%
B 236 of 708 ~ 33.33%

%32.49
%34.18
%33.33

CMYK RENK MODELİ

#E6F2EC rengi CMYK tonu (5,0,2,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 0.00%
  • sarı tonu 2.48%
  • ana renk tonu 5.10%
CMYK:
(5,0,2,5)
C5M0Y2K5 
(5%,0%,2%,5%)
(0.05/0.00/0.02/0.05)	

CMYK yüzdeleri

%4.96
%0
%2.48
%5.1

Codes

Color #E6F2EC in popluar color models

E6F2EC
RGB230242236
HSL150°31.58%92.55%
HSB/HSV150°4.96%94.90%
CMYK4.96%0.00%2.48%
5.10%

Color #E6F2EC in popluar number systems.

HEXE6F2EC
Decimal230242236
Binary111001101111001011101100
Octal346362354

Shades and tints

Shades of #E6F2EC

#E6F2EC
(230,242,236)
#D2DCD7
(210,220,215)
#BEC6C2
(190,198,194)
#AAB0AD
(170,176,173)
#969A98
(150,154,152)
#828483
(130,132,131)
#6E6E6E
(110,110,110)
#5A5859
(90,88,89)
#464244
(70,66,68)
#322C2F
(50,44,47)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E6F2EC

#E6F2EC
(230,242,236)
#E8F3ED
(232,243,237)
#EAF4EE
(234,244,238)
#ECF5EF
(236,245,239)
#EEF6F0
(238,246,240)
#F0F7F1
(240,247,241)
#F2F8F2
(242,248,242)
#F4F9F3
(244,249,243)
#F6FAF4
(246,250,244)
#F8FBF5
(248,251,245)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F2EC; }

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

This text font color is #E6F2EC.


Background Color

.myBgColor { background-color: #E6F2EC; }

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

This div background color is #E6F2EC.


Border color

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

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

This div border color is #E6F2EC.


Opacity

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

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

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

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

This text has shadow with #E6F2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F2EC on black background.


Color preview on white background

This text has color #E6F2EC on white background.



Black color preview on #E6F2EC background

This text has black color on #E6F2EC background.


White color preview on #E6F2EC background

This text has white color on #E6F2EC background.