COLOR #E6F4CD

HEX: #E6F4CD
RGB: (230,244,205)

Renk bilgisi

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

RGB renk modeli

#E6F4CD color RGB value is (230,244,205).

  • kırmız ton 230;
  • yeşil ton 244;
  • mavi ton 205.
RGB:
(230,244,205)
(90%,96%,80%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 244 of 255 = 96%
B 205 of 255 = 80%

230
244
205

R + G + B ~ 89%. #E6F4CD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 244 + 205 = 679 (100%)
R 230 of 679 ~ 33.87%
G 244 of 679 ~ 35.94%
B 205 of 679 ~ 30.19%

%33.87
%35.94
%30.19

CMYK RENK MODELİ

#E6F4CD rengi CMYK tonu (6,0,16,4).

  • camgöbeği tonu 5.74%
  • eflatun tonu 0.00%
  • sarı tonu 15.98%
  • ana renk tonu 4.31%
CMYK:
(6,0,16,4)
C6M0Y16K4 
(6%,0%,16%,4%)
(0.06/0.00/0.16/0.04)	

CMYK yüzdeleri

%5.74
%0
%15.98
%4.31

Codes

Color #E6F4CD in popluar color models

E6F4CD
RGB230244205
HSL82°63.93%88.04%
HSB/HSV82°15.98%95.69%
CMYK5.74%0.00%15.98%
4.31%

Color #E6F4CD in popluar number systems.

HEXE6F4CD
Decimal230244205
Binary111001101111010011001101
Octal346364315

Shades and tints

Shades of #E6F4CD

#E6F4CD
(230,244,205)
#D2DEBB
(210,222,187)
#BEC8A9
(190,200,169)
#AAB297
(170,178,151)
#969C85
(150,156,133)
#828673
(130,134,115)
#6E7061
(110,112,97)
#5A5A4F
(90,90,79)
#46443D
(70,68,61)
#322E2B
(50,46,43)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6F4CD

#E6F4CD
(230,244,205)
#E8F5D1
(232,245,209)
#EAF6D5
(234,246,213)
#ECF7D9
(236,247,217)
#EEF8DD
(238,248,221)
#F0F9E1
(240,249,225)
#F2FAE5
(242,250,229)
#F4FBE9
(244,251,233)
#F6FCED
(246,252,237)
#F8FDF1
(248,253,241)
#FAFEF5
(250,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4CD color. Also use rgb(230,244,205) instead hex code.

Text Font Color

.myTextColor { color: #E6F4CD; }

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

This text font color is #E6F4CD.


Background Color

.myBgColor { background-color: #E6F4CD; }

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

This div background color is #E6F4CD.


Border color

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

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

This div border color is #E6F4CD.


Opacity

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

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

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

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

This text has shadow with #E6F4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4CD on black background.


Color preview on white background

This text has color #E6F4CD on white background.



Black color preview on #E6F4CD background

This text has black color on #E6F4CD background.


White color preview on #E6F4CD background

This text has white color on #E6F4CD background.