COLOR #E5F5FF

HEX: #E5F5FF
RGB: (229,245,255)

Renk bilgisi

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

RGB renk modeli

#E5F5FF color RGB value is (229,245,255).

  • kırmız ton 229;
  • yeşil ton 245;
  • mavi ton 255.
RGB:
(229,245,255)
(90%,96%,100%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 245 of 255 = 96%
B 255 of 255 = 100%

229
245
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 245 + 255 = 729 (100%)
R 229 of 729 ~ 31.41%
G 245 of 729 ~ 33.61%
B 255 of 729 ~ 34.98%

%31.41
%33.61
%34.98

CMYK RENK MODELİ

#E5F5FF rengi CMYK tonu (10,4,0,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 3.92%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,4,0,0)
C10M4Y0K0 
(10%,4%,0%,0%)
(0.10/0.04/0.00/0.00)	

CMYK yüzdeleri

%10.2
%3.92
%0
%0

Codes

Color #E5F5FF in popluar color models

E5F5FF
RGB229245255
HSL203°100.00%94.90%
HSB/HSV203°10.20%100.00%
CMYK10.20%3.92%0.00%
0.00%

Color #E5F5FF in popluar number systems.

HEXE5F5FF
Decimal229245255
Binary111001011111010111111111
Octal345365377

Shades and tints

Shades of #E5F5FF

#E5F5FF
(229,245,255)
#D1DFE8
(209,223,232)
#BDC9D1
(189,201,209)
#A9B3BA
(169,179,186)
#959DA3
(149,157,163)
#81878C
(129,135,140)
#6D7175
(109,113,117)
#595B5E
(89,91,94)
#454547
(69,69,71)
#312F30
(49,47,48)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #E5F5FF

#E5F5FF
(229,245,255)
#E7F5FF
(231,245,255)
#E9F5FF
(233,245,255)
#EBF5FF
(235,245,255)
#EDF5FF
(237,245,255)
#EFF5FF
(239,245,255)
#F1F5FF
(241,245,255)
#F3F5FF
(243,245,255)
#F5F5FF
(245,245,255)
#F7F5FF
(247,245,255)
#F9F5FF
(249,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F5FF color. Also use rgb(229,245,255) instead hex code.

Text Font Color

.myTextColor { color: #E5F5FF; }

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

This text font color is #E5F5FF.


Background Color

.myBgColor { background-color: #E5F5FF; }

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

This div background color is #E5F5FF.


Border color

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

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

This div border color is #E5F5FF.


Opacity

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

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

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

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

This text has shadow with #E5F5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5FF on black background.


Color preview on white background

This text has color #E5F5FF on white background.



Black color preview on #E5F5FF background

This text has black color on #E5F5FF background.


White color preview on #E5F5FF background

This text has white color on #E5F5FF background.