COLOR #E6FDC5

HEX: #E6FDC5
RGB: (230,253,197)

Renk bilgisi

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

RGB renk modeli

#E6FDC5 color RGB value is (230,253,197).

  • kırmız ton 230;
  • yeşil ton 253;
  • mavi ton 197.
RGB:
(230,253,197)
(90%,99%,77%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 253 of 255 = 99%
B 197 of 255 = 77%

230
253
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 253 + 197 = 680 (100%)
R 230 of 680 ~ 33.82%
G 253 of 680 ~ 37.21%
B 197 of 680 ~ 28.97%

%33.82
%37.21
%28.97

CMYK RENK MODELİ

#E6FDC5 rengi CMYK tonu (9,0,22,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 22.13%
  • ana renk tonu 0.78%
CMYK:
(9,0,22,1)
C9M0Y22K1 
(9%,0%,22%,1%)
(0.09/0.00/0.22/0.01)	

CMYK yüzdeleri

%9.09
%0
%22.13
%0.78

Codes

Color #E6FDC5 in popluar color models

E6FDC5
RGB230253197
HSL85°93.33%88.24%
HSB/HSV85°22.13%99.22%
CMYK9.09%0.00%22.13%
0.78%

Color #E6FDC5 in popluar number systems.

HEXE6FDC5
Decimal230253197
Binary111001101111110111000101
Octal346375305

Shades and tints

Shades of #E6FDC5

#E6FDC5
(230,253,197)
#D2E6B4
(210,230,180)
#BECFA3
(190,207,163)
#AAB892
(170,184,146)
#96A181
(150,161,129)
#828A70
(130,138,112)
#6E735F
(110,115,95)
#5A5C4E
(90,92,78)
#46453D
(70,69,61)
#322E2C
(50,46,44)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6FDC5

#E6FDC5
(230,253,197)
#E8FDCA
(232,253,202)
#EAFDCF
(234,253,207)
#ECFDD4
(236,253,212)
#EEFDD9
(238,253,217)
#F0FDDE
(240,253,222)
#F2FDE3
(242,253,227)
#F4FDE8
(244,253,232)
#F6FDED
(246,253,237)
#F8FDF2
(248,253,242)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FDC5 color. Also use rgb(230,253,197) instead hex code.

Text Font Color

.myTextColor { color: #E6FDC5; }

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

This text font color is #E6FDC5.


Background Color

.myBgColor { background-color: #E6FDC5; }

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

This div background color is #E6FDC5.


Border color

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

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

This div border color is #E6FDC5.


Opacity

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

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

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

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

This text has shadow with #E6FDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FDC5 on black background.


Color preview on white background

This text has color #E6FDC5 on white background.



Black color preview on #E6FDC5 background

This text has black color on #E6FDC5 background.


White color preview on #E6FDC5 background

This text has white color on #E6FDC5 background.