COLOR #E6F3EC

HEX: #E6F3EC
RGB: (230,243,236)

Renk bilgisi

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

RGB renk modeli

#E6F3EC color RGB value is (230,243,236).

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

RGB bağlantıları ve doygunluk

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

230
243
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 243 + 236 = 709 (100%)
R 230 of 709 ~ 32.44%
G 243 of 709 ~ 34.27%
B 236 of 709 ~ 33.29%

%32.44
%34.27
%33.29

CMYK RENK MODELİ

#E6F3EC rengi CMYK tonu (5,0,3,5).

  • camgöbeği tonu 5.35%
  • eflatun tonu 0.00%
  • sarı tonu 2.88%
  • ana renk tonu 4.71%
CMYK:
(5,0,3,5)
C5M0Y3K5 
(5%,0%,3%,5%)
(0.05/0.00/0.03/0.05)	

CMYK yüzdeleri

%5.35
%0
%2.88
%4.71

Codes

Color #E6F3EC in popluar color models

E6F3EC
RGB230243236
HSL148°35.14%92.75%
HSB/HSV148°5.35%95.29%
CMYK5.35%0.00%2.88%
4.71%

Color #E6F3EC in popluar number systems.

HEXE6F3EC
Decimal230243236
Binary111001101111001111101100
Octal346363354

Shades and tints

Shades of #E6F3EC

#E6F3EC
(230,243,236)
#D2DDD7
(210,221,215)
#BEC7C2
(190,199,194)
#AAB1AD
(170,177,173)
#969B98
(150,155,152)
#828583
(130,133,131)
#6E6F6E
(110,111,110)
#5A5959
(90,89,89)
#464344
(70,67,68)
#322D2F
(50,45,47)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6F3EC

#E6F3EC
(230,243,236)
#E8F4ED
(232,244,237)
#EAF5EE
(234,245,238)
#ECF6EF
(236,246,239)
#EEF7F0
(238,247,240)
#F0F8F1
(240,248,241)
#F2F9F2
(242,249,242)
#F4FAF3
(244,250,243)
#F6FBF4
(246,251,244)
#F8FCF5
(248,252,245)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3EC; }

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

This text font color is #E6F3EC.


Background Color

.myBgColor { background-color: #E6F3EC; }

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

This div background color is #E6F3EC.


Border color

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

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

This div border color is #E6F3EC.


Opacity

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

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

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

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

This text has shadow with #E6F3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3EC on black background.


Color preview on white background

This text has color #E6F3EC on white background.



Black color preview on #E6F3EC background

This text has black color on #E6F3EC background.


White color preview on #E6F3EC background

This text has white color on #E6F3EC background.