COLOR #E5F2FD

HEX: #E5F2FD
RGB: (229,242,253)

Renk bilgisi

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

RGB renk modeli

#E5F2FD color RGB value is (229,242,253).

  • kırmız ton 229;
  • yeşil ton 242;
  • mavi ton 253.
RGB:
(229,242,253)
(90%,95%,99%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 242 of 255 = 95%
B 253 of 255 = 99%

229
242
253

R + G + B ~ 95%. #E5F2FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 242 + 253 = 724 (100%)
R 229 of 724 ~ 31.63%
G 242 of 724 ~ 33.43%
B 253 of 724 ~ 34.94%

%31.63
%33.43
%34.94

CMYK RENK MODELİ

#E5F2FD rengi CMYK tonu (9,4,0,1).

  • camgöbeği tonu 9.49%
  • eflatun tonu 4.35%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(9,4,0,1)
C9M4Y0K1 
(9%,4%,0%,1%)
(0.09/0.04/0.00/0.01)	

CMYK yüzdeleri

%9.49
%4.35
%0
%0.78

Codes

Color #E5F2FD in popluar color models

E5F2FD
RGB229242253
HSL208°85.71%94.51%
HSB/HSV208°9.49%99.22%
CMYK9.49%4.35%0.00%
0.78%

Color #E5F2FD in popluar number systems.

HEXE5F2FD
Decimal229242253
Binary111001011111001011111101
Octal345362375

Shades and tints

Shades of #E5F2FD

#E5F2FD
(229,242,253)
#D1DCE6
(209,220,230)
#BDC6CF
(189,198,207)
#A9B0B8
(169,176,184)
#959AA1
(149,154,161)
#81848A
(129,132,138)
#6D6E73
(109,110,115)
#59585C
(89,88,92)
#454245
(69,66,69)
#312C2E
(49,44,46)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5F2FD

#E5F2FD
(229,242,253)
#E7F3FD
(231,243,253)
#E9F4FD
(233,244,253)
#EBF5FD
(235,245,253)
#EDF6FD
(237,246,253)
#EFF7FD
(239,247,253)
#F1F8FD
(241,248,253)
#F3F9FD
(243,249,253)
#F5FAFD
(245,250,253)
#F7FBFD
(247,251,253)
#F9FCFD
(249,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F2FD color. Also use rgb(229,242,253) instead hex code.

Text Font Color

.myTextColor { color: #E5F2FD; }

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

This text font color is #E5F2FD.


Background Color

.myBgColor { background-color: #E5F2FD; }

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

This div background color is #E5F2FD.


Border color

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

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

This div border color is #E5F2FD.


Opacity

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

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

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

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

This text has shadow with #E5F2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2FD on black background.


Color preview on white background

This text has color #E5F2FD on white background.



Black color preview on #E5F2FD background

This text has black color on #E5F2FD background.


White color preview on #E5F2FD background

This text has white color on #E5F2FD background.