COLOR #DBC3BD

HEX: #DBC3BD RGB: (219,195,189)

Color info

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

RGB color model

#DBC3BD color RGB value is (219,195,189).

RGB: (219,195,189) (86%, 76%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 189 of 255 = 74%

219
195
189

R + G + B ~ 79%. #DBC3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 195 + 189 = 603 (100%)
R 219 of 603 ~ 36.32%
G 195 of 603 ~ 32.34%
B 189 of 603 ~ 31.34'%

%36.32
%32.34
%31.34

CMYK color model

#DBC3BD color CMYK value is (0,11,14,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 13.70%
  • key color value is 14.12%

CMYK: (0,11,14,14)
C0M11Y14K14 (0%, 11%, 14%, 14%)
(0.00 / 0.11 / 0.14 / 0.14)

CMYK percentages

%0
%10.96
%13.7
%14.12

Codes

Color #DBC3BD in popluar color models

DB C3 BD
RGB 219 195 189
HSL 12° 29.41% 80.00%
HSB/HSV 12° 13.70% 85.88%
CMYK 0.00% 10.96% 13.70%
14.12%

Color #DBC3BD in popluar number systems.

HEX DB C3 BD
Decimal 219 195 189
Binary 11011011 11000011 10111101
Octal 333 303 275

Shades and tints

Shades of #DBC3BD

#DBC3BD
(219,195,189)
#C8B2AC
(200,178,172)
#B5A19B
(181,161,155)
#A2908A
(162,144,138)
#8F7F79
(143,127,121)
#7C6E68
(124,110,104)
#695D57
(105,93,87)
#564C46
(86,76,70)
#433B35
(67,59,53)
#302A24
(48,42,36)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #DBC3BD

#DBC3BD
(219,195,189)
#DEC8C3
(222,200,195)
#E1CDC9
(225,205,201)
#E4D2CF
(228,210,207)
#E7D7D5
(231,215,213)
#EADCDB
(234,220,219)
#EDE1E1
(237,225,225)
#F0E6E7
(240,230,231)
#F3EBED
(243,235,237)
#F6F0F3
(246,240,243)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC3BD color. Also use rgb(219,195,189) instead hex code.

Text Font Color

.myTextColor { color: #DBC3BD; }

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

This text font color is #DBC3BD.

Background Color

.myBgColor { background-color: #DBC3BD; }

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

This div background color is #DBC3BD.

Border color

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

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

This div border color is #DBC3BD.

Opacity

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

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

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

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

This text has shadow with #DBC3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC3BD.

Preview

Color preview on black background

This text has color #DBC3BD on black background.


Color preview on white background

This text has color #DBC3BD on white background.


Black color preview on #DBC3BD background

This text has black color on #DBC3BD background.


White color preview on #DBC3BD background

This text has white color on #DBC3BD background.


Related colors

Complementary color

Complementary color for #hex is #243C42.


I love getcolorcode.com

Triadic colors

1 #BDDBC3 and #C3BDDB with #DBC3BD are triadic colors.

2 #BDC3DB and #C3DBBD with #DBC3BD are triadic colors.