COLOR #EFB8D2

HEX: #EFB8D2
RGB: (239,184,210)

Color info

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

RGB color model

#EFB8D2 color RGB value is (239,184,210).

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

RGB channels and saturation

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

239
184
210

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

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 210 = 633 (100%)
R 239 of 633 ~ 37.76%
G 184 of 633 ~ 29.07%
B 210 of 633 ~ 33.18%

%37.76
%29.07
%33.18

CMYK color model

#EFB8D2 color CMYK value is (0,23,12,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,23,12,6)
C0M23Y12K6 
(0%,23%,12%,6%)
(0.00/0.23/0.12/0.06)	

CMYK percentages

%0
%23.01
%12.13
%6.27

Codes

Color #EFB8D2 in popluar color models

EFB8D2
RGB239184210
HSL332°63.22%82.94%
HSB/HSV332°23.01%93.73%
CMYK0.00%23.01%12.13%
6.27%

Color #EFB8D2 in popluar number systems.

HEXEFB8D2
Decimal239184210
Binary111011111011100011010010
Octal357270322

Shades and tints

Shades of #EFB8D2

#EFB8D2
(239,184,210)
#DAA8BF
(218,168,191)
#C598AC
(197,152,172)
#B08899
(176,136,153)
#9B7886
(155,120,134)
#866873
(134,104,115)
#715860
(113,88,96)
#5C484D
(92,72,77)
#47383A
(71,56,58)
#322827
(50,40,39)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFB8D2

#EFB8D2
(239,184,210)
#F0BED6
(240,190,214)
#F1C4DA
(241,196,218)
#F2CADE
(242,202,222)
#F3D0E2
(243,208,226)
#F4D6E6
(244,214,230)
#F5DCEA
(245,220,234)
#F6E2EE
(246,226,238)
#F7E8F2
(247,232,242)
#F8EEF6
(248,238,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB8D2; }

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

This text font color is #EFB8D2.


Background Color

.myBgColor { background-color: #EFB8D2; }

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

This div background color is #EFB8D2.


Border color

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

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

This div border color is #EFB8D2.


Opacity

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

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

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

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

This text has shadow with #EFB8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB8D2 on black background.


Color preview on white background

This text has color #EFB8D2 on white background.



Black color preview on #EFB8D2 background

This text has black color on #EFB8D2 background.


White color preview on #EFB8D2 background

This text has white color on #EFB8D2 background.