COLOR #E6FCBA

HEX: #E6FCBA
RGB: (230,252,186)

Renk bilgisi

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

RGB renk modeli

#E6FCBA color RGB value is (230,252,186).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 252 of 255 = 99%
B 186 of 255 = 73%

230
252
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 252 + 186 = 668 (100%)
R 230 of 668 ~ 34.43%
G 252 of 668 ~ 37.72%
B 186 of 668 ~ 27.84%

%34.43
%37.72
%27.84

CMYK RENK MODELİ

#E6FCBA rengi CMYK tonu (9,0,26,1).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 26.19%
  • ana renk tonu 1.18%
CMYK:
(9,0,26,1)
C9M0Y26K1 
(9%,0%,26%,1%)
(0.09/0.00/0.26/0.01)	

CMYK yüzdeleri

%8.73
%0
%26.19
%1.18

Codes

Color #E6FCBA in popluar color models

E6FCBA
RGB230252186
HSL80°91.67%85.88%
HSB/HSV80°26.19%98.82%
CMYK8.73%0.00%26.19%
1.18%

Color #E6FCBA in popluar number systems.

HEXE6FCBA
Decimal230252186
Binary111001101111110010111010
Octal346374272

Shades and tints

Shades of #E6FCBA

#E6FCBA
(230,252,186)
#D2E6AA
(210,230,170)
#BED09A
(190,208,154)
#AABA8A
(170,186,138)
#96A47A
(150,164,122)
#828E6A
(130,142,106)
#6E785A
(110,120,90)
#5A624A
(90,98,74)
#464C3A
(70,76,58)
#32362A
(50,54,42)
#1E201A
(30,32,26)
#000000
(0,0,0)

Tints of #E6FCBA

#E6FCBA
(230,252,186)
#E8FCC0
(232,252,192)
#EAFCC6
(234,252,198)
#ECFCCC
(236,252,204)
#EEFCD2
(238,252,210)
#F0FCD8
(240,252,216)
#F2FCDE
(242,252,222)
#F4FCE4
(244,252,228)
#F6FCEA
(246,252,234)
#F8FCF0
(248,252,240)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCBA; }

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

This text font color is #E6FCBA.


Background Color

.myBgColor { background-color: #E6FCBA; }

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

This div background color is #E6FCBA.


Border color

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

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

This div border color is #E6FCBA.


Opacity

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

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

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

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

This text has shadow with #E6FCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCBA on black background.


Color preview on white background

This text has color #E6FCBA on white background.



Black color preview on #E6FCBA background

This text has black color on #E6FCBA background.


White color preview on #E6FCBA background

This text has white color on #E6FCBA background.