COLOR #E6F0B8

HEX: #E6F0B8
RGB: (230,240,184)

Color info

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

RGB color model

#E6F0B8 color RGB value is (230,240,184).

  • red value is 230;
  • green value is 240;
  • blue value is 184.
RGB:
(230,240,184)
(90%,94%,72%)

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 184 of 255 = 72%

230
240
184

R + G + B ~ 85%. #E6F0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 184 = 654 (100%)
R 230 of 654 ~ 35.17%
G 240 of 654 ~ 36.7%
B 184 of 654 ~ 28.13%

%35.17
%36.7
%28.13

CMYK color model

#E6F0B8 color CMYK value is (4,0,23,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(4,0,23,6)
C4M0Y23K6 
(4%,0%,23%,6%)
(0.04/0.00/0.23/0.06)	

CMYK percentages

%4.17
%0
%23.33
%5.88

Codes

Color #E6F0B8 in popluar color models

E6F0B8
RGB230240184
HSL71°65.12%83.14%
HSB/HSV71°23.33%94.12%
CMYK4.17%0.00%23.33%
5.88%

Color #E6F0B8 in popluar number systems.

HEXE6F0B8
Decimal230240184
Binary111001101111000010111000
Octal346360270

Shades and tints

Shades of #E6F0B8

#E6F0B8
(230,240,184)
#D2DBA8
(210,219,168)
#BEC698
(190,198,152)
#AAB188
(170,177,136)
#969C78
(150,156,120)
#828768
(130,135,104)
#6E7258
(110,114,88)
#5A5D48
(90,93,72)
#464838
(70,72,56)
#323328
(50,51,40)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #E6F0B8

#E6F0B8
(230,240,184)
#E8F1BE
(232,241,190)
#EAF2C4
(234,242,196)
#ECF3CA
(236,243,202)
#EEF4D0
(238,244,208)
#F0F5D6
(240,245,214)
#F2F6DC
(242,246,220)
#F4F7E2
(244,247,226)
#F6F8E8
(246,248,232)
#F8F9EE
(248,249,238)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F0B8 color. Also use rgb(230,240,184) instead hex code.

Text Font Color

.myTextColor { color: #E6F0B8; }

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

This text font color is #E6F0B8.


Background Color

.myBgColor { background-color: #E6F0B8; }

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

This div background color is #E6F0B8.


Border color

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

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

This div border color is #E6F0B8.


Opacity

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

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

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

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

This text has shadow with #E6F0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0B8 on black background.


Color preview on white background

This text has color #E6F0B8 on white background.



Black color preview on #E6F0B8 background

This text has black color on #E6F0B8 background.


White color preview on #E6F0B8 background

This text has white color on #E6F0B8 background.