COLOR #E6FDD2

HEX: #E6FDD2
RGB: (230,253,210)

Renk bilgisi

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

RGB renk modeli

#E6FDD2 color RGB value is (230,253,210).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 253 of 255 = 99%
B 210 of 255 = 82%

230
253
210

R + G + B ~ 90%. #E6FDD2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 253 + 210 = 693 (100%)
R 230 of 693 ~ 33.19%
G 253 of 693 ~ 36.51%
B 210 of 693 ~ 30.3%

%33.19
%36.51
%30.3

CMYK RENK MODELİ

#E6FDD2 rengi CMYK tonu (9,0,17,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 17.00%
  • ana renk tonu 0.78%
CMYK:
(9,0,17,1)
C9M0Y17K1 
(9%,0%,17%,1%)
(0.09/0.00/0.17/0.01)	

CMYK yüzdeleri

%9.09
%0
%17
%0.78

Codes

Color #E6FDD2 in popluar color models

E6FDD2
RGB230253210
HSL92°91.49%90.78%
HSB/HSV92°17.00%99.22%
CMYK9.09%0.00%17.00%
0.78%

Color #E6FDD2 in popluar number systems.

HEXE6FDD2
Decimal230253210
Binary111001101111110111010010
Octal346375322

Shades and tints

Shades of #E6FDD2

#E6FDD2
(230,253,210)
#D2E6BF
(210,230,191)
#BECFAC
(190,207,172)
#AAB899
(170,184,153)
#96A186
(150,161,134)
#828A73
(130,138,115)
#6E7360
(110,115,96)
#5A5C4D
(90,92,77)
#46453A
(70,69,58)
#322E27
(50,46,39)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6FDD2

#E6FDD2
(230,253,210)
#E8FDD6
(232,253,214)
#EAFDDA
(234,253,218)
#ECFDDE
(236,253,222)
#EEFDE2
(238,253,226)
#F0FDE6
(240,253,230)
#F2FDEA
(242,253,234)
#F4FDEE
(244,253,238)
#F6FDF2
(246,253,242)
#F8FDF6
(248,253,246)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDD2; }

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

This text font color is #E6FDD2.


Background Color

.myBgColor { background-color: #E6FDD2; }

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

This div background color is #E6FDD2.


Border color

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

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

This div border color is #E6FDD2.


Opacity

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

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

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

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

This text has shadow with #E6FDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FDD2 on black background.


Color preview on white background

This text has color #E6FDD2 on white background.



Black color preview on #E6FDD2 background

This text has black color on #E6FDD2 background.


White color preview on #E6FDD2 background

This text has white color on #E6FDD2 background.