COLOR #E6F4B2

HEX: #E6F4B2
RGB: (230,244,178)

Renk bilgisi

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

RGB renk modeli

#E6F4B2 color RGB value is (230,244,178).

  • kırmız ton 230;
  • yeşil ton 244;
  • mavi ton 178.
RGB:
(230,244,178)
(90%,96%,70%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 244 of 255 = 96%
B 178 of 255 = 70%

230
244
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 244 + 178 = 652 (100%)
R 230 of 652 ~ 35.28%
G 244 of 652 ~ 37.42%
B 178 of 652 ~ 27.3%

%35.28
%37.42
%27.3

CMYK RENK MODELİ

#E6F4B2 rengi CMYK tonu (6,0,27,4).

  • camgöbeği tonu 5.74%
  • eflatun tonu 0.00%
  • sarı tonu 27.05%
  • ana renk tonu 4.31%
CMYK:
(6,0,27,4)
C6M0Y27K4 
(6%,0%,27%,4%)
(0.06/0.00/0.27/0.04)	

CMYK yüzdeleri

%5.74
%0
%27.05
%4.31

Codes

Color #E6F4B2 in popluar color models

E6F4B2
RGB230244178
HSL73°75.00%82.75%
HSB/HSV73°27.05%95.69%
CMYK5.74%0.00%27.05%
4.31%

Color #E6F4B2 in popluar number systems.

HEXE6F4B2
Decimal230244178
Binary111001101111010010110010
Octal346364262

Shades and tints

Shades of #E6F4B2

#E6F4B2
(230,244,178)
#D2DEA2
(210,222,162)
#BEC892
(190,200,146)
#AAB282
(170,178,130)
#969C72
(150,156,114)
#828662
(130,134,98)
#6E7052
(110,112,82)
#5A5A42
(90,90,66)
#464432
(70,68,50)
#322E22
(50,46,34)
#1E1812
(30,24,18)
#000000
(0,0,0)

Tints of #E6F4B2

#E6F4B2
(230,244,178)
#E8F5B9
(232,245,185)
#EAF6C0
(234,246,192)
#ECF7C7
(236,247,199)
#EEF8CE
(238,248,206)
#F0F9D5
(240,249,213)
#F2FADC
(242,250,220)
#F4FBE3
(244,251,227)
#F6FCEA
(246,252,234)
#F8FDF1
(248,253,241)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4B2 color. Also use rgb(230,244,178) instead hex code.

Text Font Color

.myTextColor { color: #E6F4B2; }

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

This text font color is #E6F4B2.


Background Color

.myBgColor { background-color: #E6F4B2; }

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

This div background color is #E6F4B2.


Border color

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

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

This div border color is #E6F4B2.


Opacity

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

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

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

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

This text has shadow with #E6F4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4B2 on black background.


Color preview on white background

This text has color #E6F4B2 on white background.



Black color preview on #E6F4B2 background

This text has black color on #E6F4B2 background.


White color preview on #E6F4B2 background

This text has white color on #E6F4B2 background.