COLOR #E5F2CC

HEX: #E5F2CC
RGB: (229,242,204)

Renk bilgisi

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

RGB renk modeli

#E5F2CC color RGB value is (229,242,204).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 242 of 255 = 95%
B 204 of 255 = 80%

229
242
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 242 + 204 = 675 (100%)
R 229 of 675 ~ 33.93%
G 242 of 675 ~ 35.85%
B 204 of 675 ~ 30.22%

%33.93
%35.85
%30.22

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.37
%0
%15.7
%5.1

Codes

Color #E5F2CC in popluar color models

E5F2CC
RGB229242204
HSL81°59.38%87.45%
HSB/HSV81°15.70%94.90%
CMYK5.37%0.00%15.70%
5.10%

Color #E5F2CC in popluar number systems.

HEXE5F2CC
Decimal229242204
Binary111001011111001011001100
Octal345362314

Shades and tints

Shades of #E5F2CC

#E5F2CC
(229,242,204)
#D1DCBA
(209,220,186)
#BDC6A8
(189,198,168)
#A9B096
(169,176,150)
#959A84
(149,154,132)
#818472
(129,132,114)
#6D6E60
(109,110,96)
#59584E
(89,88,78)
#45423C
(69,66,60)
#312C2A
(49,44,42)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #E5F2CC

#E5F2CC
(229,242,204)
#E7F3D0
(231,243,208)
#E9F4D4
(233,244,212)
#EBF5D8
(235,245,216)
#EDF6DC
(237,246,220)
#EFF7E0
(239,247,224)
#F1F8E4
(241,248,228)
#F3F9E8
(243,249,232)
#F5FAEC
(245,250,236)
#F7FBF0
(247,251,240)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F2CC; }

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

This text font color is #E5F2CC.


Background Color

.myBgColor { background-color: #E5F2CC; }

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

This div background color is #E5F2CC.


Border color

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

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

This div border color is #E5F2CC.


Opacity

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

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

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

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

This text has shadow with #E5F2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2CC on black background.


Color preview on white background

This text has color #E5F2CC on white background.



Black color preview on #E5F2CC background

This text has black color on #E5F2CC background.


White color preview on #E5F2CC background

This text has white color on #E5F2CC background.