COLOR #EABCE6

HEX: #EABCE6 RGB: (234,188,230)

Color info

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

RGB color model

#EABCE6 color RGB value is (234,188,230).

RGB: (234,188,230) (92%, 74%, 90%)

RGB channels and saturation

R 234 of 255 = 92%
G 188 of 255 = 74%
B 230 of 255 = 90%

234
188
230

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

Portions of RGB colors in percentages

R + G + B = 234 + 188 + 230 = 652 (100%)
R 234 of 652 ~ 35.89%
G 188 of 652 ~ 28.83%
B 230 of 652 ~ 35.28'%

%35.89
%28.83
%35.28

CMYK color model

#EABCE6 color CMYK value is (0,20,2,8).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK: (0,20,2,8) C0M20Y2K8 (0%,20%,2%,8%) (0.00/0.20/0.02/0.08) 

CMYK percentages

%0
%19.66
%1.71
%8.24

Codes

Color #EABCE6 in popluar color models

EA BC E6
RGB 234 188 230
HSL 305° 52.27% 82.75%
HSB/HSV 305° 19.66% 91.76%
CMYK 0.00% 19.66% 1.71%
8.24%

Color #EABCE6 in popluar number systems.

HEX EA BC E6
Decimal 234 188 230
Binary 11101010 10111100 11100110
Octal 352 274 346

Shades and tints

Shades of #EABCE6

#EABCE6
(234,188,230)
#D5ABD2
(213,171,210)
#C09ABE
(192,154,190)
#AB89AA
(171,137,170)
#967896
(150,120,150)
#816782
(129,103,130)
#6C566E
(108,86,110)
#57455A
(87,69,90)
#423446
(66,52,70)
#2D2332
(45,35,50)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #EABCE6

#EABCE6
(234,188,230)
#EBC2E8
(235,194,232)
#ECC8EA
(236,200,234)
#EDCEEC
(237,206,236)
#EED4EE
(238,212,238)
#EFDAF0
(239,218,240)
#F0E0F2
(240,224,242)
#F1E6F4
(241,230,244)
#F2ECF6
(242,236,246)
#F3F2F8
(243,242,248)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABCE6 color. Also use rgb(234,188,230) instead hex code.

Text Font Color

.myTextColor { color: #EABCE6; }

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

This text font color is #EABCE6.

Background Color

.myBgColor { background-color: #EABCE6; }

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

This div background color is #EABCE6.

Border color

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

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

This div border color is #EABCE6.

Opacity

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

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

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

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

This text has shadow with #EABCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABCE6.

Preview

Color preview on black background

This text has color #EABCE6 on black background.


Color preview on white background

This text has color #EABCE6 on white background.


Black color preview on #EABCE6 background

This text has black color on #EABCE6 background.


White color preview on #EABCE6 background

This text has white color on #EABCE6 background.


Related colors

Complementary color

Complementary color for #hex is #154319.


I love getcolorcode.com

Triadic colors

1 #E6EABC and #BCE6EA with #EABCE6 are triadic colors.

2 #E6BCEA and #BCEAE6 with #EABCE6 are triadic colors.