COLOR #E5F3D1

HEX: #E5F3D1
RGB: (229,243,209)

Renk bilgisi

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

RGB renk modeli

#E5F3D1 color RGB value is (229,243,209).

  • kırmız ton 229;
  • yeşil ton 243;
  • mavi ton 209.
RGB:
(229,243,209)
(90%,95%,82%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 243 of 255 = 95%
B 209 of 255 = 82%

229
243
209

R + G + B ~ 89%. #E5F3D1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 243 + 209 = 681 (100%)
R 229 of 681 ~ 33.63%
G 243 of 681 ~ 35.68%
B 209 of 681 ~ 30.69%

%33.63
%35.68
%30.69

CMYK RENK MODELİ

#E5F3D1 rengi CMYK tonu (6,0,14,5).

  • camgöbeği tonu 5.76%
  • eflatun tonu 0.00%
  • sarı tonu 13.99%
  • ana renk tonu 4.71%
CMYK:
(6,0,14,5)
C6M0Y14K5 
(6%,0%,14%,5%)
(0.06/0.00/0.14/0.05)	

CMYK yüzdeleri

%5.76
%0
%13.99
%4.71

Codes

Color #E5F3D1 in popluar color models

E5F3D1
RGB229243209
HSL85°58.62%88.63%
HSB/HSV85°13.99%95.29%
CMYK5.76%0.00%13.99%
4.71%

Color #E5F3D1 in popluar number systems.

HEXE5F3D1
Decimal229243209
Binary111001011111001111010001
Octal345363321

Shades and tints

Shades of #E5F3D1

#E5F3D1
(229,243,209)
#D1DDBE
(209,221,190)
#BDC7AB
(189,199,171)
#A9B198
(169,177,152)
#959B85
(149,155,133)
#818572
(129,133,114)
#6D6F5F
(109,111,95)
#59594C
(89,89,76)
#454339
(69,67,57)
#312D26
(49,45,38)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5F3D1

#E5F3D1
(229,243,209)
#E7F4D5
(231,244,213)
#E9F5D9
(233,245,217)
#EBF6DD
(235,246,221)
#EDF7E1
(237,247,225)
#EFF8E5
(239,248,229)
#F1F9E9
(241,249,233)
#F3FAED
(243,250,237)
#F5FBF1
(245,251,241)
#F7FCF5
(247,252,245)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3D1 color. Also use rgb(229,243,209) instead hex code.

Text Font Color

.myTextColor { color: #E5F3D1; }

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

This text font color is #E5F3D1.


Background Color

.myBgColor { background-color: #E5F3D1; }

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

This div background color is #E5F3D1.


Border color

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

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

This div border color is #E5F3D1.


Opacity

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

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

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

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

This text has shadow with #E5F3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3D1 on black background.


Color preview on white background

This text has color #E5F3D1 on white background.



Black color preview on #E5F3D1 background

This text has black color on #E5F3D1 background.


White color preview on #E5F3D1 background

This text has white color on #E5F3D1 background.