COLOR #E2B8C6

HEX: #E2B8C6 RGB: (226,184,198)

Color info

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

RGB color model

#E2B8C6 color RGB value is (226,184,198).

RGB: (226,184,198) (89%, 72%, 78%)

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 198 of 255 = 78%

226
184
198

R + G + B ~ 80%. #E2B8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 184 + 198 = 608 (100%)
R 226 of 608 ~ 37.17%
G 184 of 608 ~ 30.26%
B 198 of 608 ~ 32.57'%

%37.17
%30.26
%32.57

CMYK color model

#E2B8C6 color CMYK value is (0,19,12,11).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 12.39%
  • key color value is 11.37%

CMYK: (0,19,12,11)
C0M19Y12K11 (0%, 19%, 12%, 11%)
(0.00 / 0.19 / 0.12 / 0.11)

CMYK percentages

%0
%18.58
%12.39
%11.37

Codes

Color #E2B8C6 in popluar color models

E2 B8 C6
RGB 226 184 198
HSL 340° 42.00% 80.39%
HSB/HSV 340° 18.58% 88.63%
CMYK 0.00% 18.58% 12.39%
11.37%

Color #E2B8C6 in popluar number systems.

HEX E2 B8 C6
Decimal 226 184 198
Binary 11100010 10111000 11000110
Octal 342 270 306

Shades and tints

Shades of #E2B8C6

#E2B8C6
(226,184,198)
#CEA8B4
(206,168,180)
#BA98A2
(186,152,162)
#A68890
(166,136,144)
#92787E
(146,120,126)
#7E686C
(126,104,108)
#6A585A
(106,88,90)
#564848
(86,72,72)
#423836
(66,56,54)
#2E2824
(46,40,36)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #E2B8C6

#E2B8C6
(226,184,198)
#E4BECB
(228,190,203)
#E6C4D0
(230,196,208)
#E8CAD5
(232,202,213)
#EAD0DA
(234,208,218)
#ECD6DF
(236,214,223)
#EEDCE4
(238,220,228)
#F0E2E9
(240,226,233)
#F2E8EE
(242,232,238)
#F4EEF3
(244,238,243)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B8C6 color. Also use rgb(226,184,198) instead hex code.

Text Font Color

.myTextColor { color: #E2B8C6; }

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

This text font color is #E2B8C6.

Background Color

.myBgColor { background-color: #E2B8C6; }

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

This div background color is #E2B8C6.

Border color

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

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

This div border color is #E2B8C6.

Opacity

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

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

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

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

This text has shadow with #E2B8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B8C6.

Preview

Color preview on black background

This text has color #E2B8C6 on black background.


Color preview on white background

This text has color #E2B8C6 on white background.


Black color preview on #E2B8C6 background

This text has black color on #E2B8C6 background.


White color preview on #E2B8C6 background

This text has white color on #E2B8C6 background.


Related colors

Complementary color

Complementary color for #hex is #1D4739.


I love getcolorcode.com

Triadic colors

1 #C6E2B8 and #B8C6E2 with #E2B8C6 are triadic colors.

2 #C6B8E2 and #B8E2C6 with #E2B8C6 are triadic colors.