COLOR #E6FCFB

HEX: #E6FCFB
RGB: (230,252,251)

Renk bilgisi

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

RGB renk modeli

#E6FCFB color RGB value is (230,252,251).

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

RGB bağlantıları ve doygunluk

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

230
252
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 252 + 251 = 733 (100%)
R 230 of 733 ~ 31.38%
G 252 of 733 ~ 34.38%
B 251 of 733 ~ 34.24%

%31.38
%34.38
%34.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%8.73
%0
%0.4
%1.18

Codes

Color #E6FCFB in popluar color models

E6FCFB
RGB230252251
HSL177°78.57%94.51%
HSB/HSV177°8.73%98.82%
CMYK8.73%0.00%0.40%
1.18%

Color #E6FCFB in popluar number systems.

HEXE6FCFB
Decimal230252251
Binary111001101111110011111011
Octal346374373

Shades and tints

Shades of #E6FCFB

#E6FCFB
(230,252,251)
#D2E6E5
(210,230,229)
#BED0CF
(190,208,207)
#AABAB9
(170,186,185)
#96A4A3
(150,164,163)
#828E8D
(130,142,141)
#6E7877
(110,120,119)
#5A6261
(90,98,97)
#464C4B
(70,76,75)
#323635
(50,54,53)
#1E201F
(30,32,31)
#000000
(0,0,0)

Tints of #E6FCFB

#E6FCFB
(230,252,251)
#E8FCFB
(232,252,251)
#EAFCFB
(234,252,251)
#ECFCFB
(236,252,251)
#EEFCFB
(238,252,251)
#F0FCFB
(240,252,251)
#F2FCFB
(242,252,251)
#F4FCFB
(244,252,251)
#F6FCFB
(246,252,251)
#F8FCFB
(248,252,251)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCFB; }

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

This text font color is #E6FCFB.


Background Color

.myBgColor { background-color: #E6FCFB; }

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

This div background color is #E6FCFB.


Border color

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

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

This div border color is #E6FCFB.


Opacity

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

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

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

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

This text has shadow with #E6FCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCFB on black background.


Color preview on white background

This text has color #E6FCFB on white background.



Black color preview on #E6FCFB background

This text has black color on #E6FCFB background.


White color preview on #E6FCFB background

This text has white color on #E6FCFB background.