COLOR #E6F9BA

HEX: #E6F9BA
RGB: (230,249,186)

Renk bilgisi

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

RGB renk modeli

#E6F9BA color RGB value is (230,249,186).

  • kırmız ton 230;
  • yeşil ton 249;
  • mavi ton 186.
RGB:
(230,249,186)
(90%,98%,73%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 249 of 255 = 98%
B 186 of 255 = 73%

230
249
186

R + G + B ~ 87%. #E6F9BA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 249 + 186 = 665 (100%)
R 230 of 665 ~ 34.59%
G 249 of 665 ~ 37.44%
B 186 of 665 ~ 27.97%

%34.59
%37.44
%27.97

CMYK RENK MODELİ

#E6F9BA rengi CMYK tonu (8,0,25,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 25.30%
  • ana renk tonu 2.35%
CMYK:
(8,0,25,2)
C8M0Y25K2 
(8%,0%,25%,2%)
(0.08/0.00/0.25/0.02)	

CMYK yüzdeleri

%7.63
%0
%25.3
%2.35

Codes

Color #E6F9BA in popluar color models

E6F9BA
RGB230249186
HSL78°84.00%85.29%
HSB/HSV78°25.30%97.65%
CMYK7.63%0.00%25.30%
2.35%

Color #E6F9BA in popluar number systems.

HEXE6F9BA
Decimal230249186
Binary111001101111100110111010
Octal346371272

Shades and tints

Shades of #E6F9BA

#E6F9BA
(230,249,186)
#D2E3AA
(210,227,170)
#BECD9A
(190,205,154)
#AAB78A
(170,183,138)
#96A17A
(150,161,122)
#828B6A
(130,139,106)
#6E755A
(110,117,90)
#5A5F4A
(90,95,74)
#46493A
(70,73,58)
#32332A
(50,51,42)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #E6F9BA

#E6F9BA
(230,249,186)
#E8F9C0
(232,249,192)
#EAF9C6
(234,249,198)
#ECF9CC
(236,249,204)
#EEF9D2
(238,249,210)
#F0F9D8
(240,249,216)
#F2F9DE
(242,249,222)
#F4F9E4
(244,249,228)
#F6F9EA
(246,249,234)
#F8F9F0
(248,249,240)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F9BA color. Also use rgb(230,249,186) instead hex code.

Text Font Color

.myTextColor { color: #E6F9BA; }

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

This text font color is #E6F9BA.


Background Color

.myBgColor { background-color: #E6F9BA; }

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

This div background color is #E6F9BA.


Border color

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

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

This div border color is #E6F9BA.


Opacity

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

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

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

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

This text has shadow with #E6F9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9BA on black background.


Color preview on white background

This text has color #E6F9BA on white background.



Black color preview on #E6F9BA background

This text has black color on #E6F9BA background.


White color preview on #E6F9BA background

This text has white color on #E6F9BA background.