COLOR #E3BFDD

HEX: #E3BFDD RGB: (227,191,221)

Color info

#E3BFDD contains red, green and blue colors in about the same proportion. Web safe color of #E3BFDD is #CCCCCC (or #CCC).

RGB color model

#E3BFDD color RGB value is (227,191,221).

RGB: (227,191,221) (89%, 75%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 221 of 255 = 87%

227
191
221

R + G + B ~ 84%. #E3BFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 191 + 221 = 639 (100%)
R 227 of 639 ~ 35.52%
G 191 of 639 ~ 29.89%
B 221 of 639 ~ 34.59'%

%35.52
%29.89
%34.59

CMYK color model

#E3BFDD color CMYK value is (0,16,3,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (0,16,3,11)
C0M16Y3K11 (0%, 16%, 3%, 11%)
(0.00 / 0.16 / 0.03 / 0.11)

CMYK percentages

%0
%15.86
%2.64
%10.98

Codes

Color #E3BFDD in popluar color models

E3 BF DD
RGB 227 191 221
HSL 310° 39.13% 81.96%
HSB/HSV 310° 15.86% 89.02%
CMYK 0.00% 15.86% 2.64%
10.98%

Color #E3BFDD in popluar number systems.

HEX E3 BF DD
Decimal 227 191 221
Binary 11100011 10111111 11011101
Octal 343 277 335

Shades and tints

Shades of #E3BFDD

#E3BFDD
(227,191,221)
#CFAEC9
(207,174,201)
#BB9DB5
(187,157,181)
#A78CA1
(167,140,161)
#937B8D
(147,123,141)
#7F6A79
(127,106,121)
#6B5965
(107,89,101)
#574851
(87,72,81)
#43373D
(67,55,61)
#2F2629
(47,38,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3BFDD

#E3BFDD
(227,191,221)
#E5C4E0
(229,196,224)
#E7C9E3
(231,201,227)
#E9CEE6
(233,206,230)
#EBD3E9
(235,211,233)
#EDD8EC
(237,216,236)
#EFDDEF
(239,221,239)
#F1E2F2
(241,226,242)
#F3E7F5
(243,231,245)
#F5ECF8
(245,236,248)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BFDD color. Also use rgb(227,191,221) instead hex code.

Text Font Color

.myTextColor { color: #E3BFDD; }

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

This text font color is #E3BFDD.

Background Color

.myBgColor { background-color: #E3BFDD; }

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

This div background color is #E3BFDD.

Border color

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

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

This div border color is #E3BFDD.

Opacity

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

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

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

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

This text has shadow with #E3BFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BFDD.

Preview

Color preview on black background

This text has color #E3BFDD on black background.


Color preview on white background

This text has color #E3BFDD on white background.


Black color preview on #E3BFDD background

This text has black color on #E3BFDD background.


White color preview on #E3BFDD background

This text has white color on #E3BFDD background.


Related colors

Complementary color

Complementary color for #hex is #1C4022.


I love getcolorcode.com

Triadic colors

1 #DDE3BF and #BFDDE3 with #E3BFDD are triadic colors.

2 #DDBFE3 and #BFE3DD with #E3BFDD are triadic colors.