COLOR #E6F7AC

HEX: #E6F7AC
RGB: (230,247,172)

Renk bilgisi

#E6F7AC contains mainly red and green colors. #E6F7AC ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#E6F7AC color RGB value is (230,247,172).

  • kırmız ton 230;
  • yeşil ton 247;
  • mavi ton 172.
RGB:
(230,247,172)
(90%,97%,67%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 247 of 255 = 97%
B 172 of 255 = 67%

230
247
172

R + G + B ~ 85%. #E6F7AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 247 + 172 = 649 (100%)
R 230 of 649 ~ 35.44%
G 247 of 649 ~ 38.06%
B 172 of 649 ~ 26.5%

%35.44
%38.06
%26.5

CMYK RENK MODELİ

#E6F7AC rengi CMYK tonu (7,0,30,3).

  • camgöbeği tonu 6.88%
  • eflatun tonu 0.00%
  • sarı tonu 30.36%
  • ana renk tonu 3.14%
CMYK:
(7,0,30,3)
C7M0Y30K3 
(7%,0%,30%,3%)
(0.07/0.00/0.30/0.03)	

CMYK yüzdeleri

%6.88
%0
%30.36
%3.14

Codes

Color #E6F7AC in popluar color models

E6F7AC
RGB230247172
HSL74°82.42%82.16%
HSB/HSV74°30.36%96.86%
CMYK6.88%0.00%30.36%
3.14%

Color #E6F7AC in popluar number systems.

HEXE6F7AC
Decimal230247172
Binary111001101111011110101100
Octal346367254

Shades and tints

Shades of #E6F7AC

#E6F7AC
(230,247,172)
#D2E19D
(210,225,157)
#BECB8E
(190,203,142)
#AAB57F
(170,181,127)
#969F70
(150,159,112)
#828961
(130,137,97)
#6E7352
(110,115,82)
#5A5D43
(90,93,67)
#464734
(70,71,52)
#323125
(50,49,37)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6F7AC

#E6F7AC
(230,247,172)
#E8F7B3
(232,247,179)
#EAF7BA
(234,247,186)
#ECF7C1
(236,247,193)
#EEF7C8
(238,247,200)
#F0F7CF
(240,247,207)
#F2F7D6
(242,247,214)
#F4F7DD
(244,247,221)
#F6F7E4
(246,247,228)
#F8F7EB
(248,247,235)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F7AC color. Also use rgb(230,247,172) instead hex code.

Text Font Color

.myTextColor { color: #E6F7AC; }

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

This text font color is #E6F7AC.


Background Color

.myBgColor { background-color: #E6F7AC; }

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

This div background color is #E6F7AC.


Border color

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

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

This div border color is #E6F7AC.


Opacity

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

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

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

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

This text has shadow with #E6F7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F7AC on black background.


Color preview on white background

This text has color #E6F7AC on white background.



Black color preview on #E6F7AC background

This text has black color on #E6F7AC background.


White color preview on #E6F7AC background

This text has white color on #E6F7AC background.