COLOR #E5F7C1

HEX: #E5F7C1
RGB: (229,247,193)

Renk bilgisi

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

RGB renk modeli

#E5F7C1 color RGB value is (229,247,193).

  • kırmız ton 229;
  • yeşil ton 247;
  • mavi ton 193.
RGB:
(229,247,193)
(90%,97%,76%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 247 of 255 = 97%
B 193 of 255 = 76%

229
247
193

R + G + B ~ 88%. #E5F7C1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 247 + 193 = 669 (100%)
R 229 of 669 ~ 34.23%
G 247 of 669 ~ 36.92%
B 193 of 669 ~ 28.85%

%34.23
%36.92
%28.85

CMYK RENK MODELİ

#E5F7C1 rengi CMYK tonu (7,0,22,3).

  • camgöbeği tonu 7.29%
  • eflatun tonu 0.00%
  • sarı tonu 21.86%
  • ana renk tonu 3.14%
CMYK:
(7,0,22,3)
C7M0Y22K3 
(7%,0%,22%,3%)
(0.07/0.00/0.22/0.03)	

CMYK yüzdeleri

%7.29
%0
%21.86
%3.14

Codes

Color #E5F7C1 in popluar color models

E5F7C1
RGB229247193
HSL80°77.14%86.27%
HSB/HSV80°21.86%96.86%
CMYK7.29%0.00%21.86%
3.14%

Color #E5F7C1 in popluar number systems.

HEXE5F7C1
Decimal229247193
Binary111001011111011111000001
Octal345367301

Shades and tints

Shades of #E5F7C1

#E5F7C1
(229,247,193)
#D1E1B0
(209,225,176)
#BDCB9F
(189,203,159)
#A9B58E
(169,181,142)
#959F7D
(149,159,125)
#81896C
(129,137,108)
#6D735B
(109,115,91)
#595D4A
(89,93,74)
#454739
(69,71,57)
#313128
(49,49,40)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5F7C1

#E5F7C1
(229,247,193)
#E7F7C6
(231,247,198)
#E9F7CB
(233,247,203)
#EBF7D0
(235,247,208)
#EDF7D5
(237,247,213)
#EFF7DA
(239,247,218)
#F1F7DF
(241,247,223)
#F3F7E4
(243,247,228)
#F5F7E9
(245,247,233)
#F7F7EE
(247,247,238)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F7C1 color. Also use rgb(229,247,193) instead hex code.

Text Font Color

.myTextColor { color: #E5F7C1; }

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

This text font color is #E5F7C1.


Background Color

.myBgColor { background-color: #E5F7C1; }

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

This div background color is #E5F7C1.


Border color

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

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

This div border color is #E5F7C1.


Opacity

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

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

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

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

This text has shadow with #E5F7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F7C1 on black background.


Color preview on white background

This text has color #E5F7C1 on white background.



Black color preview on #E5F7C1 background

This text has black color on #E5F7C1 background.


White color preview on #E5F7C1 background

This text has white color on #E5F7C1 background.