COLOR #E5FCEE

HEX: #E5FCEE
RGB: (229,252,238)

Renk bilgisi

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

RGB renk modeli

#E5FCEE color RGB value is (229,252,238).

  • kırmız ton 229;
  • yeşil ton 252;
  • mavi ton 238.
RGB:
(229,252,238)
(90%,99%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 252 of 255 = 99%
B 238 of 255 = 93%

229
252
238

R + G + B ~ 94%. #E5FCEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 252 + 238 = 719 (100%)
R 229 of 719 ~ 31.85%
G 252 of 719 ~ 35.05%
B 238 of 719 ~ 33.1%

%31.85
%35.05
%33.1

CMYK RENK MODELİ

#E5FCEE rengi CMYK tonu (9,0,6,1).

  • camgöbeği tonu 9.13%
  • eflatun tonu 0.00%
  • sarı tonu 5.56%
  • ana renk tonu 1.18%
CMYK:
(9,0,6,1)
C9M0Y6K1 
(9%,0%,6%,1%)
(0.09/0.00/0.06/0.01)	

CMYK yüzdeleri

%9.13
%0
%5.56
%1.18

Codes

Color #E5FCEE in popluar color models

E5FCEE
RGB229252238
HSL143°79.31%94.31%
HSB/HSV143°9.13%98.82%
CMYK9.13%0.00%5.56%
1.18%

Color #E5FCEE in popluar number systems.

HEXE5FCEE
Decimal229252238
Binary111001011111110011101110
Octal345374356

Shades and tints

Shades of #E5FCEE

#E5FCEE
(229,252,238)
#D1E6D9
(209,230,217)
#BDD0C4
(189,208,196)
#A9BAAF
(169,186,175)
#95A49A
(149,164,154)
#818E85
(129,142,133)
#6D7870
(109,120,112)
#59625B
(89,98,91)
#454C46
(69,76,70)
#313631
(49,54,49)
#1D201C
(29,32,28)
#000000
(0,0,0)

Tints of #E5FCEE

#E5FCEE
(229,252,238)
#E7FCEF
(231,252,239)
#E9FCF0
(233,252,240)
#EBFCF1
(235,252,241)
#EDFCF2
(237,252,242)
#EFFCF3
(239,252,243)
#F1FCF4
(241,252,244)
#F3FCF5
(243,252,245)
#F5FCF6
(245,252,246)
#F7FCF7
(247,252,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FCEE color. Also use rgb(229,252,238) instead hex code.

Text Font Color

.myTextColor { color: #E5FCEE; }

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

This text font color is #E5FCEE.


Background Color

.myBgColor { background-color: #E5FCEE; }

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

This div background color is #E5FCEE.


Border color

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

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

This div border color is #E5FCEE.


Opacity

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

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

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

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

This text has shadow with #E5FCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCEE on black background.


Color preview on white background

This text has color #E5FCEE on white background.



Black color preview on #E5FCEE background

This text has black color on #E5FCEE background.


White color preview on #E5FCEE background

This text has white color on #E5FCEE background.