COLOR #DBB6BF

HEX: #DBB6BF RGB: (219,182,191)

Color info

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

RGB color model

#DBB6BF color RGB value is (219,182,191).

RGB: (219,182,191) (86%, 71%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 191 of 255 = 75%

219
182
191

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

Portions of RGB colors in percentages

R + G + B = 219 + 182 + 191 = 592 (100%)
R 219 of 592 ~ 36.99%
G 182 of 592 ~ 30.74%
B 191 of 592 ~ 32.26'%

%36.99
%30.74
%32.26

CMYK color model

#DBB6BF color CMYK value is (0,17,13,14).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 12.79%
  • key color value is 14.12%
CMYK: (0,17,13,14) C0M17Y13K14 (0%,17%,13%,14%) (0.00/0.17/0.13/0.14) 

CMYK percentages

%0
%16.89
%12.79
%14.12

Codes

Color #DBB6BF in popluar color models

DB B6 BF
RGB 219 182 191
HSL 345° 33.94% 78.63%
HSB/HSV 345° 16.89% 85.88%
CMYK 0.00% 16.89% 12.79%
14.12%

Color #DBB6BF in popluar number systems.

HEX DB B6 BF
Decimal 219 182 191
Binary 11011011 10110110 10111111
Octal 333 266 277

Shades and tints

Shades of #DBB6BF

#DBB6BF
(219,182,191)
#C8A6AE
(200,166,174)
#B5969D
(181,150,157)
#A2868C
(162,134,140)
#8F767B
(143,118,123)
#7C666A
(124,102,106)
#695659
(105,86,89)
#564648
(86,70,72)
#433637
(67,54,55)
#302626
(48,38,38)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #DBB6BF

#DBB6BF
(219,182,191)
#DEBCC4
(222,188,196)
#E1C2C9
(225,194,201)
#E4C8CE
(228,200,206)
#E7CED3
(231,206,211)
#EAD4D8
(234,212,216)
#EDDADD
(237,218,221)
#F0E0E2
(240,224,226)
#F3E6E7
(243,230,231)
#F6ECEC
(246,236,236)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB6BF color. Also use rgb(219,182,191) instead hex code.

Text Font Color

.myTextColor { color: #DBB6BF; }

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

This text font color is #DBB6BF.

Background Color

.myBgColor { background-color: #DBB6BF; }

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

This div background color is #DBB6BF.

Border color

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

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

This div border color is #DBB6BF.

Opacity

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

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

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

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

This text has shadow with #DBB6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB6BF.

Preview

Color preview on black background

This text has color #DBB6BF on black background.


Color preview on white background

This text has color #DBB6BF on white background.


Black color preview on #DBB6BF background

This text has black color on #DBB6BF background.


White color preview on #DBB6BF background

This text has white color on #DBB6BF background.


Related colors

Complementary color

Complementary color for #hex is #244940.


I love getcolorcode.com

Triadic colors

1 #BFDBB6 and #B6BFDB with #DBB6BF are triadic colors.

2 #BFB6DB and #B6DBBF with #DBB6BF are triadic colors.