COLOR #E5F2C6

HEX: #E5F2C6
RGB: (229,242,198)

Renk bilgisi

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

RGB renk modeli

#E5F2C6 color RGB value is (229,242,198).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 242 of 255 = 95%
B 198 of 255 = 78%

229
242
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 242 + 198 = 669 (100%)
R 229 of 669 ~ 34.23%
G 242 of 669 ~ 36.17%
B 198 of 669 ~ 29.6%

%34.23
%36.17
%29.6

CMYK RENK MODELİ

#E5F2C6 rengi CMYK tonu (5,0,18,5).

  • camgöbeği tonu 5.37%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 5.10%
CMYK:
(5,0,18,5)
C5M0Y18K5 
(5%,0%,18%,5%)
(0.05/0.00/0.18/0.05)	

CMYK yüzdeleri

%5.37
%0
%18.18
%5.1

Codes

Color #E5F2C6 in popluar color models

E5F2C6
RGB229242198
HSL78°62.86%86.27%
HSB/HSV78°18.18%94.90%
CMYK5.37%0.00%18.18%
5.10%

Color #E5F2C6 in popluar number systems.

HEXE5F2C6
Decimal229242198
Binary111001011111001011000110
Octal345362306

Shades and tints

Shades of #E5F2C6

#E5F2C6
(229,242,198)
#D1DCB4
(209,220,180)
#BDC6A2
(189,198,162)
#A9B090
(169,176,144)
#959A7E
(149,154,126)
#81846C
(129,132,108)
#6D6E5A
(109,110,90)
#595848
(89,88,72)
#454236
(69,66,54)
#312C24
(49,44,36)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #E5F2C6

#E5F2C6
(229,242,198)
#E7F3CB
(231,243,203)
#E9F4D0
(233,244,208)
#EBF5D5
(235,245,213)
#EDF6DA
(237,246,218)
#EFF7DF
(239,247,223)
#F1F8E4
(241,248,228)
#F3F9E9
(243,249,233)
#F5FAEE
(245,250,238)
#F7FBF3
(247,251,243)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F2C6; }

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

This text font color is #E5F2C6.


Background Color

.myBgColor { background-color: #E5F2C6; }

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

This div background color is #E5F2C6.


Border color

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

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

This div border color is #E5F2C6.


Opacity

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

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

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

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

This text has shadow with #E5F2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2C6 on black background.


Color preview on white background

This text has color #E5F2C6 on white background.



Black color preview on #E5F2C6 background

This text has black color on #E5F2C6 background.


White color preview on #E5F2C6 background

This text has white color on #E5F2C6 background.