COLOR #E6FBDC

HEX: #E6FBDC RGB: (230,251,220)

Color info

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

RGB color model

#E6FBDC color RGB value is (230,251,220).

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

RGB channels and saturation

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

230
251
220

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

Portions of RGB colors in percentages

R + G + B = 230 + 251 + 220 = 701 (100%)
R 230 of 701 ~ 32.81%
G 251 of 701 ~ 35.81%
B 220 of 701 ~ 31.38'%

%32.81
%35.81
%31.38

CMYK color model

#E6FBDC color CMYK value is (8,0,12,2).

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

CMYK: (8,0,12,2)
C8M0Y12K2 (8%, 0%, 12%, 2%)
(0.08 / 0.00 / 0.12 / 0.02)

CMYK percentages

%8.37
%0
%12.35
%1.57

Codes

Color #E6FBDC in popluar color models

E6 FB DC
RGB 230 251 220
HSL 101° 79.49% 92.35%
HSB/HSV 101° 12.35% 98.43%
CMYK 8.37% 0.00% 12.35%
1.57%

Color #E6FBDC in popluar number systems.

HEX E6 FB DC
Decimal 230 251 220
Binary 11100110 11111011 11011100
Octal 346 373 334

Shades and tints

Shades of #E6FBDC

#E6FBDC
(230,251,220)
#D2E5C8
(210,229,200)
#BECFB4
(190,207,180)
#AAB9A0
(170,185,160)
#96A38C
(150,163,140)
#828D78
(130,141,120)
#6E7764
(110,119,100)
#5A6150
(90,97,80)
#464B3C
(70,75,60)
#323528
(50,53,40)
#1E1F14
(30,31,20)
#000000
(0,0,0)

Tints of #E6FBDC

#E6FBDC
(230,251,220)
#E8FBDF
(232,251,223)
#EAFBE2
(234,251,226)
#ECFBE5
(236,251,229)
#EEFBE8
(238,251,232)
#F0FBEB
(240,251,235)
#F2FBEE
(242,251,238)
#F4FBF1
(244,251,241)
#F6FBF4
(246,251,244)
#F8FBF7
(248,251,247)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FBDC; }

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

This text font color is #E6FBDC.

Background Color

.myBgColor { background-color: #E6FBDC; }

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

This div background color is #E6FBDC.

Border color

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

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

This div border color is #E6FBDC.

Opacity

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

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

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

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

This text has shadow with #E6FBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FBDC.

Preview

Color preview on black background

This text has color #E6FBDC on black background.


Color preview on white background

This text has color #E6FBDC on white background.


Black color preview on #E6FBDC background

This text has black color on #E6FBDC background.


White color preview on #E6FBDC background

This text has white color on #E6FBDC background.


Related colors

Complementary color

Complementary color for #hex is #190423.


I love getcolorcode.com

Triadic colors

1 #DCE6FB and #FBDCE6 with #E6FBDC are triadic colors.

2 #DCFBE6 and #FBE6DC with #E6FBDC are triadic colors.