COLOR #E6FBC8

HEX: #E6FBC8
RGB: (230,251,200)

Color info

#E6FBC8 contains red, green and blue colors in about the same proportion. Web safe color of #E6FBC8 is #CCFFCC (or #CFC).

RGB color model

#E6FBC8 color RGB value is (230,251,200).

  • red value is 230;
  • green value is 251;
  • blue value is 200.
RGB:
(230,251,200)
(90%,98%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 200 of 255 = 78%

230
251
200

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

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 200 = 681 (100%)
R 230 of 681 ~ 33.77%
G 251 of 681 ~ 36.86%
B 200 of 681 ~ 29.37%

%33.77
%36.86
%29.37

CMYK color model

#E6FBC8 color CMYK value is (8,0,20,2).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(8,0,20,2)
C8M0Y20K2 
(8%,0%,20%,2%)
(0.08/0.00/0.20/0.02)	

CMYK percentages

%8.37
%0
%20.32
%1.57

Codes

Color #E6FBC8 in popluar color models

E6FBC8
RGB230251200
HSL85°86.44%88.43%
HSB/HSV85°20.32%98.43%
CMYK8.37%0.00%20.32%
1.57%

Color #E6FBC8 in popluar number systems.

HEXE6FBC8
Decimal230251200
Binary111001101111101111001000
Octal346373310

Shades and tints

Shades of #E6FBC8

#E6FBC8
(230,251,200)
#D2E5B6
(210,229,182)
#BECFA4
(190,207,164)
#AAB992
(170,185,146)
#96A380
(150,163,128)
#828D6E
(130,141,110)
#6E775C
(110,119,92)
#5A614A
(90,97,74)
#464B38
(70,75,56)
#323526
(50,53,38)
#1E1F14
(30,31,20)
#000000
(0,0,0)

Tints of #E6FBC8

#E6FBC8
(230,251,200)
#E8FBCD
(232,251,205)
#EAFBD2
(234,251,210)
#ECFBD7
(236,251,215)
#EEFBDC
(238,251,220)
#F0FBE1
(240,251,225)
#F2FBE6
(242,251,230)
#F4FBEB
(244,251,235)
#F6FBF0
(246,251,240)
#F8FBF5
(248,251,245)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBC8; }

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

This text font color is #E6FBC8.


Background Color

.myBgColor { background-color: #E6FBC8; }

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

This div background color is #E6FBC8.


Border color

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

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

This div border color is #E6FBC8.


Opacity

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

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

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

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

This text has shadow with #E6FBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBC8 on black background.


Color preview on white background

This text has color #E6FBC8 on white background.



Black color preview on #E6FBC8 background

This text has black color on #E6FBC8 background.


White color preview on #E6FBC8 background

This text has white color on #E6FBC8 background.