COLOR #EFA5BE

HEX: #EFA5BE RGB: (239,165,190)

Color info

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

RGB color model

#EFA5BE color RGB value is (239,165,190).

RGB: (239,165,190) (94%, 65%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 165 of 255 = 65%
B 190 of 255 = 75%

239
165
190

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

Portions of RGB colors in percentages

R + G + B = 239 + 165 + 190 = 594 (100%)
R 239 of 594 ~ 40.24%
G 165 of 594 ~ 27.78%
B 190 of 594 ~ 31.99'%

%40.24
%27.78
%31.99

CMYK color model

#EFA5BE color CMYK value is (0,31,21,6).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 20.50%
  • key color value is 6.27%

CMYK: (0,31,21,6)
C0M31Y21K6 (0%, 31%, 21%, 6%)
(0.00 / 0.31 / 0.21 / 0.06)

CMYK percentages

%0
%30.96
%20.5
%6.27

Codes

Color #EFA5BE in popluar color models

EF A5 BE
RGB 239 165 190
HSL 340° 69.81% 79.22%
HSB/HSV 340° 30.96% 93.73%
CMYK 0.00% 30.96% 20.50%
6.27%

Color #EFA5BE in popluar number systems.

HEX EF A5 BE
Decimal 239 165 190
Binary 11101111 10100101 10111110
Octal 357 245 276

Shades and tints

Shades of #EFA5BE

#EFA5BE
(239,165,190)
#DA96AD
(218,150,173)
#C5879C
(197,135,156)
#B0788B
(176,120,139)
#9B697A
(155,105,122)
#865A69
(134,90,105)
#714B58
(113,75,88)
#5C3C47
(92,60,71)
#472D36
(71,45,54)
#321E25
(50,30,37)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #EFA5BE

#EFA5BE
(239,165,190)
#F0ADC3
(240,173,195)
#F1B5C8
(241,181,200)
#F2BDCD
(242,189,205)
#F3C5D2
(243,197,210)
#F4CDD7
(244,205,215)
#F5D5DC
(245,213,220)
#F6DDE1
(246,221,225)
#F7E5E6
(247,229,230)
#F8EDEB
(248,237,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA5BE color. Also use rgb(239,165,190) instead hex code.

Text Font Color

.myTextColor { color: #EFA5BE; }

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

This text font color is #EFA5BE.

Background Color

.myBgColor { background-color: #EFA5BE; }

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

This div background color is #EFA5BE.

Border color

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

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

This div border color is #EFA5BE.

Opacity

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

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

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

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

This text has shadow with #EFA5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA5BE.

Preview

Color preview on black background

This text has color #EFA5BE on black background.


Color preview on white background

This text has color #EFA5BE on white background.


Black color preview on #EFA5BE background

This text has black color on #EFA5BE background.


White color preview on #EFA5BE background

This text has white color on #EFA5BE background.


Related colors

Complementary color

Complementary color for #hex is #105A41.


I love getcolorcode.com

Triadic colors

1 #BEEFA5 and #A5BEEF with #EFA5BE are triadic colors.

2 #BEA5EF and #A5EFBE with #EFA5BE are triadic colors.