COLOR #EFDBE6

HEX: #EFDBE6
RGB: (239,219,230)

Color info

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

RGB color model

#EFDBE6 color RGB value is (239,219,230).

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

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 230 of 255 = 90%

239
219
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 219 + 230 = 688 (100%)
R 239 of 688 ~ 34.74%
G 219 of 688 ~ 31.83%
B 230 of 688 ~ 33.43%

%34.74
%31.83
%33.43

CMYK color model

#EFDBE6 color CMYK value is (0,8,4,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,8,4,6)
C0M8Y4K6 
(0%,8%,4%,6%)
(0.00/0.08/0.04/0.06)	

CMYK percentages

%0
%8.37
%3.77
%6.27

Codes

Color #EFDBE6 in popluar color models

EFDBE6
RGB239219230
HSL327°38.46%89.80%
HSB/HSV327°8.37%93.73%
CMYK0.00%8.37%3.77%
6.27%

Color #EFDBE6 in popluar number systems.

HEXEFDBE6
Decimal239219230
Binary111011111101101111100110
Octal357333346

Shades and tints

Shades of #EFDBE6

#EFDBE6
(239,219,230)
#DAC8D2
(218,200,210)
#C5B5BE
(197,181,190)
#B0A2AA
(176,162,170)
#9B8F96
(155,143,150)
#867C82
(134,124,130)
#71696E
(113,105,110)
#5C565A
(92,86,90)
#474346
(71,67,70)
#323032
(50,48,50)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #EFDBE6

#EFDBE6
(239,219,230)
#F0DEE8
(240,222,232)
#F1E1EA
(241,225,234)
#F2E4EC
(242,228,236)
#F3E7EE
(243,231,238)
#F4EAF0
(244,234,240)
#F5EDF2
(245,237,242)
#F6F0F4
(246,240,244)
#F7F3F6
(247,243,246)
#F8F6F8
(248,246,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBE6; }

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

This text font color is #EFDBE6.


Background Color

.myBgColor { background-color: #EFDBE6; }

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

This div background color is #EFDBE6.


Border color

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

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

This div border color is #EFDBE6.


Opacity

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

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

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

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

This text has shadow with #EFDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDBE6 on black background.


Color preview on white background

This text has color #EFDBE6 on white background.



Black color preview on #EFDBE6 background

This text has black color on #EFDBE6 background.


White color preview on #EFDBE6 background

This text has white color on #EFDBE6 background.