COLOR #EABBE3

HEX: #EABBE3 RGB: (234,187,227)

Color info

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

RGB color model

#EABBE3 color RGB value is (234,187,227).

RGB: (234,187,227) (92%, 73%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 187 of 255 = 73%
B 227 of 255 = 89%

234
187
227

R + G + B ~ 85%. #EABBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 187 + 227 = 648 (100%)
R 234 of 648 ~ 36.11%
G 187 of 648 ~ 28.86%
B 227 of 648 ~ 35.03'%

%36.11
%28.86
%35.03

CMYK color model

#EABBE3 color CMYK value is (0,20,3,8).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 2.99%
  • key color value is 8.24%

CMYK: (0,20,3,8)
C0M20Y3K8 (0%, 20%, 3%, 8%)
(0.00 / 0.20 / 0.03 / 0.08)

CMYK percentages

%0
%20.09
%2.99
%8.24

Codes

Color #EABBE3 in popluar color models

EA BB E3
RGB 234 187 227
HSL 309° 52.81% 82.55%
HSB/HSV 309° 20.09% 91.76%
CMYK 0.00% 20.09% 2.99%
8.24%

Color #EABBE3 in popluar number systems.

HEX EA BB E3
Decimal 234 187 227
Binary 11101010 10111011 11100011
Octal 352 273 343

Shades and tints

Shades of #EABBE3

#EABBE3
(234,187,227)
#D5AACF
(213,170,207)
#C099BB
(192,153,187)
#AB88A7
(171,136,167)
#967793
(150,119,147)
#81667F
(129,102,127)
#6C556B
(108,85,107)
#574457
(87,68,87)
#423343
(66,51,67)
#2D222F
(45,34,47)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #EABBE3

#EABBE3
(234,187,227)
#EBC1E5
(235,193,229)
#ECC7E7
(236,199,231)
#EDCDE9
(237,205,233)
#EED3EB
(238,211,235)
#EFD9ED
(239,217,237)
#F0DFEF
(240,223,239)
#F1E5F1
(241,229,241)
#F2EBF3
(242,235,243)
#F3F1F5
(243,241,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABBE3 color. Also use rgb(234,187,227) instead hex code.

Text Font Color

.myTextColor { color: #EABBE3; }

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

This text font color is #EABBE3.

Background Color

.myBgColor { background-color: #EABBE3; }

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

This div background color is #EABBE3.

Border color

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

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

This div border color is #EABBE3.

Opacity

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

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

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

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

This text has shadow with #EABBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABBE3.

Preview

Color preview on black background

This text has color #EABBE3 on black background.


Color preview on white background

This text has color #EABBE3 on white background.


Black color preview on #EABBE3 background

This text has black color on #EABBE3 background.


White color preview on #EABBE3 background

This text has white color on #EABBE3 background.


Related colors

Complementary color

Complementary color for #hex is #15441C.


I love getcolorcode.com

Triadic colors

1 #E3EABB and #BBE3EA with #EABBE3 are triadic colors.

2 #E3BBEA and #BBEAE3 with #EABBE3 are triadic colors.