COLOR #EFDBF9

HEX: #EFDBF9 RGB: (239,219,249)

Color info

#EFDBF9 contains red, green and blue colors in about the same proportion. Web safe color of #EFDBF9 is #FFCCFF (or #FCF).

RGB color model

#EFDBF9 color RGB value is (239,219,249).

RGB: (239,219,249) (94%, 86%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 249 of 255 = 98%

239
219
249

R + G + B ~ 93%. #EFDBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 219 + 249 = 707 (100%)
R 239 of 707 ~ 33.8%
G 219 of 707 ~ 30.98%
B 249 of 707 ~ 35.22'%

%33.8
%30.98
%35.22

CMYK color model

#EFDBF9 color CMYK value is (4,12,0,2).

  • cyan value is 4.02%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (4,12,0,2)
C4M12Y0K2 (4%, 12%, 0%, 2%)
(0.04 / 0.12 / 0.00 / 0.02)

CMYK percentages

%4.02
%12.05
%0
%2.35

Codes

Color #EFDBF9 in popluar color models

EF DB F9
RGB 239 219 249
HSL 280° 71.43% 91.76%
HSB/HSV 280° 12.05% 97.65%
CMYK 4.02% 12.05% 0.00%
2.35%

Color #EFDBF9 in popluar number systems.

HEX EF DB F9
Decimal 239 219 249
Binary 11101111 11011011 11111001
Octal 357 333 371

Shades and tints

Shades of #EFDBF9

#EFDBF9
(239,219,249)
#DAC8E3
(218,200,227)
#C5B5CD
(197,181,205)
#B0A2B7
(176,162,183)
#9B8FA1
(155,143,161)
#867C8B
(134,124,139)
#716975
(113,105,117)
#5C565F
(92,86,95)
#474349
(71,67,73)
#323033
(50,48,51)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #EFDBF9

#EFDBF9
(239,219,249)
#F0DEF9
(240,222,249)
#F1E1F9
(241,225,249)
#F2E4F9
(242,228,249)
#F3E7F9
(243,231,249)
#F4EAF9
(244,234,249)
#F5EDF9
(245,237,249)
#F6F0F9
(246,240,249)
#F7F3F9
(247,243,249)
#F8F6F9
(248,246,249)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBF9; }

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

This text font color is #EFDBF9.

Background Color

.myBgColor { background-color: #EFDBF9; }

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

This div background color is #EFDBF9.

Border color

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

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

This div border color is #EFDBF9.

Opacity

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

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

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

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

This text has shadow with #EFDBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDBF9.

Preview

Color preview on black background

This text has color #EFDBF9 on black background.


Color preview on white background

This text has color #EFDBF9 on white background.


Black color preview on #EFDBF9 background

This text has black color on #EFDBF9 background.


White color preview on #EFDBF9 background

This text has white color on #EFDBF9 background.


Related colors

Complementary color

Complementary color for #hex is #102406.


I love getcolorcode.com

Triadic colors

1 #F9EFDB and #DBF9EF with #EFDBF9 are triadic colors.

2 #F9DBEF and #DBEFF9 with #EFDBF9 are triadic colors.