COLOR #E7FCFF

HEX: #E7FCFF
RGB: (231,252,255)

Renk bilgisi

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

RGB renk modeli

#E7FCFF color RGB value is (231,252,255).

  • kırmız ton 231;
  • yeşil ton 252;
  • mavi ton 255.
RGB:
(231,252,255)
(91%,99%,100%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 252 of 255 = 99%
B 255 of 255 = 100%

231
252
255

R + G + B ~ 97%. #E7FCFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 252 + 255 = 738 (100%)
R 231 of 738 ~ 31.3%
G 252 of 738 ~ 34.15%
B 255 of 738 ~ 34.55%

%31.3
%34.15
%34.55

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%9.41
%1.18
%0
%0

Codes

Color #E7FCFF in popluar color models

E7FCFF
RGB231252255
HSL188°100.00%95.29%
HSB/HSV188°9.41%100.00%
CMYK9.41%1.18%0.00%
0.00%

Color #E7FCFF in popluar number systems.

HEXE7FCFF
Decimal231252255
Binary111001111111110011111111
Octal347374377

Shades and tints

Shades of #E7FCFF

#E7FCFF
(231,252,255)
#D2E6E8
(210,230,232)
#BDD0D1
(189,208,209)
#A8BABA
(168,186,186)
#93A4A3
(147,164,163)
#7E8E8C
(126,142,140)
#697875
(105,120,117)
#54625E
(84,98,94)
#3F4C47
(63,76,71)
#2A3630
(42,54,48)
#152019
(21,32,25)
#000000
(0,0,0)

Tints of #E7FCFF

#E7FCFF
(231,252,255)
#E9FCFF
(233,252,255)
#EBFCFF
(235,252,255)
#EDFCFF
(237,252,255)
#EFFCFF
(239,252,255)
#F1FCFF
(241,252,255)
#F3FCFF
(243,252,255)
#F5FCFF
(245,252,255)
#F7FCFF
(247,252,255)
#F9FCFF
(249,252,255)
#FBFCFF
(251,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FCFF color. Also use rgb(231,252,255) instead hex code.

Text Font Color

.myTextColor { color: #E7FCFF; }

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

This text font color is #E7FCFF.


Background Color

.myBgColor { background-color: #E7FCFF; }

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

This div background color is #E7FCFF.


Border color

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

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

This div border color is #E7FCFF.


Opacity

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

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

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

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

This text has shadow with #E7FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FCFF on black background.


Color preview on white background

This text has color #E7FCFF on white background.



Black color preview on #E7FCFF background

This text has black color on #E7FCFF background.


White color preview on #E7FCFF background

This text has white color on #E7FCFF background.