COLOR #EBAABD

HEX: #EBAABD RGB: (235,170,189)

Color info

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

RGB color model

#EBAABD color RGB value is (235,170,189).

RGB: (235,170,189) (92%, 67%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 189 of 255 = 74%

235
170
189

R + G + B ~ 78%. #EBAABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 170 + 189 = 594 (100%)
R 235 of 594 ~ 39.56%
G 170 of 594 ~ 28.62%
B 189 of 594 ~ 31.82'%

%39.56
%28.62
%31.82

CMYK color model

#EBAABD color CMYK value is (0,28,20,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 19.57%
  • key color value is 7.84%

CMYK: (0,28,20,8)
C0M28Y20K8 (0%, 28%, 20%, 8%)
(0.00 / 0.28 / 0.20 / 0.08)

CMYK percentages

%0
%27.66
%19.57
%7.84

Codes

Color #EBAABD in popluar color models

EB AA BD
RGB 235 170 189
HSL 342° 61.90% 79.41%
HSB/HSV 342° 27.66% 92.16%
CMYK 0.00% 27.66% 19.57%
7.84%

Color #EBAABD in popluar number systems.

HEX EB AA BD
Decimal 235 170 189
Binary 11101011 10101010 10111101
Octal 353 252 275

Shades and tints

Shades of #EBAABD

#EBAABD
(235,170,189)
#D69BAC
(214,155,172)
#C18C9B
(193,140,155)
#AC7D8A
(172,125,138)
#976E79
(151,110,121)
#825F68
(130,95,104)
#6D5057
(109,80,87)
#584146
(88,65,70)
#433235
(67,50,53)
#2E2324
(46,35,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #EBAABD

#EBAABD
(235,170,189)
#ECB1C3
(236,177,195)
#EDB8C9
(237,184,201)
#EEBFCF
(238,191,207)
#EFC6D5
(239,198,213)
#F0CDDB
(240,205,219)
#F1D4E1
(241,212,225)
#F2DBE7
(242,219,231)
#F3E2ED
(243,226,237)
#F4E9F3
(244,233,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAABD color. Also use rgb(235,170,189) instead hex code.

Text Font Color

.myTextColor { color: #EBAABD; }

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

This text font color is #EBAABD.

Background Color

.myBgColor { background-color: #EBAABD; }

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

This div background color is #EBAABD.

Border color

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

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

This div border color is #EBAABD.

Opacity

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

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

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

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

This text has shadow with #EBAABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAABD.

Preview

Color preview on black background

This text has color #EBAABD on black background.


Color preview on white background

This text has color #EBAABD on white background.


Black color preview on #EBAABD background

This text has black color on #EBAABD background.


White color preview on #EBAABD background

This text has white color on #EBAABD background.


Related colors

Complementary color

Complementary color for #hex is #145542.


I love getcolorcode.com

Triadic colors

1 #BDEBAA and #AABDEB with #EBAABD are triadic colors.

2 #BDAAEB and #AAEBBD with #EBAABD are triadic colors.