COLOR #E6FEC1

HEX: #E6FEC1
RGB: (230,254,193)

Renk bilgisi

#E6FEC1 contains mainly red and green colors. #E6FEC1 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#E6FEC1 color RGB value is (230,254,193).

  • kırmız ton 230;
  • yeşil ton 254;
  • mavi ton 193.
RGB:
(230,254,193)
(90%,100%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 254 of 255 = 100%
B 193 of 255 = 76%

230
254
193

R + G + B ~ 89%. #E6FEC1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 254 + 193 = 677 (100%)
R 230 of 677 ~ 33.97%
G 254 of 677 ~ 37.52%
B 193 of 677 ~ 28.51%

%33.97
%37.52
%28.51

CMYK RENK MODELİ

#E6FEC1 rengi CMYK tonu (9,0,24,0).

  • camgöbeği tonu 9.45%
  • eflatun tonu 0.00%
  • sarı tonu 24.02%
  • ana renk tonu 0.39%
CMYK:
(9,0,24,0)
C9M0Y24K0 
(9%,0%,24%,0%)
(0.09/0.00/0.24/0.00)	

CMYK yüzdeleri

%9.45
%0
%24.02
%0.39

Codes

Color #E6FEC1 in popluar color models

E6FEC1
RGB230254193
HSL84°96.83%87.65%
HSB/HSV84°24.02%99.61%
CMYK9.45%0.00%24.02%
0.39%

Color #E6FEC1 in popluar number systems.

HEXE6FEC1
Decimal230254193
Binary111001101111111011000001
Octal346376301

Shades and tints

Shades of #E6FEC1

#E6FEC1
(230,254,193)
#D2E7B0
(210,231,176)
#BED09F
(190,208,159)
#AAB98E
(170,185,142)
#96A27D
(150,162,125)
#828B6C
(130,139,108)
#6E745B
(110,116,91)
#5A5D4A
(90,93,74)
#464639
(70,70,57)
#322F28
(50,47,40)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6FEC1

#E6FEC1
(230,254,193)
#E8FEC6
(232,254,198)
#EAFECB
(234,254,203)
#ECFED0
(236,254,208)
#EEFED5
(238,254,213)
#F0FEDA
(240,254,218)
#F2FEDF
(242,254,223)
#F4FEE4
(244,254,228)
#F6FEE9
(246,254,233)
#F8FEEE
(248,254,238)
#FAFEF3
(250,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FEC1 color. Also use rgb(230,254,193) instead hex code.

Text Font Color

.myTextColor { color: #E6FEC1; }

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

This text font color is #E6FEC1.


Background Color

.myBgColor { background-color: #E6FEC1; }

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

This div background color is #E6FEC1.


Border color

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

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

This div border color is #E6FEC1.


Opacity

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

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

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

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

This text has shadow with #E6FEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEC1 on black background.


Color preview on white background

This text has color #E6FEC1 on white background.



Black color preview on #E6FEC1 background

This text has black color on #E6FEC1 background.


White color preview on #E6FEC1 background

This text has white color on #E6FEC1 background.