COLOR #D9B0EF

HEX: #D9B0EF RGB: (217,176,239)

Color info

#D9B0EF contains mainly red and blue colors. Web safe color of #D9B0EF is #CC99FF (or #C9F).

RGB color model

#D9B0EF color RGB value is (217,176,239).

RGB: (217,176,239) (85%, 69%, 94%)

RGB channels and saturation

R 217 of 255 = 85%
G 176 of 255 = 69%
B 239 of 255 = 94%

217
176
239

R + G + B ~ 83%. #D9B0EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 176 + 239 = 632 (100%)
R 217 of 632 ~ 34.34%
G 176 of 632 ~ 27.85%
B 239 of 632 ~ 37.82'%

%34.34
%27.85
%37.82

CMYK color model

#D9B0EF color CMYK value is (9,26,0,6).

  • cyan value is 9.21%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,26,0,6)
C9M26Y0K6 (9%, 26%, 0%, 6%)
(0.09 / 0.26 / 0.00 / 0.06)

CMYK percentages

%9.21
%26.36
%0
%6.27

Codes

Color #D9B0EF in popluar color models

D9 B0 EF
RGB 217 176 239
HSL 279° 66.32% 81.37%
HSB/HSV 279° 26.36% 93.73%
CMYK 9.21% 26.36% 0.00%
6.27%

Color #D9B0EF in popluar number systems.

HEX D9 B0 EF
Decimal 217 176 239
Binary 11011001 10110000 11101111
Octal 331 260 357

Shades and tints

Shades of #D9B0EF

#D9B0EF
(217,176,239)
#C6A0DA
(198,160,218)
#B390C5
(179,144,197)
#A080B0
(160,128,176)
#8D709B
(141,112,155)
#7A6086
(122,96,134)
#675071
(103,80,113)
#54405C
(84,64,92)
#413047
(65,48,71)
#2E2032
(46,32,50)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #D9B0EF

#D9B0EF
(217,176,239)
#DCB7F0
(220,183,240)
#DFBEF1
(223,190,241)
#E2C5F2
(226,197,242)
#E5CCF3
(229,204,243)
#E8D3F4
(232,211,244)
#EBDAF5
(235,218,245)
#EEE1F6
(238,225,246)
#F1E8F7
(241,232,247)
#F4EFF8
(244,239,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B0EF color. Also use rgb(217,176,239) instead hex code.

Text Font Color

.myTextColor { color: #D9B0EF; }

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

This text font color is #D9B0EF.

Background Color

.myBgColor { background-color: #D9B0EF; }

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

This div background color is #D9B0EF.

Border color

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

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

This div border color is #D9B0EF.

Opacity

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

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

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

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

This text has shadow with #D9B0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B0EF.

Preview

Color preview on black background

This text has color #D9B0EF on black background.


Color preview on white background

This text has color #D9B0EF on white background.


Black color preview on #D9B0EF background

This text has black color on #D9B0EF background.


White color preview on #D9B0EF background

This text has white color on #D9B0EF background.


Related colors

Complementary color

Complementary color for #hex is #264F10.


I love getcolorcode.com

Triadic colors

1 #EFD9B0 and #B0EFD9 with #D9B0EF are triadic colors.

2 #EFB0D9 and #B0D9EF with #D9B0EF are triadic colors.