COLOR #E5F0C7

HEX: #E5F0C7
RGB: (229,240,199)

Renk bilgisi

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

RGB renk modeli

#E5F0C7 color RGB value is (229,240,199).

  • kırmız ton 229;
  • yeşil ton 240;
  • mavi ton 199.
RGB:
(229,240,199)
(90%,94%,78%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 240 of 255 = 94%
B 199 of 255 = 78%

229
240
199

R + G + B ~ 87%. #E5F0C7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 240 + 199 = 668 (100%)
R 229 of 668 ~ 34.28%
G 240 of 668 ~ 35.93%
B 199 of 668 ~ 29.79%

%34.28
%35.93
%29.79

CMYK RENK MODELİ

#E5F0C7 rengi CMYK tonu (5,0,17,6).

  • camgöbeği tonu 4.58%
  • eflatun tonu 0.00%
  • sarı tonu 17.08%
  • ana renk tonu 5.88%
CMYK:
(5,0,17,6)
C5M0Y17K6 
(5%,0%,17%,6%)
(0.05/0.00/0.17/0.06)	

CMYK yüzdeleri

%4.58
%0
%17.08
%5.88

Codes

Color #E5F0C7 in popluar color models

E5F0C7
RGB229240199
HSL76°57.75%86.08%
HSB/HSV76°17.08%94.12%
CMYK4.58%0.00%17.08%
5.88%

Color #E5F0C7 in popluar number systems.

HEXE5F0C7
Decimal229240199
Binary111001011111000011000111
Octal345360307

Shades and tints

Shades of #E5F0C7

#E5F0C7
(229,240,199)
#D1DBB5
(209,219,181)
#BDC6A3
(189,198,163)
#A9B191
(169,177,145)
#959C7F
(149,156,127)
#81876D
(129,135,109)
#6D725B
(109,114,91)
#595D49
(89,93,73)
#454837
(69,72,55)
#313325
(49,51,37)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #E5F0C7

#E5F0C7
(229,240,199)
#E7F1CC
(231,241,204)
#E9F2D1
(233,242,209)
#EBF3D6
(235,243,214)
#EDF4DB
(237,244,219)
#EFF5E0
(239,245,224)
#F1F6E5
(241,246,229)
#F3F7EA
(243,247,234)
#F5F8EF
(245,248,239)
#F7F9F4
(247,249,244)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0C7 color. Also use rgb(229,240,199) instead hex code.

Text Font Color

.myTextColor { color: #E5F0C7; }

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

This text font color is #E5F0C7.


Background Color

.myBgColor { background-color: #E5F0C7; }

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

This div background color is #E5F0C7.


Border color

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

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

This div border color is #E5F0C7.


Opacity

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

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

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

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

This text has shadow with #E5F0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F0C7 on black background.


Color preview on white background

This text has color #E5F0C7 on white background.



Black color preview on #E5F0C7 background

This text has black color on #E5F0C7 background.


White color preview on #E5F0C7 background

This text has white color on #E5F0C7 background.