COLOR #EBABCA

HEX: #EBABCA RGB: (235,171,202)

Color info

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

RGB color model

#EBABCA color RGB value is (235,171,202).

RGB: (235,171,202) (92%, 67%, 79%)

RGB channels and saturation

R 235 of 255 = 92%
G 171 of 255 = 67%
B 202 of 255 = 79%

235
171
202

R + G + B ~ 79%. #EBABCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 171 + 202 = 608 (100%)
R 235 of 608 ~ 38.65%
G 171 of 608 ~ 28.13%
B 202 of 608 ~ 33.22'%

%38.65
%28.13
%33.22

CMYK color model

#EBABCA color CMYK value is (0,27,14,8).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK: (0,27,14,8) C0M27Y14K8 (0%,27%,14%,8%) (0.00/0.27/0.14/0.08) 

CMYK percentages

%0
%27.23
%14.04
%7.84

Codes

Color #EBABCA in popluar color models

EB AB CA
RGB 235 171 202
HSL 331° 61.54% 79.61%
HSB/HSV 331° 27.23% 92.16%
CMYK 0.00% 27.23% 14.04%
7.84%

Color #EBABCA in popluar number systems.

HEX EB AB CA
Decimal 235 171 202
Binary 11101011 10101011 11001010
Octal 353 253 312

Shades and tints

Shades of #EBABCA

#EBABCA
(235,171,202)
#D69CB8
(214,156,184)
#C18DA6
(193,141,166)
#AC7E94
(172,126,148)
#976F82
(151,111,130)
#826070
(130,96,112)
#6D515E
(109,81,94)
#58424C
(88,66,76)
#43333A
(67,51,58)
#2E2428
(46,36,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EBABCA

#EBABCA
(235,171,202)
#ECB2CE
(236,178,206)
#EDB9D2
(237,185,210)
#EEC0D6
(238,192,214)
#EFC7DA
(239,199,218)
#F0CEDE
(240,206,222)
#F1D5E2
(241,213,226)
#F2DCE6
(242,220,230)
#F3E3EA
(243,227,234)
#F4EAEE
(244,234,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBABCA; }

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

This text font color is #EBABCA.

Background Color

.myBgColor { background-color: #EBABCA; }

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

This div background color is #EBABCA.

Border color

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

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

This div border color is #EBABCA.

Opacity

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

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

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

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

This text has shadow with #EBABCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBABCA.

Preview

Color preview on black background

This text has color #EBABCA on black background.


Color preview on white background

This text has color #EBABCA on white background.


Black color preview on #EBABCA background

This text has black color on #EBABCA background.


White color preview on #EBABCA background

This text has white color on #EBABCA background.


Related colors

Complementary color

Complementary color for #hex is #145435.


I love getcolorcode.com

Triadic colors

1 #CAEBAB and #ABCAEB with #EBABCA are triadic colors.

2 #CAABEB and #ABEBCA with #EBABCA are triadic colors.