COLOR #E6F6B5

HEX: #E6F6B5
RGB: (230,246,181)

Renk bilgisi

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

RGB renk modeli

#E6F6B5 color RGB value is (230,246,181).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 246 of 255 = 96%
B 181 of 255 = 71%

230
246
181

R + G + B ~ 86%. #E6F6B5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 246 + 181 = 657 (100%)
R 230 of 657 ~ 35.01%
G 246 of 657 ~ 37.44%
B 181 of 657 ~ 27.55%

%35.01
%37.44
%27.55

CMYK RENK MODELİ

#E6F6B5 rengi CMYK tonu (7,0,26,4).

  • camgöbeği tonu 6.50%
  • eflatun tonu 0.00%
  • sarı tonu 26.42%
  • ana renk tonu 3.53%
CMYK:
(7,0,26,4)
C7M0Y26K4 
(7%,0%,26%,4%)
(0.07/0.00/0.26/0.04)	

CMYK yüzdeleri

%6.5
%0
%26.42
%3.53

Codes

Color #E6F6B5 in popluar color models

E6F6B5
RGB230246181
HSL75°78.31%83.73%
HSB/HSV75°26.42%96.47%
CMYK6.50%0.00%26.42%
3.53%

Color #E6F6B5 in popluar number systems.

HEXE6F6B5
Decimal230246181
Binary111001101111011010110101
Octal346366265

Shades and tints

Shades of #E6F6B5

#E6F6B5
(230,246,181)
#D2E0A5
(210,224,165)
#BECA95
(190,202,149)
#AAB485
(170,180,133)
#969E75
(150,158,117)
#828865
(130,136,101)
#6E7255
(110,114,85)
#5A5C45
(90,92,69)
#464635
(70,70,53)
#323025
(50,48,37)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6F6B5

#E6F6B5
(230,246,181)
#E8F6BB
(232,246,187)
#EAF6C1
(234,246,193)
#ECF6C7
(236,246,199)
#EEF6CD
(238,246,205)
#F0F6D3
(240,246,211)
#F2F6D9
(242,246,217)
#F4F6DF
(244,246,223)
#F6F6E5
(246,246,229)
#F8F6EB
(248,246,235)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6B5; }

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

This text font color is #E6F6B5.


Background Color

.myBgColor { background-color: #E6F6B5; }

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

This div background color is #E6F6B5.


Border color

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

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

This div border color is #E6F6B5.


Opacity

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

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

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

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

This text has shadow with #E6F6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6B5 on black background.


Color preview on white background

This text has color #E6F6B5 on white background.



Black color preview on #E6F6B5 background

This text has black color on #E6F6B5 background.


White color preview on #E6F6B5 background

This text has white color on #E6F6B5 background.