COLOR #DFBBD9

HEX: #DFBBD9 RGB: (223,187,217)

Color info

#DFBBD9 contains red, green and blue colors in about the same proportion. Web safe color of #DFBBD9 is #CCCCCC (or #CCC).

RGB color model

#DFBBD9 color RGB value is (223,187,217).

RGB: (223,187,217) (87%, 73%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 217 of 255 = 85%

223
187
217

R + G + B ~ 82%. #DFBBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 217 = 627 (100%)
R 223 of 627 ~ 35.57%
G 187 of 627 ~ 29.82%
B 217 of 627 ~ 34.61'%

%35.57
%29.82
%34.61

CMYK color model

#DFBBD9 color CMYK value is (0,16,3,13).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 2.69%
  • key color value is 12.55%

CMYK: (0,16,3,13)
C0M16Y3K13 (0%, 16%, 3%, 13%)
(0.00 / 0.16 / 0.03 / 0.13)

CMYK percentages

%0
%16.14
%2.69
%12.55

Codes

Color #DFBBD9 in popluar color models

DF BB D9
RGB 223 187 217
HSL 310° 36.00% 80.39%
HSB/HSV 310° 16.14% 87.45%
CMYK 0.00% 16.14% 2.69%
12.55%

Color #DFBBD9 in popluar number systems.

HEX DF BB D9
Decimal 223 187 217
Binary 11011111 10111011 11011001
Octal 337 273 331

Shades and tints

Shades of #DFBBD9

#DFBBD9
(223,187,217)
#CBAAC6
(203,170,198)
#B799B3
(183,153,179)
#A388A0
(163,136,160)
#8F778D
(143,119,141)
#7B667A
(123,102,122)
#675567
(103,85,103)
#534454
(83,68,84)
#3F3341
(63,51,65)
#2B222E
(43,34,46)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #DFBBD9

#DFBBD9
(223,187,217)
#E1C1DC
(225,193,220)
#E3C7DF
(227,199,223)
#E5CDE2
(229,205,226)
#E7D3E5
(231,211,229)
#E9D9E8
(233,217,232)
#EBDFEB
(235,223,235)
#EDE5EE
(237,229,238)
#EFEBF1
(239,235,241)
#F1F1F4
(241,241,244)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBBD9 color. Also use rgb(223,187,217) instead hex code.

Text Font Color

.myTextColor { color: #DFBBD9; }

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

This text font color is #DFBBD9.

Background Color

.myBgColor { background-color: #DFBBD9; }

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

This div background color is #DFBBD9.

Border color

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

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

This div border color is #DFBBD9.

Opacity

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

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

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

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

This text has shadow with #DFBBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBBD9.

Preview

Color preview on black background

This text has color #DFBBD9 on black background.


Color preview on white background

This text has color #DFBBD9 on white background.


Black color preview on #DFBBD9 background

This text has black color on #DFBBD9 background.


White color preview on #DFBBD9 background

This text has white color on #DFBBD9 background.


Related colors

Complementary color

Complementary color for #hex is #204426.


I love getcolorcode.com

Triadic colors

1 #D9DFBB and #BBD9DF with #DFBBD9 are triadic colors.

2 #D9BBDF and #BBDFD9 with #DFBBD9 are triadic colors.