COLOR #E3DBEF

HEX: #E3DBEF RGB: (227,219,239)

Color info

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

RGB color model

#E3DBEF color RGB value is (227,219,239).

RGB: (227,219,239) (89%, 86%, 94%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 239 of 255 = 94%

227
219
239

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

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 239 = 685 (100%)
R 227 of 685 ~ 33.14%
G 219 of 685 ~ 31.97%
B 239 of 685 ~ 34.89'%

%33.14
%31.97
%34.89

CMYK color model

#E3DBEF color CMYK value is (5,8,0,6).

  • cyan value is 5.02%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,8,0,6)
C5M8Y0K6 (5%, 8%, 0%, 6%)
(0.05 / 0.08 / 0.00 / 0.06)

CMYK percentages

%5.02
%8.37
%0
%6.27

Codes

Color #E3DBEF in popluar color models

E3 DB EF
RGB 227 219 239
HSL 264° 38.46% 89.80%
HSB/HSV 264° 8.37% 93.73%
CMYK 5.02% 8.37% 0.00%
6.27%

Color #E3DBEF in popluar number systems.

HEX E3 DB EF
Decimal 227 219 239
Binary 11100011 11011011 11101111
Octal 343 333 357

Shades and tints

Shades of #E3DBEF

#E3DBEF
(227,219,239)
#CFC8DA
(207,200,218)
#BBB5C5
(187,181,197)
#A7A2B0
(167,162,176)
#938F9B
(147,143,155)
#7F7C86
(127,124,134)
#6B6971
(107,105,113)
#57565C
(87,86,92)
#434347
(67,67,71)
#2F3032
(47,48,50)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #E3DBEF

#E3DBEF
(227,219,239)
#E5DEF0
(229,222,240)
#E7E1F1
(231,225,241)
#E9E4F2
(233,228,242)
#EBE7F3
(235,231,243)
#EDEAF4
(237,234,244)
#EFEDF5
(239,237,245)
#F1F0F6
(241,240,246)
#F3F3F7
(243,243,247)
#F5F6F8
(245,246,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBEF; }

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

This text font color is #E3DBEF.

Background Color

.myBgColor { background-color: #E3DBEF; }

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

This div background color is #E3DBEF.

Border color

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

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

This div border color is #E3DBEF.

Opacity

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

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

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

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

This text has shadow with #E3DBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBEF.

Preview

Color preview on black background

This text has color #E3DBEF on black background.


Color preview on white background

This text has color #E3DBEF on white background.


Black color preview on #E3DBEF background

This text has black color on #E3DBEF background.


White color preview on #E3DBEF background

This text has white color on #E3DBEF background.


Related colors

Complementary color

Complementary color for #hex is #1C2410.


I love getcolorcode.com

Triadic colors

1 #EFE3DB and #DBEFE3 with #E3DBEF are triadic colors.

2 #EFDBE3 and #DBE3EF with #E3DBEF are triadic colors.