COLOR #EFB3D2

HEX: #EFB3D2 RGB: (239,179,210)

Color info

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

RGB color model

#EFB3D2 color RGB value is (239,179,210).

RGB: (239,179,210) (94%, 70%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 179 of 255 = 70%
B 210 of 255 = 82%

239
179
210

R + G + B ~ 82%. #EFB3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 179 + 210 = 628 (100%)
R 239 of 628 ~ 38.06%
G 179 of 628 ~ 28.5%
B 210 of 628 ~ 33.44'%

%38.06
%28.5
%33.44

CMYK color model

#EFB3D2 color CMYK value is (0,25,12,6).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (0,25,12,6)
C0M25Y12K6 (0%, 25%, 12%, 6%)
(0.00 / 0.25 / 0.12 / 0.06)

CMYK percentages

%0
%25.1
%12.13
%6.27

Codes

Color #EFB3D2 in popluar color models

EF B3 D2
RGB 239 179 210
HSL 329° 65.22% 81.96%
HSB/HSV 329° 25.10% 93.73%
CMYK 0.00% 25.10% 12.13%
6.27%

Color #EFB3D2 in popluar number systems.

HEX EF B3 D2
Decimal 239 179 210
Binary 11101111 10110011 11010010
Octal 357 263 322

Shades and tints

Shades of #EFB3D2

#EFB3D2
(239,179,210)
#DAA3BF
(218,163,191)
#C593AC
(197,147,172)
#B08399
(176,131,153)
#9B7386
(155,115,134)
#866373
(134,99,115)
#715360
(113,83,96)
#5C434D
(92,67,77)
#47333A
(71,51,58)
#322327
(50,35,39)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #EFB3D2

#EFB3D2
(239,179,210)
#F0B9D6
(240,185,214)
#F1BFDA
(241,191,218)
#F2C5DE
(242,197,222)
#F3CBE2
(243,203,226)
#F4D1E6
(244,209,230)
#F5D7EA
(245,215,234)
#F6DDEE
(246,221,238)
#F7E3F2
(247,227,242)
#F8E9F6
(248,233,246)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB3D2 color. Also use rgb(239,179,210) instead hex code.

Text Font Color

.myTextColor { color: #EFB3D2; }

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

This text font color is #EFB3D2.

Background Color

.myBgColor { background-color: #EFB3D2; }

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

This div background color is #EFB3D2.

Border color

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

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

This div border color is #EFB3D2.

Opacity

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

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

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

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

This text has shadow with #EFB3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB3D2.

Preview

Color preview on black background

This text has color #EFB3D2 on black background.


Color preview on white background

This text has color #EFB3D2 on white background.


Black color preview on #EFB3D2 background

This text has black color on #EFB3D2 background.


White color preview on #EFB3D2 background

This text has white color on #EFB3D2 background.


Related colors

Complementary color

Complementary color for #hex is #104C2D.


I love getcolorcode.com

Triadic colors

1 #D2EFB3 and #B3D2EF with #EFB3D2 are triadic colors.

2 #D2B3EF and #B3EFD2 with #EFB3D2 are triadic colors.