COLOR #E6F2B6

HEX: #E6F2B6
RGB: (230,242,182)

Renk bilgisi

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

RGB renk modeli

#E6F2B6 color RGB value is (230,242,182).

  • kırmız ton 230;
  • yeşil ton 242;
  • mavi ton 182.
RGB:
(230,242,182)
(90%,95%,71%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 242 of 255 = 95%
B 182 of 255 = 71%

230
242
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 242 + 182 = 654 (100%)
R 230 of 654 ~ 35.17%
G 242 of 654 ~ 37%
B 182 of 654 ~ 27.83%

%35.17
%37
%27.83

CMYK RENK MODELİ

#E6F2B6 rengi CMYK tonu (5,0,25,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 0.00%
  • sarı tonu 24.79%
  • ana renk tonu 5.10%
CMYK:
(5,0,25,5)
C5M0Y25K5 
(5%,0%,25%,5%)
(0.05/0.00/0.25/0.05)	

CMYK yüzdeleri

%4.96
%0
%24.79
%5.1

Codes

Color #E6F2B6 in popluar color models

E6F2B6
RGB230242182
HSL72°69.77%83.14%
HSB/HSV72°24.79%94.90%
CMYK4.96%0.00%24.79%
5.10%

Color #E6F2B6 in popluar number systems.

HEXE6F2B6
Decimal230242182
Binary111001101111001010110110
Octal346362266

Shades and tints

Shades of #E6F2B6

#E6F2B6
(230,242,182)
#D2DCA6
(210,220,166)
#BEC696
(190,198,150)
#AAB086
(170,176,134)
#969A76
(150,154,118)
#828466
(130,132,102)
#6E6E56
(110,110,86)
#5A5846
(90,88,70)
#464236
(70,66,54)
#322C26
(50,44,38)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #E6F2B6

#E6F2B6
(230,242,182)
#E8F3BC
(232,243,188)
#EAF4C2
(234,244,194)
#ECF5C8
(236,245,200)
#EEF6CE
(238,246,206)
#F0F7D4
(240,247,212)
#F2F8DA
(242,248,218)
#F4F9E0
(244,249,224)
#F6FAE6
(246,250,230)
#F8FBEC
(248,251,236)
#FAFCF2
(250,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F2B6 color. Also use rgb(230,242,182) instead hex code.

Text Font Color

.myTextColor { color: #E6F2B6; }

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

This text font color is #E6F2B6.


Background Color

.myBgColor { background-color: #E6F2B6; }

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

This div background color is #E6F2B6.


Border color

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

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

This div border color is #E6F2B6.


Opacity

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

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

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

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

This text has shadow with #E6F2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F2B6 on black background.


Color preview on white background

This text has color #E6F2B6 on white background.



Black color preview on #E6F2B6 background

This text has black color on #E6F2B6 background.


White color preview on #E6F2B6 background

This text has white color on #E6F2B6 background.