COLOR #EFB8D1

HEX: #EFB8D1
RGB: (239,184,209)

Color info

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

RGB color model

#EFB8D1 color RGB value is (239,184,209).

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

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 209 of 255 = 82%

239
184
209

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

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 209 = 632 (100%)
R 239 of 632 ~ 37.82%
G 184 of 632 ~ 29.11%
B 209 of 632 ~ 33.07%

%37.82
%29.11
%33.07

CMYK color model

#EFB8D1 color CMYK value is (0,23,13,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 12.55%
  • key color value is 6.27%
CMYK:
(0,23,13,6)
C0M23Y13K6 
(0%,23%,13%,6%)
(0.00/0.23/0.13/0.06)	

CMYK percentages

%0
%23.01
%12.55
%6.27

Codes

Color #EFB8D1 in popluar color models

EFB8D1
RGB239184209
HSL333°63.22%82.94%
HSB/HSV333°23.01%93.73%
CMYK0.00%23.01%12.55%
6.27%

Color #EFB8D1 in popluar number systems.

HEXEFB8D1
Decimal239184209
Binary111011111011100011010001
Octal357270321

Shades and tints

Shades of #EFB8D1

#EFB8D1
(239,184,209)
#DAA8BE
(218,168,190)
#C598AB
(197,152,171)
#B08898
(176,136,152)
#9B7885
(155,120,133)
#866872
(134,104,114)
#71585F
(113,88,95)
#5C484C
(92,72,76)
#473839
(71,56,57)
#322826
(50,40,38)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #EFB8D1

#EFB8D1
(239,184,209)
#F0BED5
(240,190,213)
#F1C4D9
(241,196,217)
#F2CADD
(242,202,221)
#F3D0E1
(243,208,225)
#F4D6E5
(244,214,229)
#F5DCE9
(245,220,233)
#F6E2ED
(246,226,237)
#F7E8F1
(247,232,241)
#F8EEF5
(248,238,245)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB8D1; }

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

This text font color is #EFB8D1.


Background Color

.myBgColor { background-color: #EFB8D1; }

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

This div background color is #EFB8D1.


Border color

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

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

This div border color is #EFB8D1.


Opacity

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

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

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

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

This text has shadow with #EFB8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB8D1 on black background.


Color preview on white background

This text has color #EFB8D1 on white background.



Black color preview on #EFB8D1 background

This text has black color on #EFB8D1 background.


White color preview on #EFB8D1 background

This text has white color on #EFB8D1 background.