COLOR #E6FBEB

HEX: #E6FBEB RGB: (230,251,235)

Color info

#E6FBEB contains red, green and blue colors in about the same proportion. Web safe color of #E6FBEB is #CCFFFF (or #CFF).

RGB color model

#E6FBEB color RGB value is (230,251,235).

RGB: (230,251,235) (90%, 98%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 235 of 255 = 92%

230
251
235

R + G + B ~ 93%. #E6FBEB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 251 + 235 = 716 (100%)
R 230 of 716 ~ 32.12%
G 251 of 716 ~ 35.06%
B 235 of 716 ~ 32.82'%

%32.12
%35.06
%32.82

CMYK color model

#E6FBEB color CMYK value is (8,0,6,2).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 1.57%

CMYK: (8,0,6,2)
C8M0Y6K2 (8%, 0%, 6%, 2%)
(0.08 / 0.00 / 0.06 / 0.02)

CMYK percentages

%8.37
%0
%6.37
%1.57

Codes

Color #E6FBEB in popluar color models

E6 FB EB
RGB 230 251 235
HSL 134° 72.41% 94.31%
HSB/HSV 134° 8.37% 98.43%
CMYK 8.37% 0.00% 6.37%
1.57%

Color #E6FBEB in popluar number systems.

HEX E6 FB EB
Decimal 230 251 235
Binary 11100110 11111011 11101011
Octal 346 373 353

Shades and tints

Shades of #E6FBEB

#E6FBEB
(230,251,235)
#D2E5D6
(210,229,214)
#BECFC1
(190,207,193)
#AAB9AC
(170,185,172)
#96A397
(150,163,151)
#828D82
(130,141,130)
#6E776D
(110,119,109)
#5A6158
(90,97,88)
#464B43
(70,75,67)
#32352E
(50,53,46)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #E6FBEB

#E6FBEB
(230,251,235)
#E8FBEC
(232,251,236)
#EAFBED
(234,251,237)
#ECFBEE
(236,251,238)
#EEFBEF
(238,251,239)
#F0FBF0
(240,251,240)
#F2FBF1
(242,251,241)
#F4FBF2
(244,251,242)
#F6FBF3
(246,251,243)
#F8FBF4
(248,251,244)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBEB; }

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

This text font color is #E6FBEB.

Background Color

.myBgColor { background-color: #E6FBEB; }

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

This div background color is #E6FBEB.

Border color

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

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

This div border color is #E6FBEB.

Opacity

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

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

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

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

This text has shadow with #E6FBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FBEB.

Preview

Color preview on black background

This text has color #E6FBEB on black background.


Color preview on white background

This text has color #E6FBEB on white background.


Black color preview on #E6FBEB background

This text has black color on #E6FBEB background.


White color preview on #E6FBEB background

This text has white color on #E6FBEB background.


Related colors

Complementary color

Complementary color for #hex is #190414.


I love getcolorcode.com

Triadic colors

1 #EBE6FB and #FBEBE6 with #E6FBEB are triadic colors.

2 #EBFBE6 and #FBE6EB with #E6FBEB are triadic colors.