COLOR #E6F5C4

HEX: #E6F5C4
RGB: (230,245,196)

Renk bilgisi

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

RGB renk modeli

#E6F5C4 color RGB value is (230,245,196).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 245 of 255 = 96%
B 196 of 255 = 77%

230
245
196

R + G + B ~ 88%. #E6F5C4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 245 + 196 = 671 (100%)
R 230 of 671 ~ 34.28%
G 245 of 671 ~ 36.51%
B 196 of 671 ~ 29.21%

%34.28
%36.51
%29.21

CMYK RENK MODELİ

#E6F5C4 rengi CMYK tonu (6,0,20,4).

  • camgöbeği tonu 6.12%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 3.92%
CMYK:
(6,0,20,4)
C6M0Y20K4 
(6%,0%,20%,4%)
(0.06/0.00/0.20/0.04)	

CMYK yüzdeleri

%6.12
%0
%20
%3.92

Codes

Color #E6F5C4 in popluar color models

E6F5C4
RGB230245196
HSL78°71.01%86.47%
HSB/HSV78°20.00%96.08%
CMYK6.12%0.00%20.00%
3.92%

Color #E6F5C4 in popluar number systems.

HEXE6F5C4
Decimal230245196
Binary111001101111010111000100
Octal346365304

Shades and tints

Shades of #E6F5C4

#E6F5C4
(230,245,196)
#D2DFB3
(210,223,179)
#BEC9A2
(190,201,162)
#AAB391
(170,179,145)
#969D80
(150,157,128)
#82876F
(130,135,111)
#6E715E
(110,113,94)
#5A5B4D
(90,91,77)
#46453C
(70,69,60)
#322F2B
(50,47,43)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6F5C4

#E6F5C4
(230,245,196)
#E8F5C9
(232,245,201)
#EAF5CE
(234,245,206)
#ECF5D3
(236,245,211)
#EEF5D8
(238,245,216)
#F0F5DD
(240,245,221)
#F2F5E2
(242,245,226)
#F4F5E7
(244,245,231)
#F6F5EC
(246,245,236)
#F8F5F1
(248,245,241)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5C4; }

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

This text font color is #E6F5C4.


Background Color

.myBgColor { background-color: #E6F5C4; }

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

This div background color is #E6F5C4.


Border color

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

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

This div border color is #E6F5C4.


Opacity

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

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

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

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

This text has shadow with #E6F5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5C4 on black background.


Color preview on white background

This text has color #E6F5C4 on white background.



Black color preview on #E6F5C4 background

This text has black color on #E6F5C4 background.


White color preview on #E6F5C4 background

This text has white color on #E6F5C4 background.