COLOR #DFB4B6

HEX: #DFB4B6 RGB: (223,180,182)

Color info

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

RGB color model

#DFB4B6 color RGB value is (223,180,182).

RGB: (223,180,182) (87%, 71%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 182 of 255 = 71%

223
180
182

R + G + B ~ 76%. #DFB4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 180 + 182 = 585 (100%)
R 223 of 585 ~ 38.12%
G 180 of 585 ~ 30.77%
B 182 of 585 ~ 31.11'%

%38.12
%30.77
%31.11

CMYK color model

#DFB4B6 color CMYK value is (0,19,18,13).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 18.39%
  • key color value is 12.55%

CMYK: (0,19,18,13)
C0M19Y18K13 (0%, 19%, 18%, 13%)
(0.00 / 0.19 / 0.18 / 0.13)

CMYK percentages

%0
%19.28
%18.39
%12.55

Codes

Color #DFB4B6 in popluar color models

DF B4 B6
RGB 223 180 182
HSL 357° 40.19% 79.02%
HSB/HSV 357° 19.28% 87.45%
CMYK 0.00% 19.28% 18.39%
12.55%

Color #DFB4B6 in popluar number systems.

HEX DF B4 B6
Decimal 223 180 182
Binary 11011111 10110100 10110110
Octal 337 264 266

Shades and tints

Shades of #DFB4B6

#DFB4B6
(223,180,182)
#CBA4A6
(203,164,166)
#B79496
(183,148,150)
#A38486
(163,132,134)
#8F7476
(143,116,118)
#7B6466
(123,100,102)
#675456
(103,84,86)
#534446
(83,68,70)
#3F3436
(63,52,54)
#2B2426
(43,36,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #DFB4B6

#DFB4B6
(223,180,182)
#E1BABC
(225,186,188)
#E3C0C2
(227,192,194)
#E5C6C8
(229,198,200)
#E7CCCE
(231,204,206)
#E9D2D4
(233,210,212)
#EBD8DA
(235,216,218)
#EDDEE0
(237,222,224)
#EFE4E6
(239,228,230)
#F1EAEC
(241,234,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB4B6 color. Also use rgb(223,180,182) instead hex code.

Text Font Color

.myTextColor { color: #DFB4B6; }

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

This text font color is #DFB4B6.

Background Color

.myBgColor { background-color: #DFB4B6; }

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

This div background color is #DFB4B6.

Border color

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

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

This div border color is #DFB4B6.

Opacity

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

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

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

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

This text has shadow with #DFB4B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB4B6.

Preview

Color preview on black background

This text has color #DFB4B6 on black background.


Color preview on white background

This text has color #DFB4B6 on white background.


Black color preview on #DFB4B6 background

This text has black color on #DFB4B6 background.


White color preview on #DFB4B6 background

This text has white color on #DFB4B6 background.


Related colors

Complementary color

Complementary color for #hex is #204B49.


I love getcolorcode.com

Triadic colors

1 #B6DFB4 and #B4B6DF with #DFB4B6 are triadic colors.

2 #B6B4DF and #B4DFB6 with #DFB4B6 are triadic colors.