COLOR #E6FCF9

HEX: #E6FCF9
RGB: (230,252,249)

Renk bilgisi

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

RGB renk modeli

#E6FCF9 color RGB value is (230,252,249).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 252 of 255 = 99%
B 249 of 255 = 98%

230
252
249

R + G + B ~ 96%. #E6FCF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 252 + 249 = 731 (100%)
R 230 of 731 ~ 31.46%
G 252 of 731 ~ 34.47%
B 249 of 731 ~ 34.06%

%31.46
%34.47
%34.06

CMYK RENK MODELİ

#E6FCF9 rengi CMYK tonu (9,0,1,1).

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

CMYK yüzdeleri

%8.73
%0
%1.19
%1.18

Codes

Color #E6FCF9 in popluar color models

E6FCF9
RGB230252249
HSL172°78.57%94.51%
HSB/HSV172°8.73%98.82%
CMYK8.73%0.00%1.19%
1.18%

Color #E6FCF9 in popluar number systems.

HEXE6FCF9
Decimal230252249
Binary111001101111110011111001
Octal346374371

Shades and tints

Shades of #E6FCF9

#E6FCF9
(230,252,249)
#D2E6E3
(210,230,227)
#BED0CD
(190,208,205)
#AABAB7
(170,186,183)
#96A4A1
(150,164,161)
#828E8B
(130,142,139)
#6E7875
(110,120,117)
#5A625F
(90,98,95)
#464C49
(70,76,73)
#323633
(50,54,51)
#1E201D
(30,32,29)
#000000
(0,0,0)

Tints of #E6FCF9

#E6FCF9
(230,252,249)
#E8FCF9
(232,252,249)
#EAFCF9
(234,252,249)
#ECFCF9
(236,252,249)
#EEFCF9
(238,252,249)
#F0FCF9
(240,252,249)
#F2FCF9
(242,252,249)
#F4FCF9
(244,252,249)
#F6FCF9
(246,252,249)
#F8FCF9
(248,252,249)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCF9; }

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

This text font color is #E6FCF9.


Background Color

.myBgColor { background-color: #E6FCF9; }

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

This div background color is #E6FCF9.


Border color

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

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

This div border color is #E6FCF9.


Opacity

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

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

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

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

This text has shadow with #E6FCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCF9 on black background.


Color preview on white background

This text has color #E6FCF9 on white background.



Black color preview on #E6FCF9 background

This text has black color on #E6FCF9 background.


White color preview on #E6FCF9 background

This text has white color on #E6FCF9 background.