COLOR #E6FCEC

HEX: #E6FCEC
RGB: (230,252,236)

Renk bilgisi

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

RGB renk modeli

#E6FCEC color RGB value is (230,252,236).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 252 of 255 = 99%
B 236 of 255 = 93%

230
252
236

R + G + B ~ 94%. #E6FCEC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 252 + 236 = 718 (100%)
R 230 of 718 ~ 32.03%
G 252 of 718 ~ 35.1%
B 236 of 718 ~ 32.87%

%32.03
%35.1
%32.87

CMYK RENK MODELİ

#E6FCEC rengi CMYK tonu (9,0,6,1).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 6.35%
  • ana renk tonu 1.18%
CMYK:
(9,0,6,1)
C9M0Y6K1 
(9%,0%,6%,1%)
(0.09/0.00/0.06/0.01)	

CMYK yüzdeleri

%8.73
%0
%6.35
%1.18

Codes

Color #E6FCEC in popluar color models

E6FCEC
RGB230252236
HSL136°78.57%94.51%
HSB/HSV136°8.73%98.82%
CMYK8.73%0.00%6.35%
1.18%

Color #E6FCEC in popluar number systems.

HEXE6FCEC
Decimal230252236
Binary111001101111110011101100
Octal346374354

Shades and tints

Shades of #E6FCEC

#E6FCEC
(230,252,236)
#D2E6D7
(210,230,215)
#BED0C2
(190,208,194)
#AABAAD
(170,186,173)
#96A498
(150,164,152)
#828E83
(130,142,131)
#6E786E
(110,120,110)
#5A6259
(90,98,89)
#464C44
(70,76,68)
#32362F
(50,54,47)
#1E201A
(30,32,26)
#000000
(0,0,0)

Tints of #E6FCEC

#E6FCEC
(230,252,236)
#E8FCED
(232,252,237)
#EAFCEE
(234,252,238)
#ECFCEF
(236,252,239)
#EEFCF0
(238,252,240)
#F0FCF1
(240,252,241)
#F2FCF2
(242,252,242)
#F4FCF3
(244,252,243)
#F6FCF4
(246,252,244)
#F8FCF5
(248,252,245)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCEC; }

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

This text font color is #E6FCEC.


Background Color

.myBgColor { background-color: #E6FCEC; }

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

This div background color is #E6FCEC.


Border color

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

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

This div border color is #E6FCEC.


Opacity

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

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

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

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

This text has shadow with #E6FCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCEC on black background.


Color preview on white background

This text has color #E6FCEC on white background.



Black color preview on #E6FCEC background

This text has black color on #E6FCEC background.


White color preview on #E6FCEC background

This text has white color on #E6FCEC background.