COLOR #EFB5C8

HEX: #EFB5C8
RGB: (239,181,200)

Color info

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

RGB color model

#EFB5C8 color RGB value is (239,181,200).

  • red value is 239;
  • green value is 181;
  • blue value is 200.
RGB:
(239,181,200)
(94%,71%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 181 of 255 = 71%
B 200 of 255 = 78%

239
181
200

R + G + B ~ 81%. #EFB5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 181 + 200 = 620 (100%)
R 239 of 620 ~ 38.55%
G 181 of 620 ~ 29.19%
B 200 of 620 ~ 32.26%

%38.55
%29.19
%32.26

CMYK color model

#EFB5C8 color CMYK value is (0,24,16,6).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(0,24,16,6)
C0M24Y16K6 
(0%,24%,16%,6%)
(0.00/0.24/0.16/0.06)	

CMYK percentages

%0
%24.27
%16.32
%6.27

Codes

Color #EFB5C8 in popluar color models

EFB5C8
RGB239181200
HSL340°64.44%82.35%
HSB/HSV340°24.27%93.73%
CMYK0.00%24.27%16.32%
6.27%

Color #EFB5C8 in popluar number systems.

HEXEFB5C8
Decimal239181200
Binary111011111011010111001000
Octal357265310

Shades and tints

Shades of #EFB5C8

#EFB5C8
(239,181,200)
#DAA5B6
(218,165,182)
#C595A4
(197,149,164)
#B08592
(176,133,146)
#9B7580
(155,117,128)
#86656E
(134,101,110)
#71555C
(113,85,92)
#5C454A
(92,69,74)
#473538
(71,53,56)
#322526
(50,37,38)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFB5C8

#EFB5C8
(239,181,200)
#F0BBCD
(240,187,205)
#F1C1D2
(241,193,210)
#F2C7D7
(242,199,215)
#F3CDDC
(243,205,220)
#F4D3E1
(244,211,225)
#F5D9E6
(245,217,230)
#F6DFEB
(246,223,235)
#F7E5F0
(247,229,240)
#F8EBF5
(248,235,245)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB5C8 color. Also use rgb(239,181,200) instead hex code.

Text Font Color

.myTextColor { color: #EFB5C8; }

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

This text font color is #EFB5C8.


Background Color

.myBgColor { background-color: #EFB5C8; }

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

This div background color is #EFB5C8.


Border color

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

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

This div border color is #EFB5C8.


Opacity

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

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

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

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

This text has shadow with #EFB5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB5C8 on black background.


Color preview on white background

This text has color #EFB5C8 on white background.



Black color preview on #EFB5C8 background

This text has black color on #EFB5C8 background.


White color preview on #EFB5C8 background

This text has white color on #EFB5C8 background.