COLOR #E6FCA5

HEX: #E6FCA5
RGB: (230,252,165)

Renk bilgisi

#E6FCA5 contains mainly red and green colors. #E6FCA5 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#E6FCA5 color RGB value is (230,252,165).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 252 of 255 = 99%
B 165 of 255 = 65%

230
252
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 252 + 165 = 647 (100%)
R 230 of 647 ~ 35.55%
G 252 of 647 ~ 38.95%
B 165 of 647 ~ 25.5%

%35.55
%38.95
%25.5

CMYK RENK MODELİ

#E6FCA5 rengi CMYK tonu (9,0,35,1).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 34.52%
  • ana renk tonu 1.18%
CMYK:
(9,0,35,1)
C9M0Y35K1 
(9%,0%,35%,1%)
(0.09/0.00/0.35/0.01)	

CMYK yüzdeleri

%8.73
%0
%34.52
%1.18

Codes

Color #E6FCA5 in popluar color models

E6FCA5
RGB230252165
HSL75°93.55%81.76%
HSB/HSV75°34.52%98.82%
CMYK8.73%0.00%34.52%
1.18%

Color #E6FCA5 in popluar number systems.

HEXE6FCA5
Decimal230252165
Binary111001101111110010100101
Octal346374245

Shades and tints

Shades of #E6FCA5

#E6FCA5
(230,252,165)
#D2E696
(210,230,150)
#BED087
(190,208,135)
#AABA78
(170,186,120)
#96A469
(150,164,105)
#828E5A
(130,142,90)
#6E784B
(110,120,75)
#5A623C
(90,98,60)
#464C2D
(70,76,45)
#32361E
(50,54,30)
#1E200F
(30,32,15)
#000000
(0,0,0)

Tints of #E6FCA5

#E6FCA5
(230,252,165)
#E8FCAD
(232,252,173)
#EAFCB5
(234,252,181)
#ECFCBD
(236,252,189)
#EEFCC5
(238,252,197)
#F0FCCD
(240,252,205)
#F2FCD5
(242,252,213)
#F4FCDD
(244,252,221)
#F6FCE5
(246,252,229)
#F8FCED
(248,252,237)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCA5; }

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

This text font color is #E6FCA5.


Background Color

.myBgColor { background-color: #E6FCA5; }

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

This div background color is #E6FCA5.


Border color

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

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

This div border color is #E6FCA5.


Opacity

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

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

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

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

This text has shadow with #E6FCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCA5 on black background.


Color preview on white background

This text has color #E6FCA5 on white background.



Black color preview on #E6FCA5 background

This text has black color on #E6FCA5 background.


White color preview on #E6FCA5 background

This text has white color on #E6FCA5 background.