COLOR #E6F1BB

HEX: #E6F1BB
RGB: (230,241,187)

Color info

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

RGB color model

#E6F1BB color RGB value is (230,241,187).

  • red value is 230;
  • green value is 241;
  • blue value is 187.
RGB:
(230,241,187)
(90%,95%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 187 of 255 = 73%

230
241
187

R + G + B ~ 86%. #E6F1BB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 241 + 187 = 658 (100%)
R 230 of 658 ~ 34.95%
G 241 of 658 ~ 36.63%
B 187 of 658 ~ 28.42%

%34.95
%36.63
%28.42

CMYK color model

#E6F1BB color CMYK value is (5,0,22,5).

  • cyan value is 4.56%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(5,0,22,5)
C5M0Y22K5 
(5%,0%,22%,5%)
(0.05/0.00/0.22/0.05)	

CMYK percentages

%4.56
%0
%22.41
%5.49

Codes

Color #E6F1BB in popluar color models

E6F1BB
RGB230241187
HSL72°65.85%83.92%
HSB/HSV72°22.41%94.51%
CMYK4.56%0.00%22.41%
5.49%

Color #E6F1BB in popluar number systems.

HEXE6F1BB
Decimal230241187
Binary111001101111000110111011
Octal346361273

Shades and tints

Shades of #E6F1BB

#E6F1BB
(230,241,187)
#D2DCAA
(210,220,170)
#BEC799
(190,199,153)
#AAB288
(170,178,136)
#969D77
(150,157,119)
#828866
(130,136,102)
#6E7355
(110,115,85)
#5A5E44
(90,94,68)
#464933
(70,73,51)
#323422
(50,52,34)
#1E1F11
(30,31,17)
#000000
(0,0,0)

Tints of #E6F1BB

#E6F1BB
(230,241,187)
#E8F2C1
(232,242,193)
#EAF3C7
(234,243,199)
#ECF4CD
(236,244,205)
#EEF5D3
(238,245,211)
#F0F6D9
(240,246,217)
#F2F7DF
(242,247,223)
#F4F8E5
(244,248,229)
#F6F9EB
(246,249,235)
#F8FAF1
(248,250,241)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F1BB color. Also use rgb(230,241,187) instead hex code.

Text Font Color

.myTextColor { color: #E6F1BB; }

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

This text font color is #E6F1BB.


Background Color

.myBgColor { background-color: #E6F1BB; }

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

This div background color is #E6F1BB.


Border color

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

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

This div border color is #E6F1BB.


Opacity

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

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

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

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

This text has shadow with #E6F1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1BB on black background.


Color preview on white background

This text has color #E6F1BB on white background.



Black color preview on #E6F1BB background

This text has black color on #E6F1BB background.


White color preview on #E6F1BB background

This text has white color on #E6F1BB background.