COLOR #E7F1C5

HEX: #E7F1C5
RGB: (231,241,197)

Renk bilgisi

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

RGB renk modeli

#E7F1C5 color RGB value is (231,241,197).

  • kırmız ton 231;
  • yeşil ton 241;
  • mavi ton 197.
RGB:
(231,241,197)
(91%,95%,77%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 241 of 255 = 95%
B 197 of 255 = 77%

231
241
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 241 + 197 = 669 (100%)
R 231 of 669 ~ 34.53%
G 241 of 669 ~ 36.02%
B 197 of 669 ~ 29.45%

%34.53
%36.02
%29.45

CMYK RENK MODELİ

#E7F1C5 rengi CMYK tonu (4,0,18,5).

  • camgöbeği tonu 4.15%
  • eflatun tonu 0.00%
  • sarı tonu 18.26%
  • ana renk tonu 5.49%
CMYK:
(4,0,18,5)
C4M0Y18K5 
(4%,0%,18%,5%)
(0.04/0.00/0.18/0.05)	

CMYK yüzdeleri

%4.15
%0
%18.26
%5.49

Codes

Color #E7F1C5 in popluar color models

E7F1C5
RGB231241197
HSL74°61.11%85.88%
HSB/HSV74°18.26%94.51%
CMYK4.15%0.00%18.26%
5.49%

Color #E7F1C5 in popluar number systems.

HEXE7F1C5
Decimal231241197
Binary111001111111000111000101
Octal347361305

Shades and tints

Shades of #E7F1C5

#E7F1C5
(231,241,197)
#D2DCB4
(210,220,180)
#BDC7A3
(189,199,163)
#A8B292
(168,178,146)
#939D81
(147,157,129)
#7E8870
(126,136,112)
#69735F
(105,115,95)
#545E4E
(84,94,78)
#3F493D
(63,73,61)
#2A342C
(42,52,44)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #E7F1C5

#E7F1C5
(231,241,197)
#E9F2CA
(233,242,202)
#EBF3CF
(235,243,207)
#EDF4D4
(237,244,212)
#EFF5D9
(239,245,217)
#F1F6DE
(241,246,222)
#F3F7E3
(243,247,227)
#F5F8E8
(245,248,232)
#F7F9ED
(247,249,237)
#F9FAF2
(249,250,242)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F1C5 color. Also use rgb(231,241,197) instead hex code.

Text Font Color

.myTextColor { color: #E7F1C5; }

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

This text font color is #E7F1C5.


Background Color

.myBgColor { background-color: #E7F1C5; }

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

This div background color is #E7F1C5.


Border color

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

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

This div border color is #E7F1C5.


Opacity

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

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

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

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

This text has shadow with #E7F1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F1C5 on black background.


Color preview on white background

This text has color #E7F1C5 on white background.



Black color preview on #E7F1C5 background

This text has black color on #E7F1C5 background.


White color preview on #E7F1C5 background

This text has white color on #E7F1C5 background.