COLOR #E1F6C9

HEX: #E1F6C9
RGB: (225,246,201)

Renk bilgisi

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

RGB renk modeli

#E1F6C9 color RGB value is (225,246,201).

  • kırmız ton 225;
  • yeşil ton 246;
  • mavi ton 201.
RGB:
(225,246,201)
(88%,96%,79%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 246 of 255 = 96%
B 201 of 255 = 79%

225
246
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 246 + 201 = 672 (100%)
R 225 of 672 ~ 33.48%
G 246 of 672 ~ 36.61%
B 201 of 672 ~ 29.91%

%33.48
%36.61
%29.91

CMYK RENK MODELİ

#E1F6C9 rengi CMYK tonu (9,0,18,4).

  • camgöbeği tonu 8.54%
  • eflatun tonu 0.00%
  • sarı tonu 18.29%
  • ana renk tonu 3.53%
CMYK:
(9,0,18,4)
C9M0Y18K4 
(9%,0%,18%,4%)
(0.09/0.00/0.18/0.04)	

CMYK yüzdeleri

%8.54
%0
%18.29
%3.53

Codes

Color #E1F6C9 in popluar color models

E1F6C9
RGB225246201
HSL88°71.43%87.65%
HSB/HSV88°18.29%96.47%
CMYK8.54%0.00%18.29%
3.53%

Color #E1F6C9 in popluar number systems.

HEXE1F6C9
Decimal225246201
Binary111000011111011011001001
Octal341366311

Shades and tints

Shades of #E1F6C9

#E1F6C9
(225,246,201)
#CDE0B7
(205,224,183)
#B9CAA5
(185,202,165)
#A5B493
(165,180,147)
#919E81
(145,158,129)
#7D886F
(125,136,111)
#69725D
(105,114,93)
#555C4B
(85,92,75)
#414639
(65,70,57)
#2D3027
(45,48,39)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #E1F6C9

#E1F6C9
(225,246,201)
#E3F6CD
(227,246,205)
#E5F6D1
(229,246,209)
#E7F6D5
(231,246,213)
#E9F6D9
(233,246,217)
#EBF6DD
(235,246,221)
#EDF6E1
(237,246,225)
#EFF6E5
(239,246,229)
#F1F6E9
(241,246,233)
#F3F6ED
(243,246,237)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F6C9 color. Also use rgb(225,246,201) instead hex code.

Text Font Color

.myTextColor { color: #E1F6C9; }

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

This text font color is #E1F6C9.


Background Color

.myBgColor { background-color: #E1F6C9; }

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

This div background color is #E1F6C9.


Border color

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

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

This div border color is #E1F6C9.


Opacity

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

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

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

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

This text has shadow with #E1F6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F6C9 on black background.


Color preview on white background

This text has color #E1F6C9 on white background.



Black color preview on #E1F6C9 background

This text has black color on #E1F6C9 background.


White color preview on #E1F6C9 background

This text has white color on #E1F6C9 background.