COLOR #EABCC6

HEX: #EABCC6
RGB: (234,188,198)

Color info

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

RGB color model

#EABCC6 color RGB value is (234,188,198).

  • red value is 234;
  • green value is 188;
  • blue value is 198.
RGB:
(234,188,198)
(92%,74%,78%)

RGB channels and saturation

R 234 of 255 = 92%
G 188 of 255 = 74%
B 198 of 255 = 78%

234
188
198

R + G + B ~ 81%. #EABCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 188 + 198 = 620 (100%)
R 234 of 620 ~ 37.74%
G 188 of 620 ~ 30.32%
B 198 of 620 ~ 31.94%

%37.74
%30.32
%31.94

CMYK color model

#EABCC6 color CMYK value is (0,20,15,8).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 15.38%
  • key color value is 8.24%
CMYK:
(0,20,15,8)
C0M20Y15K8 
(0%,20%,15%,8%)
(0.00/0.20/0.15/0.08)	

CMYK percentages

%0
%19.66
%15.38
%8.24

Codes

Color #EABCC6 in popluar color models

EABCC6
RGB234188198
HSL347°52.27%82.75%
HSB/HSV347°19.66%91.76%
CMYK0.00%19.66%15.38%
8.24%

Color #EABCC6 in popluar number systems.

HEXEABCC6
Decimal234188198
Binary111010101011110011000110
Octal352274306

Shades and tints

Shades of #EABCC6

#EABCC6
(234,188,198)
#D5ABB4
(213,171,180)
#C09AA2
(192,154,162)
#AB8990
(171,137,144)
#96787E
(150,120,126)
#81676C
(129,103,108)
#6C565A
(108,86,90)
#574548
(87,69,72)
#423436
(66,52,54)
#2D2324
(45,35,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #EABCC6

#EABCC6
(234,188,198)
#EBC2CB
(235,194,203)
#ECC8D0
(236,200,208)
#EDCED5
(237,206,213)
#EED4DA
(238,212,218)
#EFDADF
(239,218,223)
#F0E0E4
(240,224,228)
#F1E6E9
(241,230,233)
#F2ECEE
(242,236,238)
#F3F2F3
(243,242,243)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABCC6; }

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

This text font color is #EABCC6.


Background Color

.myBgColor { background-color: #EABCC6; }

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

This div background color is #EABCC6.


Border color

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

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

This div border color is #EABCC6.


Opacity

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

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

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

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

This text has shadow with #EABCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABCC6 on black background.


Color preview on white background

This text has color #EABCC6 on white background.



Black color preview on #EABCC6 background

This text has black color on #EABCC6 background.


White color preview on #EABCC6 background

This text has white color on #EABCC6 background.