COLOR #E7F1D3

HEX: #E7F1D3
RGB: (231,241,211)

Renk bilgisi

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

RGB renk modeli

#E7F1D3 color RGB value is (231,241,211).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 241 of 255 = 95%
B 211 of 255 = 83%

231
241
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 241 + 211 = 683 (100%)
R 231 of 683 ~ 33.82%
G 241 of 683 ~ 35.29%
B 211 of 683 ~ 30.89%

%33.82
%35.29
%30.89

CMYK RENK MODELİ

#E7F1D3 rengi CMYK tonu (4,0,12,5).

  • camgöbeği tonu 4.15%
  • eflatun tonu 0.00%
  • sarı tonu 12.45%
  • ana renk tonu 5.49%
CMYK:
(4,0,12,5)
C4M0Y12K5 
(4%,0%,12%,5%)
(0.04/0.00/0.12/0.05)	

CMYK yüzdeleri

%4.15
%0
%12.45
%5.49

Codes

Color #E7F1D3 in popluar color models

E7F1D3
RGB231241211
HSL80°51.72%88.63%
HSB/HSV80°12.45%94.51%
CMYK4.15%0.00%12.45%
5.49%

Color #E7F1D3 in popluar number systems.

HEXE7F1D3
Decimal231241211
Binary111001111111000111010011
Octal347361323

Shades and tints

Shades of #E7F1D3

#E7F1D3
(231,241,211)
#D2DCC0
(210,220,192)
#BDC7AD
(189,199,173)
#A8B29A
(168,178,154)
#939D87
(147,157,135)
#7E8874
(126,136,116)
#697361
(105,115,97)
#545E4E
(84,94,78)
#3F493B
(63,73,59)
#2A3428
(42,52,40)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #E7F1D3

#E7F1D3
(231,241,211)
#E9F2D7
(233,242,215)
#EBF3DB
(235,243,219)
#EDF4DF
(237,244,223)
#EFF5E3
(239,245,227)
#F1F6E7
(241,246,231)
#F3F7EB
(243,247,235)
#F5F8EF
(245,248,239)
#F7F9F3
(247,249,243)
#F9FAF7
(249,250,247)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1D3; }

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

This text font color is #E7F1D3.


Background Color

.myBgColor { background-color: #E7F1D3; }

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

This div background color is #E7F1D3.


Border color

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

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

This div border color is #E7F1D3.


Opacity

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

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

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

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

This text has shadow with #E7F1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F1D3 on black background.


Color preview on white background

This text has color #E7F1D3 on white background.



Black color preview on #E7F1D3 background

This text has black color on #E7F1D3 background.


White color preview on #E7F1D3 background

This text has white color on #E7F1D3 background.