COLOR #EFDBE4

HEX: #EFDBE4
RGB: (239,219,228)

Color info

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

RGB color model

#EFDBE4 color RGB value is (239,219,228).

  • red value is 239;
  • green value is 219;
  • blue value is 228.
RGB:
(239,219,228)
(94%,86%,89%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 228 of 255 = 89%

239
219
228

R + G + B ~ 90%. #EFDBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 219 + 228 = 686 (100%)
R 239 of 686 ~ 34.84%
G 219 of 686 ~ 31.92%
B 228 of 686 ~ 33.24%

%34.84
%31.92
%33.24

CMYK color model

#EFDBE4 color CMYK value is (0,8,5,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(0,8,5,6)
C0M8Y5K6 
(0%,8%,5%,6%)
(0.00/0.08/0.05/0.06)	

CMYK percentages

%0
%8.37
%4.6
%6.27

Codes

Color #EFDBE4 in popluar color models

EFDBE4
RGB239219228
HSL333°38.46%89.80%
HSB/HSV333°8.37%93.73%
CMYK0.00%8.37%4.60%
6.27%

Color #EFDBE4 in popluar number systems.

HEXEFDBE4
Decimal239219228
Binary111011111101101111100100
Octal357333344

Shades and tints

Shades of #EFDBE4

#EFDBE4
(239,219,228)
#DAC8D0
(218,200,208)
#C5B5BC
(197,181,188)
#B0A2A8
(176,162,168)
#9B8F94
(155,143,148)
#867C80
(134,124,128)
#71696C
(113,105,108)
#5C5658
(92,86,88)
#474344
(71,67,68)
#323030
(50,48,48)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #EFDBE4

#EFDBE4
(239,219,228)
#F0DEE6
(240,222,230)
#F1E1E8
(241,225,232)
#F2E4EA
(242,228,234)
#F3E7EC
(243,231,236)
#F4EAEE
(244,234,238)
#F5EDF0
(245,237,240)
#F6F0F2
(246,240,242)
#F7F3F4
(247,243,244)
#F8F6F6
(248,246,246)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDBE4 color. Also use rgb(239,219,228) instead hex code.

Text Font Color

.myTextColor { color: #EFDBE4; }

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

This text font color is #EFDBE4.


Background Color

.myBgColor { background-color: #EFDBE4; }

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

This div background color is #EFDBE4.


Border color

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

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

This div border color is #EFDBE4.


Opacity

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

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

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

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

This text has shadow with #EFDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDBE4 on black background.


Color preview on white background

This text has color #EFDBE4 on white background.



Black color preview on #EFDBE4 background

This text has black color on #EFDBE4 background.


White color preview on #EFDBE4 background

This text has white color on #EFDBE4 background.