COLOR #DFB1D6

HEX: #DFB1D6 RGB: (223,177,214)

Color info

#DFB1D6 contains red, green and blue colors in about the same proportion. Web safe color of #DFB1D6 is #CC99CC (or #C9C).

RGB color model

#DFB1D6 color RGB value is (223,177,214).

RGB: (223,177,214) (87%, 69%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 177 of 255 = 69%
B 214 of 255 = 84%

223
177
214

R + G + B ~ 80%. #DFB1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 177 + 214 = 614 (100%)
R 223 of 614 ~ 36.32%
G 177 of 614 ~ 28.83%
B 214 of 614 ~ 34.85'%

%36.32
%28.83
%34.85

CMYK color model

#DFB1D6 color CMYK value is (0,21,4,13).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK: (0,21,4,13) C0M21Y4K13 (0%,21%,4%,13%) (0.00/0.21/0.04/0.13) 

CMYK percentages

%0
%20.63
%4.04
%12.55

Codes

Color #DFB1D6 in popluar color models

DF B1 D6
RGB 223 177 214
HSL 312° 41.82% 78.43%
HSB/HSV 312° 20.63% 87.45%
CMYK 0.00% 20.63% 4.04%
12.55%

Color #DFB1D6 in popluar number systems.

HEX DF B1 D6
Decimal 223 177 214
Binary 11011111 10110001 11010110
Octal 337 261 326

Shades and tints

Shades of #DFB1D6

#DFB1D6
(223,177,214)
#CBA1C3
(203,161,195)
#B791B0
(183,145,176)
#A3819D
(163,129,157)
#8F718A
(143,113,138)
#7B6177
(123,97,119)
#675164
(103,81,100)
#534151
(83,65,81)
#3F313E
(63,49,62)
#2B212B
(43,33,43)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #DFB1D6

#DFB1D6
(223,177,214)
#E1B8D9
(225,184,217)
#E3BFDC
(227,191,220)
#E5C6DF
(229,198,223)
#E7CDE2
(231,205,226)
#E9D4E5
(233,212,229)
#EBDBE8
(235,219,232)
#EDE2EB
(237,226,235)
#EFE9EE
(239,233,238)
#F1F0F1
(241,240,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB1D6 color. Also use rgb(223,177,214) instead hex code.

Text Font Color

.myTextColor { color: #DFB1D6; }

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

This text font color is #DFB1D6.

Background Color

.myBgColor { background-color: #DFB1D6; }

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

This div background color is #DFB1D6.

Border color

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

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

This div border color is #DFB1D6.

Opacity

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

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

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

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

This text has shadow with #DFB1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB1D6.

Preview

Color preview on black background

This text has color #DFB1D6 on black background.


Color preview on white background

This text has color #DFB1D6 on white background.


Black color preview on #DFB1D6 background

This text has black color on #DFB1D6 background.


White color preview on #DFB1D6 background

This text has white color on #DFB1D6 background.


Related colors

Complementary color

Complementary color for #hex is #204E29.


I love getcolorcode.com

Triadic colors

1 #D6DFB1 and #B1D6DF with #DFB1D6 are triadic colors.

2 #D6B1DF and #B1DFD6 with #DFB1D6 are triadic colors.