COLOR #E5F2D4

HEX: #E5F2D4
RGB: (229,242,212)

Renk bilgisi

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

RGB renk modeli

#E5F2D4 color RGB value is (229,242,212).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 242 of 255 = 95%
B 212 of 255 = 83%

229
242
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 242 + 212 = 683 (100%)
R 229 of 683 ~ 33.53%
G 242 of 683 ~ 35.43%
B 212 of 683 ~ 31.04%

%33.53
%35.43
%31.04

CMYK RENK MODELİ

#E5F2D4 rengi CMYK tonu (5,0,12,5).

  • camgöbeği tonu 5.37%
  • eflatun tonu 0.00%
  • sarı tonu 12.40%
  • ana renk tonu 5.10%
CMYK:
(5,0,12,5)
C5M0Y12K5 
(5%,0%,12%,5%)
(0.05/0.00/0.12/0.05)	

CMYK yüzdeleri

%5.37
%0
%12.4
%5.1

Codes

Color #E5F2D4 in popluar color models

E5F2D4
RGB229242212
HSL86°53.57%89.02%
HSB/HSV86°12.40%94.90%
CMYK5.37%0.00%12.40%
5.10%

Color #E5F2D4 in popluar number systems.

HEXE5F2D4
Decimal229242212
Binary111001011111001011010100
Octal345362324

Shades and tints

Shades of #E5F2D4

#E5F2D4
(229,242,212)
#D1DCC1
(209,220,193)
#BDC6AE
(189,198,174)
#A9B09B
(169,176,155)
#959A88
(149,154,136)
#818475
(129,132,117)
#6D6E62
(109,110,98)
#59584F
(89,88,79)
#45423C
(69,66,60)
#312C29
(49,44,41)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5F2D4

#E5F2D4
(229,242,212)
#E7F3D7
(231,243,215)
#E9F4DA
(233,244,218)
#EBF5DD
(235,245,221)
#EDF6E0
(237,246,224)
#EFF7E3
(239,247,227)
#F1F8E6
(241,248,230)
#F3F9E9
(243,249,233)
#F5FAEC
(245,250,236)
#F7FBEF
(247,251,239)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F2D4; }

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

This text font color is #E5F2D4.


Background Color

.myBgColor { background-color: #E5F2D4; }

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

This div background color is #E5F2D4.


Border color

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

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

This div border color is #E5F2D4.


Opacity

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

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

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

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

This text has shadow with #E5F2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2D4 on black background.


Color preview on white background

This text has color #E5F2D4 on white background.



Black color preview on #E5F2D4 background

This text has black color on #E5F2D4 background.


White color preview on #E5F2D4 background

This text has white color on #E5F2D4 background.