COLOR #E6F6BE

HEX: #E6F6BE
RGB: (230,246,190)

Renk bilgisi

#E6F6BE contains red, green and blue colors in about the same proportion. #E6F6BE ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#E6F6BE color RGB value is (230,246,190).

  • kırmız ton 230;
  • yeşil ton 246;
  • mavi ton 190.
RGB:
(230,246,190)
(90%,96%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 246 of 255 = 96%
B 190 of 255 = 75%

230
246
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 246 + 190 = 666 (100%)
R 230 of 666 ~ 34.53%
G 246 of 666 ~ 36.94%
B 190 of 666 ~ 28.53%

%34.53
%36.94
%28.53

CMYK RENK MODELİ

#E6F6BE rengi CMYK tonu (7,0,23,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 0.00%
  • sarı tonu 22.76%
  • ana renk tonu 3.53%
CMYK:
(7,0,23,4)
C7M0Y23K4 
(7%,0%,23%,4%)
(0.07/0.00/0.23/0.04)	

CMYK yüzdeleri

%6.5
%0
%22.76
%3.53

Codes

Color #E6F6BE in popluar color models

E6F6BE
RGB230246190
HSL77°75.68%85.49%
HSB/HSV77°22.76%96.47%
CMYK6.50%0.00%22.76%
3.53%

Color #E6F6BE in popluar number systems.

HEXE6F6BE
Decimal230246190
Binary111001101111011010111110
Octal346366276

Shades and tints

Shades of #E6F6BE

#E6F6BE
(230,246,190)
#D2E0AD
(210,224,173)
#BECA9C
(190,202,156)
#AAB48B
(170,180,139)
#969E7A
(150,158,122)
#828869
(130,136,105)
#6E7258
(110,114,88)
#5A5C47
(90,92,71)
#464636
(70,70,54)
#323025
(50,48,37)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #E6F6BE

#E6F6BE
(230,246,190)
#E8F6C3
(232,246,195)
#EAF6C8
(234,246,200)
#ECF6CD
(236,246,205)
#EEF6D2
(238,246,210)
#F0F6D7
(240,246,215)
#F2F6DC
(242,246,220)
#F4F6E1
(244,246,225)
#F6F6E6
(246,246,230)
#F8F6EB
(248,246,235)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F6BE color. Also use rgb(230,246,190) instead hex code.

Text Font Color

.myTextColor { color: #E6F6BE; }

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

This text font color is #E6F6BE.


Background Color

.myBgColor { background-color: #E6F6BE; }

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

This div background color is #E6F6BE.


Border color

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

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

This div border color is #E6F6BE.


Opacity

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

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

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

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

This text has shadow with #E6F6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6BE on black background.


Color preview on white background

This text has color #E6F6BE on white background.



Black color preview on #E6F6BE background

This text has black color on #E6F6BE background.


White color preview on #E6F6BE background

This text has white color on #E6F6BE background.