COLOR #E29FBC

HEX: #E29FBC
RGB: (226,159,188)

Color info

#E29FBC contains mainly red and blue colors. Web safe color of #E29FBC is #CC99CC (or #C9C).

RGB color model

#E29FBC color RGB value is (226,159,188).

  • red value is 226;
  • green value is 159;
  • blue value is 188.
RGB:
(226,159,188)
(89%,62%,74%)

RGB channels and saturation

R 226 of 255 = 89%
G 159 of 255 = 62%
B 188 of 255 = 74%

226
159
188

R + G + B ~ 75%. #E29FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 159 + 188 = 573 (100%)
R 226 of 573 ~ 39.44%
G 159 of 573 ~ 27.75%
B 188 of 573 ~ 32.81%

%39.44
%27.75
%32.81

CMYK color model

#E29FBC color CMYK value is (0,30,17,11).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(0,30,17,11)
C0M30Y17K11 
(0%,30%,17%,11%)
(0.00/0.30/0.17/0.11)	

CMYK percentages

%0
%29.65
%16.81
%11.37

Codes

Color #E29FBC in popluar color models

E29FBC
RGB226159188
HSL334°53.60%75.49%
HSB/HSV334°29.65%88.63%
CMYK0.00%29.65%16.81%
11.37%

Color #E29FBC in popluar number systems.

HEXE29FBC
Decimal226159188
Binary111000101001111110111100
Octal342237274

Shades and tints

Shades of #E29FBC

#E29FBC
(226,159,188)
#CE91AB
(206,145,171)
#BA839A
(186,131,154)
#A67589
(166,117,137)
#926778
(146,103,120)
#7E5967
(126,89,103)
#6A4B56
(106,75,86)
#563D45
(86,61,69)
#422F34
(66,47,52)
#2E2123
(46,33,35)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #E29FBC

#E29FBC
(226,159,188)
#E4A7C2
(228,167,194)
#E6AFC8
(230,175,200)
#E8B7CE
(232,183,206)
#EABFD4
(234,191,212)
#ECC7DA
(236,199,218)
#EECFE0
(238,207,224)
#F0D7E6
(240,215,230)
#F2DFEC
(242,223,236)
#F4E7F2
(244,231,242)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29FBC color. Also use rgb(226,159,188) instead hex code.

Text Font Color

.myTextColor { color: #E29FBC; }

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

This text font color is #E29FBC.


Background Color

.myBgColor { background-color: #E29FBC; }

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

This div background color is #E29FBC.


Border color

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

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

This div border color is #E29FBC.


Opacity

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

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

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

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

This text has shadow with #E29FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29FBC on black background.


Color preview on white background

This text has color #E29FBC on white background.



Black color preview on #E29FBC background

This text has black color on #E29FBC background.


White color preview on #E29FBC background

This text has white color on #E29FBC background.