COLOR #E2B2CB

HEX: #E2B2CB RGB: (226,178,203)

Color info

#E2B2CB contains red, green and blue colors in about the same proportion. Web safe color of #E2B2CB is #CC99CC (or #C9C).

RGB color model

#E2B2CB color RGB value is (226,178,203).

RGB: (226,178,203) (89%, 70%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 203 of 255 = 80%

226
178
203

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

Portions of RGB colors in percentages

R + G + B = 226 + 178 + 203 = 607 (100%)
R 226 of 607 ~ 37.23%
G 178 of 607 ~ 29.32%
B 203 of 607 ~ 33.44'%

%37.23
%29.32
%33.44

CMYK color model

#E2B2CB color CMYK value is (0,21,10,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 10.18%
  • key color value is 11.37%

CMYK: (0,21,10,11)
C0M21Y10K11 (0%, 21%, 10%, 11%)
(0.00 / 0.21 / 0.10 / 0.11)

CMYK percentages

%0
%21.24
%10.18
%11.37

Codes

Color #E2B2CB in popluar color models

E2 B2 CB
RGB 226 178 203
HSL 329° 45.28% 79.22%
HSB/HSV 329° 21.24% 88.63%
CMYK 0.00% 21.24% 10.18%
11.37%

Color #E2B2CB in popluar number systems.

HEX E2 B2 CB
Decimal 226 178 203
Binary 11100010 10110010 11001011
Octal 342 262 313

Shades and tints

Shades of #E2B2CB

#E2B2CB
(226,178,203)
#CEA2B9
(206,162,185)
#BA92A7
(186,146,167)
#A68295
(166,130,149)
#927283
(146,114,131)
#7E6271
(126,98,113)
#6A525F
(106,82,95)
#56424D
(86,66,77)
#42323B
(66,50,59)
#2E2229
(46,34,41)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #E2B2CB

#E2B2CB
(226,178,203)
#E4B9CF
(228,185,207)
#E6C0D3
(230,192,211)
#E8C7D7
(232,199,215)
#EACEDB
(234,206,219)
#ECD5DF
(236,213,223)
#EEDCE3
(238,220,227)
#F0E3E7
(240,227,231)
#F2EAEB
(242,234,235)
#F4F1EF
(244,241,239)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B2CB color. Also use rgb(226,178,203) instead hex code.

Text Font Color

.myTextColor { color: #E2B2CB; }

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

This text font color is #E2B2CB.

Background Color

.myBgColor { background-color: #E2B2CB; }

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

This div background color is #E2B2CB.

Border color

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

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

This div border color is #E2B2CB.

Opacity

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

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

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

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

This text has shadow with #E2B2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B2CB.

Preview

Color preview on black background

This text has color #E2B2CB on black background.


Color preview on white background

This text has color #E2B2CB on white background.


Black color preview on #E2B2CB background

This text has black color on #E2B2CB background.


White color preview on #E2B2CB background

This text has white color on #E2B2CB background.


Related colors

Complementary color

Complementary color for #hex is #1D4D34.


I love getcolorcode.com

Triadic colors

1 #CBE2B2 and #B2CBE2 with #E2B2CB are triadic colors.

2 #CBB2E2 and #B2E2CB with #E2B2CB are triadic colors.