COLOR #DFBBB6

HEX: #DFBBB6 RGB: (223,187,182)

Color info

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

RGB color model

#DFBBB6 color RGB value is (223,187,182).

RGB: (223,187,182) (87%, 73%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 182 of 255 = 71%

223
187
182

R + G + B ~ 77%. #DFBBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 182 = 592 (100%)
R 223 of 592 ~ 37.67%
G 187 of 592 ~ 31.59%
B 182 of 592 ~ 30.74'%

%37.67
%31.59
%30.74

CMYK color model

#DFBBB6 color CMYK value is (0,16,18,13).

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

CMYK: (0,16,18,13)
C0M16Y18K13 (0%, 16%, 18%, 13%)
(0.00 / 0.16 / 0.18 / 0.13)

CMYK percentages

%0
%16.14
%18.39
%12.55

Codes

Color #DFBBB6 in popluar color models

DF BB B6
RGB 223 187 182
HSL 39.05% 79.41%
HSB/HSV 18.39% 87.45%
CMYK 0.00% 16.14% 18.39%
12.55%

Color #DFBBB6 in popluar number systems.

HEX DF BB B6
Decimal 223 187 182
Binary 11011111 10111011 10110110
Octal 337 273 266

Shades and tints

Shades of #DFBBB6

#DFBBB6
(223,187,182)
#CBAAA6
(203,170,166)
#B79996
(183,153,150)
#A38886
(163,136,134)
#8F7776
(143,119,118)
#7B6666
(123,102,102)
#675556
(103,85,86)
#534446
(83,68,70)
#3F3336
(63,51,54)
#2B2226
(43,34,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #DFBBB6

#DFBBB6
(223,187,182)
#E1C1BC
(225,193,188)
#E3C7C2
(227,199,194)
#E5CDC8
(229,205,200)
#E7D3CE
(231,211,206)
#E9D9D4
(233,217,212)
#EBDFDA
(235,223,218)
#EDE5E0
(237,229,224)
#EFEBE6
(239,235,230)
#F1F1EC
(241,241,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBBB6; }

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

This text font color is #DFBBB6.

Background Color

.myBgColor { background-color: #DFBBB6; }

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

This div background color is #DFBBB6.

Border color

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

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

This div border color is #DFBBB6.

Opacity

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

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

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

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

This text has shadow with #DFBBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBBB6.

Preview

Color preview on black background

This text has color #DFBBB6 on black background.


Color preview on white background

This text has color #DFBBB6 on white background.


Black color preview on #DFBBB6 background

This text has black color on #DFBBB6 background.


White color preview on #DFBBB6 background

This text has white color on #DFBBB6 background.


Related colors

Complementary color

Complementary color for #hex is #204449.


I love getcolorcode.com

Triadic colors

1 #B6DFBB and #BBB6DF with #DFBBB6 are triadic colors.

2 #B6BBDF and #BBDFB6 with #DFBBB6 are triadic colors.