COLOR #E3FBDC

HEX: #E3FBDC
RGB: (227,251,220)

Color info

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

RGB color model

#E3FBDC color RGB value is (227,251,220).

  • red value is 227;
  • green value is 251;
  • blue value is 220.
RGB:
(227,251,220)
(89%,98%,86%)

RGB channels and saturation

R 227 of 255 = 89%
G 251 of 255 = 98%
B 220 of 255 = 86%

227
251
220

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

Portions of RGB colors in percentages

R + G + B =
227 + 251 + 220 = 698 (100%)
R 227 of 698 ~ 32.52%
G 251 of 698 ~ 35.96%
B 220 of 698 ~ 31.52%

%32.52
%35.96
%31.52

CMYK color model

#E3FBDC color CMYK value is (10,0,12,2).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(10,0,12,2)
C10M0Y12K2 
(10%,0%,12%,2%)
(0.10/0.00/0.12/0.02)	

CMYK percentages

%9.56
%0
%12.35
%1.57

Codes

Color #E3FBDC in popluar color models

E3FBDC
RGB227251220
HSL106°79.49%92.35%
HSB/HSV106°12.35%98.43%
CMYK9.56%0.00%12.35%
1.57%

Color #E3FBDC in popluar number systems.

HEXE3FBDC
Decimal227251220
Binary111000111111101111011100
Octal343373334

Shades and tints

Shades of #E3FBDC

#E3FBDC
(227,251,220)
#CFE5C8
(207,229,200)
#BBCFB4
(187,207,180)
#A7B9A0
(167,185,160)
#93A38C
(147,163,140)
#7F8D78
(127,141,120)
#6B7764
(107,119,100)
#576150
(87,97,80)
#434B3C
(67,75,60)
#2F3528
(47,53,40)
#1B1F14
(27,31,20)
#000000
(0,0,0)

Tints of #E3FBDC

#E3FBDC
(227,251,220)
#E5FBDF
(229,251,223)
#E7FBE2
(231,251,226)
#E9FBE5
(233,251,229)
#EBFBE8
(235,251,232)
#EDFBEB
(237,251,235)
#EFFBEE
(239,251,238)
#F1FBF1
(241,251,241)
#F3FBF4
(243,251,244)
#F5FBF7
(245,251,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FBDC; }

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

This text font color is #E3FBDC.


Background Color

.myBgColor { background-color: #E3FBDC; }

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

This div background color is #E3FBDC.


Border color

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

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

This div border color is #E3FBDC.


Opacity

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

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

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

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

This text has shadow with #E3FBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FBDC on black background.


Color preview on white background

This text has color #E3FBDC on white background.



Black color preview on #E3FBDC background

This text has black color on #E3FBDC background.


White color preview on #E3FBDC background

This text has white color on #E3FBDC background.