COLOR #E6F1EC

HEX: #E6F1EC
RGB: (230,241,236)

Renk bilgisi

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

RGB renk modeli

#E6F1EC color RGB value is (230,241,236).

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

RGB bağlantıları ve doygunluk

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

230
241
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 236 = 707 (100%)
R 230 of 707 ~ 32.53%
G 241 of 707 ~ 34.09%
B 236 of 707 ~ 33.38%

%32.53
%34.09
%33.38

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%4.56
%0
%2.07
%5.49

Codes

Color #E6F1EC in popluar color models

E6F1EC
RGB230241236
HSL153°28.21%92.35%
HSB/HSV153°4.56%94.51%
CMYK4.56%0.00%2.07%
5.49%

Color #E6F1EC in popluar number systems.

HEXE6F1EC
Decimal230241236
Binary111001101111000111101100
Octal346361354

Shades and tints

Shades of #E6F1EC

#E6F1EC
(230,241,236)
#D2DCD7
(210,220,215)
#BEC7C2
(190,199,194)
#AAB2AD
(170,178,173)
#969D98
(150,157,152)
#828883
(130,136,131)
#6E736E
(110,115,110)
#5A5E59
(90,94,89)
#464944
(70,73,68)
#32342F
(50,52,47)
#1E1F1A
(30,31,26)
#000000
(0,0,0)

Tints of #E6F1EC

#E6F1EC
(230,241,236)
#E8F2ED
(232,242,237)
#EAF3EE
(234,243,238)
#ECF4EF
(236,244,239)
#EEF5F0
(238,245,240)
#F0F6F1
(240,246,241)
#F2F7F2
(242,247,242)
#F4F8F3
(244,248,243)
#F6F9F4
(246,249,244)
#F8FAF5
(248,250,245)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1EC; }

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

This text font color is #E6F1EC.


Background Color

.myBgColor { background-color: #E6F1EC; }

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

This div background color is #E6F1EC.


Border color

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

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

This div border color is #E6F1EC.


Opacity

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

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

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

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

This text has shadow with #E6F1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1EC on black background.


Color preview on white background

This text has color #E6F1EC on white background.



Black color preview on #E6F1EC background

This text has black color on #E6F1EC background.


White color preview on #E6F1EC background

This text has white color on #E6F1EC background.