COLOR #E6FBD6

HEX: #E6FBD6
RGB: (230,251,214)

Renk bilgisi

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

RGB renk modeli

#E6FBD6 color RGB value is (230,251,214).

  • kırmız ton 230;
  • yeşil ton 251;
  • mavi ton 214.
RGB:
(230,251,214)
(90%,98%,84%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 251 of 255 = 98%
B 214 of 255 = 84%

230
251
214

R + G + B ~ 91%. #E6FBD6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 251 + 214 = 695 (100%)
R 230 of 695 ~ 33.09%
G 251 of 695 ~ 36.12%
B 214 of 695 ~ 30.79%

%33.09
%36.12
%30.79

CMYK RENK MODELİ

#E6FBD6 rengi CMYK tonu (8,0,15,2).

  • camgöbeği tonu 8.37%
  • eflatun tonu 0.00%
  • sarı tonu 14.74%
  • ana renk tonu 1.57%
CMYK:
(8,0,15,2)
C8M0Y15K2 
(8%,0%,15%,2%)
(0.08/0.00/0.15/0.02)	

CMYK yüzdeleri

%8.37
%0
%14.74
%1.57

Codes

Color #E6FBD6 in popluar color models

E6FBD6
RGB230251214
HSL94°82.22%91.18%
HSB/HSV94°14.74%98.43%
CMYK8.37%0.00%14.74%
1.57%

Color #E6FBD6 in popluar number systems.

HEXE6FBD6
Decimal230251214
Binary111001101111101111010110
Octal346373326

Shades and tints

Shades of #E6FBD6

#E6FBD6
(230,251,214)
#D2E5C3
(210,229,195)
#BECFB0
(190,207,176)
#AAB99D
(170,185,157)
#96A38A
(150,163,138)
#828D77
(130,141,119)
#6E7764
(110,119,100)
#5A6151
(90,97,81)
#464B3E
(70,75,62)
#32352B
(50,53,43)
#1E1F18
(30,31,24)
#000000
(0,0,0)

Tints of #E6FBD6

#E6FBD6
(230,251,214)
#E8FBD9
(232,251,217)
#EAFBDC
(234,251,220)
#ECFBDF
(236,251,223)
#EEFBE2
(238,251,226)
#F0FBE5
(240,251,229)
#F2FBE8
(242,251,232)
#F4FBEB
(244,251,235)
#F6FBEE
(246,251,238)
#F8FBF1
(248,251,241)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FBD6 color. Also use rgb(230,251,214) instead hex code.

Text Font Color

.myTextColor { color: #E6FBD6; }

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

This text font color is #E6FBD6.


Background Color

.myBgColor { background-color: #E6FBD6; }

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

This div background color is #E6FBD6.


Border color

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

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

This div border color is #E6FBD6.


Opacity

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

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

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

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

This text has shadow with #E6FBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBD6 on black background.


Color preview on white background

This text has color #E6FBD6 on white background.



Black color preview on #E6FBD6 background

This text has black color on #E6FBD6 background.


White color preview on #E6FBD6 background

This text has white color on #E6FBD6 background.