COLOR #EFDAD8

HEX: #EFDAD8
RGB: (239,218,216)

Color info

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

RGB color model

#EFDAD8 color RGB value is (239,218,216).

  • red value is 239;
  • green value is 218;
  • blue value is 216.
RGB:
(239,218,216)
(94%,85%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 216 of 255 = 85%

239
218
216

R + G + B ~ 88%. #EFDAD8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 216 = 673 (100%)
R 239 of 673 ~ 35.51%
G 218 of 673 ~ 32.39%
B 216 of 673 ~ 32.1%

%35.51
%32.39
%32.1

CMYK color model

#EFDAD8 color CMYK value is (0,9,10,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK:
(0,9,10,6)
C0M9Y10K6 
(0%,9%,10%,6%)
(0.00/0.09/0.10/0.06)	

CMYK percentages

%0
%8.79
%9.62
%6.27

Codes

Color #EFDAD8 in popluar color models

EFDAD8
RGB239218216
HSL41.82%89.22%
HSB/HSV9.62%93.73%
CMYK0.00%8.79%9.62%
6.27%

Color #EFDAD8 in popluar number systems.

HEXEFDAD8
Decimal239218216
Binary111011111101101011011000
Octal357332330

Shades and tints

Shades of #EFDAD8

#EFDAD8
(239,218,216)
#DAC7C5
(218,199,197)
#C5B4B2
(197,180,178)
#B0A19F
(176,161,159)
#9B8E8C
(155,142,140)
#867B79
(134,123,121)
#716866
(113,104,102)
#5C5553
(92,85,83)
#474240
(71,66,64)
#322F2D
(50,47,45)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFDAD8

#EFDAD8
(239,218,216)
#F0DDDB
(240,221,219)
#F1E0DE
(241,224,222)
#F2E3E1
(242,227,225)
#F3E6E4
(243,230,228)
#F4E9E7
(244,233,231)
#F5ECEA
(245,236,234)
#F6EFED
(246,239,237)
#F7F2F0
(247,242,240)
#F8F5F3
(248,245,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDAD8 color. Also use rgb(239,218,216) instead hex code.

Text Font Color

.myTextColor { color: #EFDAD8; }

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

This text font color is #EFDAD8.


Background Color

.myBgColor { background-color: #EFDAD8; }

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

This div background color is #EFDAD8.


Border color

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

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

This div border color is #EFDAD8.


Opacity

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

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

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

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

This text has shadow with #EFDAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDAD8 on black background.


Color preview on white background

This text has color #EFDAD8 on white background.



Black color preview on #EFDAD8 background

This text has black color on #EFDAD8 background.


White color preview on #EFDAD8 background

This text has white color on #EFDAD8 background.