COLOR #E5F1CA

HEX: #E5F1CA
RGB: (229,241,202)

Renk bilgisi

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

RGB renk modeli

#E5F1CA color RGB value is (229,241,202).

  • kırmız ton 229;
  • yeşil ton 241;
  • mavi ton 202.
RGB:
(229,241,202)
(90%,95%,79%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 241 of 255 = 95%
B 202 of 255 = 79%

229
241
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 241 + 202 = 672 (100%)
R 229 of 672 ~ 34.08%
G 241 of 672 ~ 35.86%
B 202 of 672 ~ 30.06%

%34.08
%35.86
%30.06

CMYK RENK MODELİ

#E5F1CA rengi CMYK tonu (5,0,16,5).

  • camgöbeği tonu 4.98%
  • eflatun tonu 0.00%
  • sarı tonu 16.18%
  • ana renk tonu 5.49%
CMYK:
(5,0,16,5)
C5M0Y16K5 
(5%,0%,16%,5%)
(0.05/0.00/0.16/0.05)	

CMYK yüzdeleri

%4.98
%0
%16.18
%5.49

Codes

Color #E5F1CA in popluar color models

E5F1CA
RGB229241202
HSL78°58.21%86.86%
HSB/HSV78°16.18%94.51%
CMYK4.98%0.00%16.18%
5.49%

Color #E5F1CA in popluar number systems.

HEXE5F1CA
Decimal229241202
Binary111001011111000111001010
Octal345361312

Shades and tints

Shades of #E5F1CA

#E5F1CA
(229,241,202)
#D1DCB8
(209,220,184)
#BDC7A6
(189,199,166)
#A9B294
(169,178,148)
#959D82
(149,157,130)
#818870
(129,136,112)
#6D735E
(109,115,94)
#595E4C
(89,94,76)
#45493A
(69,73,58)
#313428
(49,52,40)
#1D1F16
(29,31,22)
#000000
(0,0,0)

Tints of #E5F1CA

#E5F1CA
(229,241,202)
#E7F2CE
(231,242,206)
#E9F3D2
(233,243,210)
#EBF4D6
(235,244,214)
#EDF5DA
(237,245,218)
#EFF6DE
(239,246,222)
#F1F7E2
(241,247,226)
#F3F8E6
(243,248,230)
#F5F9EA
(245,249,234)
#F7FAEE
(247,250,238)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F1CA color. Also use rgb(229,241,202) instead hex code.

Text Font Color

.myTextColor { color: #E5F1CA; }

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

This text font color is #E5F1CA.


Background Color

.myBgColor { background-color: #E5F1CA; }

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

This div background color is #E5F1CA.


Border color

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

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

This div border color is #E5F1CA.


Opacity

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

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

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

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

This text has shadow with #E5F1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F1CA on black background.


Color preview on white background

This text has color #E5F1CA on white background.



Black color preview on #E5F1CA background

This text has black color on #E5F1CA background.


White color preview on #E5F1CA background

This text has white color on #E5F1CA background.