COLOR #DBBCB0

HEX: #DBBCB0 RGB: (219,188,176)

Color info

#DBBCB0 contains red, green and blue colors in about the same proportion. Web safe color of #DBBCB0 is #CCCC99 (or #CC9).

RGB color model

#DBBCB0 color RGB value is (219,188,176).

RGB: (219,188,176) (86%, 74%, 69%)

RGB channels and saturation

R 219 of 255 = 86%
G 188 of 255 = 74%
B 176 of 255 = 69%

219
188
176

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

Portions of RGB colors in percentages

R + G + B = 219 + 188 + 176 = 583 (100%)
R 219 of 583 ~ 37.56%
G 188 of 583 ~ 32.25%
B 176 of 583 ~ 30.19'%

%37.56
%32.25
%30.19

CMYK color model

#DBBCB0 color CMYK value is (0,14,20,14).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK: (0,14,20,14) C0M14Y20K14 (0%,14%,20%,14%) (0.00/0.14/0.20/0.14) 

CMYK percentages

%0
%14.16
%19.63
%14.12

Codes

Color #DBBCB0 in popluar color models

DB BC B0
RGB 219 188 176
HSL 17° 37.39% 77.45%
HSB/HSV 17° 19.63% 85.88%
CMYK 0.00% 14.16% 19.63%
14.12%

Color #DBBCB0 in popluar number systems.

HEX DB BC B0
Decimal 219 188 176
Binary 11011011 10111100 10110000
Octal 333 274 260

Shades and tints

Shades of #DBBCB0

#DBBCB0
(219,188,176)
#C8ABA0
(200,171,160)
#B59A90
(181,154,144)
#A28980
(162,137,128)
#8F7870
(143,120,112)
#7C6760
(124,103,96)
#695650
(105,86,80)
#564540
(86,69,64)
#433430
(67,52,48)
#302320
(48,35,32)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #DBBCB0

#DBBCB0
(219,188,176)
#DEC2B7
(222,194,183)
#E1C8BE
(225,200,190)
#E4CEC5
(228,206,197)
#E7D4CC
(231,212,204)
#EADAD3
(234,218,211)
#EDE0DA
(237,224,218)
#F0E6E1
(240,230,225)
#F3ECE8
(243,236,232)
#F6F2EF
(246,242,239)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBCB0 color. Also use rgb(219,188,176) instead hex code.

Text Font Color

.myTextColor { color: #DBBCB0; }

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

This text font color is #DBBCB0.

Background Color

.myBgColor { background-color: #DBBCB0; }

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

This div background color is #DBBCB0.

Border color

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

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

This div border color is #DBBCB0.

Opacity

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

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

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

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

This text has shadow with #DBBCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBCB0.

Preview

Color preview on black background

This text has color #DBBCB0 on black background.


Color preview on white background

This text has color #DBBCB0 on white background.


Black color preview on #DBBCB0 background

This text has black color on #DBBCB0 background.


White color preview on #DBBCB0 background

This text has white color on #DBBCB0 background.


Related colors

Complementary color

Complementary color for #hex is #24434F.


I love getcolorcode.com

Triadic colors

1 #B0DBBC and #BCB0DB with #DBBCB0 are triadic colors.

2 #B0BCDB and #BCDBB0 with #DBBCB0 are triadic colors.