COLOR #E8BBD3

HEX: #E8BBD3 RGB: (232,187,211)

Color info

#E8BBD3 contains red, green and blue colors in about the same proportion. Web safe color of #E8BBD3 is #FFCCCC (or #FCC).

RGB color model

#E8BBD3 color RGB value is (232,187,211).

RGB: (232,187,211) (91%, 73%, 83%)

RGB channels and saturation

R 232 of 255 = 91%
G 187 of 255 = 73%
B 211 of 255 = 83%

232
187
211

R + G + B ~ 82%. #E8BBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 187 + 211 = 630 (100%)
R 232 of 630 ~ 36.83%
G 187 of 630 ~ 29.68%
B 211 of 630 ~ 33.49'%

%36.83
%29.68
%33.49

CMYK color model

#E8BBD3 color CMYK value is (0,19,9,9).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 9.05%
  • key color value is 9.02%

CMYK: (0,19,9,9)
C0M19Y9K9 (0%, 19%, 9%, 9%)
(0.00 / 0.19 / 0.09 / 0.09)

CMYK percentages

%0
%19.4
%9.05
%9.02

Codes

Color #E8BBD3 in popluar color models

E8 BB D3
RGB 232 187 211
HSL 328° 49.45% 82.16%
HSB/HSV 328° 19.40% 90.98%
CMYK 0.00% 19.40% 9.05%
9.02%

Color #E8BBD3 in popluar number systems.

HEX E8 BB D3
Decimal 232 187 211
Binary 11101000 10111011 11010011
Octal 350 273 323

Shades and tints

Shades of #E8BBD3

#E8BBD3
(232,187,211)
#D3AAC0
(211,170,192)
#BE99AD
(190,153,173)
#A9889A
(169,136,154)
#947787
(148,119,135)
#7F6674
(127,102,116)
#6A5561
(106,85,97)
#55444E
(85,68,78)
#40333B
(64,51,59)
#2B2228
(43,34,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #E8BBD3

#E8BBD3
(232,187,211)
#EAC1D7
(234,193,215)
#ECC7DB
(236,199,219)
#EECDDF
(238,205,223)
#F0D3E3
(240,211,227)
#F2D9E7
(242,217,231)
#F4DFEB
(244,223,235)
#F6E5EF
(246,229,239)
#F8EBF3
(248,235,243)
#FAF1F7
(250,241,247)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BBD3 color. Also use rgb(232,187,211) instead hex code.

Text Font Color

.myTextColor { color: #E8BBD3; }

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

This text font color is #E8BBD3.

Background Color

.myBgColor { background-color: #E8BBD3; }

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

This div background color is #E8BBD3.

Border color

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

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

This div border color is #E8BBD3.

Opacity

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

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

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

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

This text has shadow with #E8BBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BBD3.

Preview

Color preview on black background

This text has color #E8BBD3 on black background.


Color preview on white background

This text has color #E8BBD3 on white background.


Black color preview on #E8BBD3 background

This text has black color on #E8BBD3 background.


White color preview on #E8BBD3 background

This text has white color on #E8BBD3 background.


Related colors

Complementary color

Complementary color for #hex is #17442C.


I love getcolorcode.com

Triadic colors

1 #D3E8BB and #BBD3E8 with #E8BBD3 are triadic colors.

2 #D3BBE8 and #BBE8D3 with #E8BBD3 are triadic colors.