COLOR #E5F9CE

HEX: #E5F9CE
RGB: (229,249,206)

Renk bilgisi

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

RGB renk modeli

#E5F9CE color RGB value is (229,249,206).

  • kırmız ton 229;
  • yeşil ton 249;
  • mavi ton 206.
RGB:
(229,249,206)
(90%,98%,81%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 249 of 255 = 98%
B 206 of 255 = 81%

229
249
206

R + G + B ~ 90%. #E5F9CE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 249 + 206 = 684 (100%)
R 229 of 684 ~ 33.48%
G 249 of 684 ~ 36.4%
B 206 of 684 ~ 30.12%

%33.48
%36.4
%30.12

CMYK RENK MODELİ

#E5F9CE rengi CMYK tonu (8,0,17,2).

  • camgöbeği tonu 8.03%
  • eflatun tonu 0.00%
  • sarı tonu 17.27%
  • ana renk tonu 2.35%
CMYK:
(8,0,17,2)
C8M0Y17K2 
(8%,0%,17%,2%)
(0.08/0.00/0.17/0.02)	

CMYK yüzdeleri

%8.03
%0
%17.27
%2.35

Codes

Color #E5F9CE in popluar color models

E5F9CE
RGB229249206
HSL88°78.18%89.22%
HSB/HSV88°17.27%97.65%
CMYK8.03%0.00%17.27%
2.35%

Color #E5F9CE in popluar number systems.

HEXE5F9CE
Decimal229249206
Binary111001011111100111001110
Octal345371316

Shades and tints

Shades of #E5F9CE

#E5F9CE
(229,249,206)
#D1E3BC
(209,227,188)
#BDCDAA
(189,205,170)
#A9B798
(169,183,152)
#95A186
(149,161,134)
#818B74
(129,139,116)
#6D7562
(109,117,98)
#595F50
(89,95,80)
#45493E
(69,73,62)
#31332C
(49,51,44)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #E5F9CE

#E5F9CE
(229,249,206)
#E7F9D2
(231,249,210)
#E9F9D6
(233,249,214)
#EBF9DA
(235,249,218)
#EDF9DE
(237,249,222)
#EFF9E2
(239,249,226)
#F1F9E6
(241,249,230)
#F3F9EA
(243,249,234)
#F5F9EE
(245,249,238)
#F7F9F2
(247,249,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F9CE color. Also use rgb(229,249,206) instead hex code.

Text Font Color

.myTextColor { color: #E5F9CE; }

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

This text font color is #E5F9CE.


Background Color

.myBgColor { background-color: #E5F9CE; }

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

This div background color is #E5F9CE.


Border color

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

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

This div border color is #E5F9CE.


Opacity

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

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

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

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

This text has shadow with #E5F9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F9CE on black background.


Color preview on white background

This text has color #E5F9CE on white background.



Black color preview on #E5F9CE background

This text has black color on #E5F9CE background.


White color preview on #E5F9CE background

This text has white color on #E5F9CE background.