COLOR #EFB8D5

HEX: #EFB8D5
RGB: (239,184,213)

Color info

#EFB8D5 contains red, green and blue colors in about the same proportion. Web safe color of #EFB8D5 is #FFCCCC (or #FCC).

RGB color model

#EFB8D5 color RGB value is (239,184,213).

  • red value is 239;
  • green value is 184;
  • blue value is 213.
RGB:
(239,184,213)
(94%,72%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 213 of 255 = 84%

239
184
213

R + G + B ~ 83%. #EFB8D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 213 = 636 (100%)
R 239 of 636 ~ 37.58%
G 184 of 636 ~ 28.93%
B 213 of 636 ~ 33.49%

%37.58
%28.93
%33.49

CMYK color model

#EFB8D5 color CMYK value is (0,23,11,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(0,23,11,6)
C0M23Y11K6 
(0%,23%,11%,6%)
(0.00/0.23/0.11/0.06)	

CMYK percentages

%0
%23.01
%10.88
%6.27

Codes

Color #EFB8D5 in popluar color models

EFB8D5
RGB239184213
HSL328°63.22%82.94%
HSB/HSV328°23.01%93.73%
CMYK0.00%23.01%10.88%
6.27%

Color #EFB8D5 in popluar number systems.

HEXEFB8D5
Decimal239184213
Binary111011111011100011010101
Octal357270325

Shades and tints

Shades of #EFB8D5

#EFB8D5
(239,184,213)
#DAA8C2
(218,168,194)
#C598AF
(197,152,175)
#B0889C
(176,136,156)
#9B7889
(155,120,137)
#866876
(134,104,118)
#715863
(113,88,99)
#5C4850
(92,72,80)
#47383D
(71,56,61)
#32282A
(50,40,42)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFB8D5

#EFB8D5
(239,184,213)
#F0BED8
(240,190,216)
#F1C4DB
(241,196,219)
#F2CADE
(242,202,222)
#F3D0E1
(243,208,225)
#F4D6E4
(244,214,228)
#F5DCE7
(245,220,231)
#F6E2EA
(246,226,234)
#F7E8ED
(247,232,237)
#F8EEF0
(248,238,240)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB8D5 color. Also use rgb(239,184,213) instead hex code.

Text Font Color

.myTextColor { color: #EFB8D5; }

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

This text font color is #EFB8D5.


Background Color

.myBgColor { background-color: #EFB8D5; }

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

This div background color is #EFB8D5.


Border color

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

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

This div border color is #EFB8D5.


Opacity

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

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

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

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

This text has shadow with #EFB8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB8D5 on black background.


Color preview on white background

This text has color #EFB8D5 on white background.



Black color preview on #EFB8D5 background

This text has black color on #EFB8D5 background.


White color preview on #EFB8D5 background

This text has white color on #EFB8D5 background.