COLOR #E6DCF3

HEX: #E6DCF3
RGB: (230,220,243)

Color info

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

RGB color model

#E6DCF3 color RGB value is (230,220,243).

  • red value is 230;
  • green value is 220;
  • blue value is 243.
RGB:
(230,220,243)
(90%,86%,95%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 243 of 255 = 95%

230
220
243

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

Portions of RGB colors in percentages

R + G + B =
230 + 220 + 243 = 693 (100%)
R 230 of 693 ~ 33.19%
G 220 of 693 ~ 31.75%
B 243 of 693 ~ 35.06%

%33.19
%31.75
%35.06

CMYK color model

#E6DCF3 color CMYK value is (5,9,0,5).

  • cyan value is 5.35%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,9,0,5)
C5M9Y0K5 
(5%,9%,0%,5%)
(0.05/0.09/0.00/0.05)	

CMYK percentages

%5.35
%9.47
%0
%4.71

Codes

Color #E6DCF3 in popluar color models

E6DCF3
RGB230220243
HSL266°48.94%90.78%
HSB/HSV266°9.47%95.29%
CMYK5.35%9.47%0.00%
4.71%

Color #E6DCF3 in popluar number systems.

HEXE6DCF3
Decimal230220243
Binary111001101101110011110011
Octal346334363

Shades and tints

Shades of #E6DCF3

#E6DCF3
(230,220,243)
#D2C8DD
(210,200,221)
#BEB4C7
(190,180,199)
#AAA0B1
(170,160,177)
#968C9B
(150,140,155)
#827885
(130,120,133)
#6E646F
(110,100,111)
#5A5059
(90,80,89)
#463C43
(70,60,67)
#32282D
(50,40,45)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E6DCF3

#E6DCF3
(230,220,243)
#E8DFF4
(232,223,244)
#EAE2F5
(234,226,245)
#ECE5F6
(236,229,246)
#EEE8F7
(238,232,247)
#F0EBF8
(240,235,248)
#F2EEF9
(242,238,249)
#F4F1FA
(244,241,250)
#F6F4FB
(246,244,251)
#F8F7FC
(248,247,252)
#FAFAFD
(250,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCF3; }

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

This text font color is #E6DCF3.


Background Color

.myBgColor { background-color: #E6DCF3; }

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

This div background color is #E6DCF3.


Border color

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

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

This div border color is #E6DCF3.


Opacity

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

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

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

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

This text has shadow with #E6DCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DCF3 on black background.


Color preview on white background

This text has color #E6DCF3 on white background.



Black color preview on #E6DCF3 background

This text has black color on #E6DCF3 background.


White color preview on #E6DCF3 background

This text has white color on #E6DCF3 background.