COLOR #E6FBDB

HEX: #E6FBDB RGB: (230,251,219)

Color info

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

RGB color model

#E6FBDB color RGB value is (230,251,219).

RGB: (230,251,219) (90%, 98%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 219 of 255 = 86%

230
251
219

R + G + B ~ 91%. #E6FBDB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 251 + 219 = 700 (100%)
R 230 of 700 ~ 32.86%
G 251 of 700 ~ 35.86%
B 219 of 700 ~ 31.29'%

%32.86
%35.86
%31.29

CMYK color model

#E6FBDB color CMYK value is (8,0,13,2).

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

CMYK: (8,0,13,2)
C8M0Y13K2 (8%, 0%, 13%, 2%)
(0.08 / 0.00 / 0.13 / 0.02)

CMYK percentages

%8.37
%0
%12.75
%1.57

Codes

Color #E6FBDB in popluar color models

E6 FB DB
RGB 230 251 219
HSL 99° 80.00% 92.16%
HSB/HSV 99° 12.75% 98.43%
CMYK 8.37% 0.00% 12.75%
1.57%

Color #E6FBDB in popluar number systems.

HEX E6 FB DB
Decimal 230 251 219
Binary 11100110 11111011 11011011
Octal 346 373 333

Shades and tints

Shades of #E6FBDB

#E6FBDB
(230,251,219)
#D2E5C8
(210,229,200)
#BECFB5
(190,207,181)
#AAB9A2
(170,185,162)
#96A38F
(150,163,143)
#828D7C
(130,141,124)
#6E7769
(110,119,105)
#5A6156
(90,97,86)
#464B43
(70,75,67)
#323530
(50,53,48)
#1E1F1D
(30,31,29)
#000000
(0,0,0)

Tints of #E6FBDB

#E6FBDB
(230,251,219)
#E8FBDE
(232,251,222)
#EAFBE1
(234,251,225)
#ECFBE4
(236,251,228)
#EEFBE7
(238,251,231)
#F0FBEA
(240,251,234)
#F2FBED
(242,251,237)
#F4FBF0
(244,251,240)
#F6FBF3
(246,251,243)
#F8FBF6
(248,251,246)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBDB; }

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

This text font color is #E6FBDB.

Background Color

.myBgColor { background-color: #E6FBDB; }

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

This div background color is #E6FBDB.

Border color

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

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

This div border color is #E6FBDB.

Opacity

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

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

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

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

This text has shadow with #E6FBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FBDB.

Preview

Color preview on black background

This text has color #E6FBDB on black background.


Color preview on white background

This text has color #E6FBDB on white background.


Black color preview on #E6FBDB background

This text has black color on #E6FBDB background.


White color preview on #E6FBDB background

This text has white color on #E6FBDB background.


Related colors

Complementary color

Complementary color for #hex is #190424.


I love getcolorcode.com

Triadic colors

1 #DBE6FB and #FBDBE6 with #E6FBDB are triadic colors.

2 #DBFBE6 and #FBE6DB with #E6FBDB are triadic colors.