COLOR #E6F5C0

HEX: #E6F5C0
RGB: (230,245,192)

Renk bilgisi

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

RGB renk modeli

#E6F5C0 color RGB value is (230,245,192).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 245 of 255 = 96%
B 192 of 255 = 75%

230
245
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 245 + 192 = 667 (100%)
R 230 of 667 ~ 34.48%
G 245 of 667 ~ 36.73%
B 192 of 667 ~ 28.79%

%34.48
%36.73
%28.79

CMYK RENK MODELİ

#E6F5C0 rengi CMYK tonu (6,0,22,4).

  • camgöbeği tonu 6.12%
  • eflatun tonu 0.00%
  • sarı tonu 21.63%
  • ana renk tonu 3.92%
CMYK:
(6,0,22,4)
C6M0Y22K4 
(6%,0%,22%,4%)
(0.06/0.00/0.22/0.04)	

CMYK yüzdeleri

%6.12
%0
%21.63
%3.92

Codes

Color #E6F5C0 in popluar color models

E6F5C0
RGB230245192
HSL77°72.60%85.69%
HSB/HSV77°21.63%96.08%
CMYK6.12%0.00%21.63%
3.92%

Color #E6F5C0 in popluar number systems.

HEXE6F5C0
Decimal230245192
Binary111001101111010111000000
Octal346365300

Shades and tints

Shades of #E6F5C0

#E6F5C0
(230,245,192)
#D2DFAF
(210,223,175)
#BEC99E
(190,201,158)
#AAB38D
(170,179,141)
#969D7C
(150,157,124)
#82876B
(130,135,107)
#6E715A
(110,113,90)
#5A5B49
(90,91,73)
#464538
(70,69,56)
#322F27
(50,47,39)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6F5C0

#E6F5C0
(230,245,192)
#E8F5C5
(232,245,197)
#EAF5CA
(234,245,202)
#ECF5CF
(236,245,207)
#EEF5D4
(238,245,212)
#F0F5D9
(240,245,217)
#F2F5DE
(242,245,222)
#F4F5E3
(244,245,227)
#F6F5E8
(246,245,232)
#F8F5ED
(248,245,237)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F5C0 color. Also use rgb(230,245,192) instead hex code.

Text Font Color

.myTextColor { color: #E6F5C0; }

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

This text font color is #E6F5C0.


Background Color

.myBgColor { background-color: #E6F5C0; }

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

This div background color is #E6F5C0.


Border color

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

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

This div border color is #E6F5C0.


Opacity

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

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

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

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

This text has shadow with #E6F5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5C0 on black background.


Color preview on white background

This text has color #E6F5C0 on white background.



Black color preview on #E6F5C0 background

This text has black color on #E6F5C0 background.


White color preview on #E6F5C0 background

This text has white color on #E6F5C0 background.