COLOR #EFB4C7

HEX: #EFB4C7
RGB: (239,180,199)

Color info

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

RGB color model

#EFB4C7 color RGB value is (239,180,199).

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

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 199 of 255 = 78%

239
180
199

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

Portions of RGB colors in percentages

R + G + B =
239 + 180 + 199 = 618 (100%)
R 239 of 618 ~ 38.67%
G 180 of 618 ~ 29.13%
B 199 of 618 ~ 32.2%

%38.67
%29.13
%32.2

CMYK color model

#EFB4C7 color CMYK value is (0,25,17,6).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 16.74%
  • key color value is 6.27%
CMYK:
(0,25,17,6)
C0M25Y17K6 
(0%,25%,17%,6%)
(0.00/0.25/0.17/0.06)	

CMYK percentages

%0
%24.69
%16.74
%6.27

Codes

Color #EFB4C7 in popluar color models

EFB4C7
RGB239180199
HSL341°64.84%82.16%
HSB/HSV341°24.69%93.73%
CMYK0.00%24.69%16.74%
6.27%

Color #EFB4C7 in popluar number systems.

HEXEFB4C7
Decimal239180199
Binary111011111011010011000111
Octal357264307

Shades and tints

Shades of #EFB4C7

#EFB4C7
(239,180,199)
#DAA4B5
(218,164,181)
#C594A3
(197,148,163)
#B08491
(176,132,145)
#9B747F
(155,116,127)
#86646D
(134,100,109)
#71545B
(113,84,91)
#5C4449
(92,68,73)
#473437
(71,52,55)
#322425
(50,36,37)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EFB4C7

#EFB4C7
(239,180,199)
#F0BACC
(240,186,204)
#F1C0D1
(241,192,209)
#F2C6D6
(242,198,214)
#F3CCDB
(243,204,219)
#F4D2E0
(244,210,224)
#F5D8E5
(245,216,229)
#F6DEEA
(246,222,234)
#F7E4EF
(247,228,239)
#F8EAF4
(248,234,244)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB4C7 color. Also use rgb(239,180,199) instead hex code.

Text Font Color

.myTextColor { color: #EFB4C7; }

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

This text font color is #EFB4C7.


Background Color

.myBgColor { background-color: #EFB4C7; }

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

This div background color is #EFB4C7.


Border color

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

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

This div border color is #EFB4C7.


Opacity

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

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

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

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

This text has shadow with #EFB4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB4C7 on black background.


Color preview on white background

This text has color #EFB4C7 on white background.



Black color preview on #EFB4C7 background

This text has black color on #EFB4C7 background.


White color preview on #EFB4C7 background

This text has white color on #EFB4C7 background.