COLOR #EBABCC

HEX: #EBABCC RGB: (235,171,204)

Color info

#EBABCC contains mainly red and blue colors. Web safe color of #EBABCC is #FF99CC (or #F9C).

RGB color model

#EBABCC color RGB value is (235,171,204).

RGB: (235,171,204) (92%, 67%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 171 of 255 = 67%
B 204 of 255 = 80%

235
171
204

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

Portions of RGB colors in percentages

R + G + B = 235 + 171 + 204 = 610 (100%)
R 235 of 610 ~ 38.52%
G 171 of 610 ~ 28.03%
B 204 of 610 ~ 33.44'%

%38.52
%28.03
%33.44

CMYK color model

#EBABCC color CMYK value is (0,27,13,8).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 13.19%
  • key color value is 7.84%

CMYK: (0,27,13,8)
C0M27Y13K8 (0%, 27%, 13%, 8%)
(0.00 / 0.27 / 0.13 / 0.08)

CMYK percentages

%0
%27.23
%13.19
%7.84

Codes

Color #EBABCC in popluar color models

EB AB CC
RGB 235 171 204
HSL 329° 61.54% 79.61%
HSB/HSV 329° 27.23% 92.16%
CMYK 0.00% 27.23% 13.19%
7.84%

Color #EBABCC in popluar number systems.

HEX EB AB CC
Decimal 235 171 204
Binary 11101011 10101011 11001100
Octal 353 253 314

Shades and tints

Shades of #EBABCC

#EBABCC
(235,171,204)
#D69CBA
(214,156,186)
#C18DA8
(193,141,168)
#AC7E96
(172,126,150)
#976F84
(151,111,132)
#826072
(130,96,114)
#6D5160
(109,81,96)
#58424E
(88,66,78)
#43333C
(67,51,60)
#2E242A
(46,36,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBABCC

#EBABCC
(235,171,204)
#ECB2D0
(236,178,208)
#EDB9D4
(237,185,212)
#EEC0D8
(238,192,216)
#EFC7DC
(239,199,220)
#F0CEE0
(240,206,224)
#F1D5E4
(241,213,228)
#F2DCE8
(242,220,232)
#F3E3EC
(243,227,236)
#F4EAF0
(244,234,240)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBABCC color. Also use rgb(235,171,204) instead hex code.

Text Font Color

.myTextColor { color: #EBABCC; }

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

This text font color is #EBABCC.

Background Color

.myBgColor { background-color: #EBABCC; }

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

This div background color is #EBABCC.

Border color

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

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

This div border color is #EBABCC.

Opacity

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

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

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

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

This text has shadow with #EBABCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBABCC.

Preview

Color preview on black background

This text has color #EBABCC on black background.


Color preview on white background

This text has color #EBABCC on white background.


Black color preview on #EBABCC background

This text has black color on #EBABCC background.


White color preview on #EBABCC background

This text has white color on #EBABCC background.


Related colors

Complementary color

Complementary color for #hex is #145433.


I love getcolorcode.com

Triadic colors

1 #CCEBAB and #ABCCEB with #EBABCC are triadic colors.

2 #CCABEB and #ABEBCC with #EBABCC are triadic colors.