COLOR #E3DBF6

HEX: #E3DBF6 RGB: (227,219,246)

Color info

#E3DBF6 contains red, green and blue colors in about the same proportion. Web safe color of #E3DBF6 is #CCCCFF (or #CCF).

RGB color model

#E3DBF6 color RGB value is (227,219,246).

RGB: (227,219,246) (89%, 86%, 96%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 246 of 255 = 96%

227
219
246

R + G + B ~ 90%. #E3DBF6 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 246 = 692 (100%)
R 227 of 692 ~ 32.8%
G 219 of 692 ~ 31.65%
B 246 of 692 ~ 35.55'%

%32.8
%31.65
%35.55

CMYK color model

#E3DBF6 color CMYK value is (8,11,0,4).

  • cyan value is 7.72%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (8,11,0,4)
C8M11Y0K4 (8%, 11%, 0%, 4%)
(0.08 / 0.11 / 0.00 / 0.04)

CMYK percentages

%7.72
%10.98
%0
%3.53

Codes

Color #E3DBF6 in popluar color models

E3 DB F6
RGB 227 219 246
HSL 258° 60.00% 91.18%
HSB/HSV 258° 10.98% 96.47%
CMYK 7.72% 10.98% 0.00%
3.53%

Color #E3DBF6 in popluar number systems.

HEX E3 DB F6
Decimal 227 219 246
Binary 11100011 11011011 11110110
Octal 343 333 366

Shades and tints

Shades of #E3DBF6

#E3DBF6
(227,219,246)
#CFC8E0
(207,200,224)
#BBB5CA
(187,181,202)
#A7A2B4
(167,162,180)
#938F9E
(147,143,158)
#7F7C88
(127,124,136)
#6B6972
(107,105,114)
#57565C
(87,86,92)
#434346
(67,67,70)
#2F3030
(47,48,48)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #E3DBF6

#E3DBF6
(227,219,246)
#E5DEF6
(229,222,246)
#E7E1F6
(231,225,246)
#E9E4F6
(233,228,246)
#EBE7F6
(235,231,246)
#EDEAF6
(237,234,246)
#EFEDF6
(239,237,246)
#F1F0F6
(241,240,246)
#F3F3F6
(243,243,246)
#F5F6F6
(245,246,246)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DBF6 color. Also use rgb(227,219,246) instead hex code.

Text Font Color

.myTextColor { color: #E3DBF6; }

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

This text font color is #E3DBF6.

Background Color

.myBgColor { background-color: #E3DBF6; }

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

This div background color is #E3DBF6.

Border color

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

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

This div border color is #E3DBF6.

Opacity

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

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

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

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

This text has shadow with #E3DBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBF6.

Preview

Color preview on black background

This text has color #E3DBF6 on black background.


Color preview on white background

This text has color #E3DBF6 on white background.


Black color preview on #E3DBF6 background

This text has black color on #E3DBF6 background.


White color preview on #E3DBF6 background

This text has white color on #E3DBF6 background.


Related colors

Complementary color

Complementary color for #hex is #1C2409.


I love getcolorcode.com

Triadic colors

1 #F6E3DB and #DBF6E3 with #E3DBF6 are triadic colors.

2 #F6DBE3 and #DBE3F6 with #E3DBF6 are triadic colors.