COLOR #E6FBCC

HEX: #E6FBCC
RGB: (230,251,204)

Color info

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

RGB color model

#E6FBCC color RGB value is (230,251,204).

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

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 204 of 255 = 80%

230
251
204

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

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 204 = 685 (100%)
R 230 of 685 ~ 33.58%
G 251 of 685 ~ 36.64%
B 204 of 685 ~ 29.78%

%33.58
%36.64
%29.78

CMYK color model

#E6FBCC color CMYK value is (8,0,19,2).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK:
(8,0,19,2)
C8M0Y19K2 
(8%,0%,19%,2%)
(0.08/0.00/0.19/0.02)	

CMYK percentages

%8.37
%0
%18.73
%1.57

Codes

Color #E6FBCC in popluar color models

E6FBCC
RGB230251204
HSL87°85.45%89.22%
HSB/HSV87°18.73%98.43%
CMYK8.37%0.00%18.73%
1.57%

Color #E6FBCC in popluar number systems.

HEXE6FBCC
Decimal230251204
Binary111001101111101111001100
Octal346373314

Shades and tints

Shades of #E6FBCC

#E6FBCC
(230,251,204)
#D2E5BA
(210,229,186)
#BECFA8
(190,207,168)
#AAB996
(170,185,150)
#96A384
(150,163,132)
#828D72
(130,141,114)
#6E7760
(110,119,96)
#5A614E
(90,97,78)
#464B3C
(70,75,60)
#32352A
(50,53,42)
#1E1F18
(30,31,24)
#000000
(0,0,0)

Tints of #E6FBCC

#E6FBCC
(230,251,204)
#E8FBD0
(232,251,208)
#EAFBD4
(234,251,212)
#ECFBD8
(236,251,216)
#EEFBDC
(238,251,220)
#F0FBE0
(240,251,224)
#F2FBE4
(242,251,228)
#F4FBE8
(244,251,232)
#F6FBEC
(246,251,236)
#F8FBF0
(248,251,240)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBCC; }

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

This text font color is #E6FBCC.


Background Color

.myBgColor { background-color: #E6FBCC; }

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

This div background color is #E6FBCC.


Border color

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

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

This div border color is #E6FBCC.


Opacity

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

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

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

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

This text has shadow with #E6FBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBCC on black background.


Color preview on white background

This text has color #E6FBCC on white background.



Black color preview on #E6FBCC background

This text has black color on #E6FBCC background.


White color preview on #E6FBCC background

This text has white color on #E6FBCC background.