COLOR #E3D0F3

HEX: #E3D0F3
RGB: (227,208,243)

Color info

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

RGB color model

#E3D0F3 color RGB value is (227,208,243).

  • red value is 227;
  • green value is 208;
  • blue value is 243.
RGB:
(227,208,243)
(89%,82%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 208 of 255 = 82%
B 243 of 255 = 95%

227
208
243

R + G + B ~ 89%. #E3D0F3 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 208 + 243 = 678 (100%)
R 227 of 678 ~ 33.48%
G 208 of 678 ~ 30.68%
B 243 of 678 ~ 35.84%

%33.48
%30.68
%35.84

CMYK color model

#E3D0F3 color CMYK value is (7,14,0,5).

  • cyan value is 6.58%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(7,14,0,5)
C7M14Y0K5 
(7%,14%,0%,5%)
(0.07/0.14/0.00/0.05)	

CMYK percentages

%6.58
%14.4
%0
%4.71

Codes

Color #E3D0F3 in popluar color models

E3D0F3
RGB227208243
HSL273°59.32%88.43%
HSB/HSV273°14.40%95.29%
CMYK6.58%14.40%0.00%
4.71%

Color #E3D0F3 in popluar number systems.

HEXE3D0F3
Decimal227208243
Binary111000111101000011110011
Octal343320363

Shades and tints

Shades of #E3D0F3

#E3D0F3
(227,208,243)
#CFBEDD
(207,190,221)
#BBACC7
(187,172,199)
#A79AB1
(167,154,177)
#93889B
(147,136,155)
#7F7685
(127,118,133)
#6B646F
(107,100,111)
#575259
(87,82,89)
#434043
(67,64,67)
#2F2E2D
(47,46,45)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #E3D0F3

#E3D0F3
(227,208,243)
#E5D4F4
(229,212,244)
#E7D8F5
(231,216,245)
#E9DCF6
(233,220,246)
#EBE0F7
(235,224,247)
#EDE4F8
(237,228,248)
#EFE8F9
(239,232,249)
#F1ECFA
(241,236,250)
#F3F0FB
(243,240,251)
#F5F4FC
(245,244,252)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D0F3 color. Also use rgb(227,208,243) instead hex code.

Text Font Color

.myTextColor { color: #E3D0F3; }

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

This text font color is #E3D0F3.


Background Color

.myBgColor { background-color: #E3D0F3; }

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

This div background color is #E3D0F3.


Border color

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

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

This div border color is #E3D0F3.


Opacity

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

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

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

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

This text has shadow with #E3D0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D0F3 on black background.


Color preview on white background

This text has color #E3D0F3 on white background.



Black color preview on #E3D0F3 background

This text has black color on #E3D0F3 background.


White color preview on #E3D0F3 background

This text has white color on #E3D0F3 background.