COLOR #EBAFA4

HEX: #EBAFA4 RGB: (235,175,164)

Color info

#EBAFA4 contains mainly red color. Web safe color of #EBAFA4 is #FF9999 (or #F99).

RGB color model

#EBAFA4 color RGB value is (235,175,164).

RGB: (235,175,164) (92%, 69%, 64%)

RGB channels and saturation

R 235 of 255 = 92%
G 175 of 255 = 69%
B 164 of 255 = 64%

235
175
164

R + G + B ~ 75%. #EBAFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 175 + 164 = 574 (100%)
R 235 of 574 ~ 40.94%
G 175 of 574 ~ 30.49%
B 164 of 574 ~ 28.57'%

%40.94
%30.49
%28.57

CMYK color model

#EBAFA4 color CMYK value is (0,26,30,8).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 30.21%
  • key color value is 7.84%

CMYK: (0,26,30,8)
C0M26Y30K8 (0%, 26%, 30%, 8%)
(0.00 / 0.26 / 0.30 / 0.08)

CMYK percentages

%0
%25.53
%30.21
%7.84

Codes

Color #EBAFA4 in popluar color models

EB AF A4
RGB 235 175 164
HSL 63.96% 78.24%
HSB/HSV 30.21% 92.16%
CMYK 0.00% 25.53% 30.21%
7.84%

Color #EBAFA4 in popluar number systems.

HEX EB AF A4
Decimal 235 175 164
Binary 11101011 10101111 10100100
Octal 353 257 244

Shades and tints

Shades of #EBAFA4

#EBAFA4
(235,175,164)
#D6A096
(214,160,150)
#C19188
(193,145,136)
#AC827A
(172,130,122)
#97736C
(151,115,108)
#82645E
(130,100,94)
#6D5550
(109,85,80)
#584642
(88,70,66)
#433734
(67,55,52)
#2E2826
(46,40,38)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBAFA4

#EBAFA4
(235,175,164)
#ECB6AC
(236,182,172)
#EDBDB4
(237,189,180)
#EEC4BC
(238,196,188)
#EFCBC4
(239,203,196)
#F0D2CC
(240,210,204)
#F1D9D4
(241,217,212)
#F2E0DC
(242,224,220)
#F3E7E4
(243,231,228)
#F4EEEC
(244,238,236)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAFA4 color. Also use rgb(235,175,164) instead hex code.

Text Font Color

.myTextColor { color: #EBAFA4; }

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

This text font color is #EBAFA4.

Background Color

.myBgColor { background-color: #EBAFA4; }

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

This div background color is #EBAFA4.

Border color

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

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

This div border color is #EBAFA4.

Opacity

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

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

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

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

This text has shadow with #EBAFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAFA4.

Preview

Color preview on black background

This text has color #EBAFA4 on black background.


Color preview on white background

This text has color #EBAFA4 on white background.


Black color preview on #EBAFA4 background

This text has black color on #EBAFA4 background.


White color preview on #EBAFA4 background

This text has white color on #EBAFA4 background.


Related colors

Complementary color

Complementary color for #hex is #14505B.


I love getcolorcode.com

Triadic colors

1 #A4EBAF and #AFA4EB with #EBAFA4 are triadic colors.

2 #A4AFEB and #AFEBA4 with #EBAFA4 are triadic colors.