COLOR #DBB3BD

HEX: #DBB3BD RGB: (219,179,189)

Color info

#DBB3BD contains red, green and blue colors in about the same proportion. Web safe color of #DBB3BD is #CC99CC (or #C9C).

RGB color model

#DBB3BD color RGB value is (219,179,189).

RGB: (219,179,189) (86%, 70%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 189 of 255 = 74%

219
179
189

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

Portions of RGB colors in percentages

R + G + B = 219 + 179 + 189 = 587 (100%)
R 219 of 587 ~ 37.31%
G 179 of 587 ~ 30.49%
B 189 of 587 ~ 32.2'%

%37.31
%30.49
%32.2

CMYK color model

#DBB3BD color CMYK value is (0,18,14,14).

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

CMYK: (0,18,14,14)
C0M18Y14K14 (0%, 18%, 14%, 14%)
(0.00 / 0.18 / 0.14 / 0.14)

CMYK percentages

%0
%18.26
%13.7
%14.12

Codes

Color #DBB3BD in popluar color models

DB B3 BD
RGB 219 179 189
HSL 345° 35.71% 78.04%
HSB/HSV 345° 18.26% 85.88%
CMYK 0.00% 18.26% 13.70%
14.12%

Color #DBB3BD in popluar number systems.

HEX DB B3 BD
Decimal 219 179 189
Binary 11011011 10110011 10111101
Octal 333 263 275

Shades and tints

Shades of #DBB3BD

#DBB3BD
(219,179,189)
#C8A3AC
(200,163,172)
#B5939B
(181,147,155)
#A2838A
(162,131,138)
#8F7379
(143,115,121)
#7C6368
(124,99,104)
#695357
(105,83,87)
#564346
(86,67,70)
#433335
(67,51,53)
#302324
(48,35,36)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #DBB3BD

#DBB3BD
(219,179,189)
#DEB9C3
(222,185,195)
#E1BFC9
(225,191,201)
#E4C5CF
(228,197,207)
#E7CBD5
(231,203,213)
#EAD1DB
(234,209,219)
#EDD7E1
(237,215,225)
#F0DDE7
(240,221,231)
#F3E3ED
(243,227,237)
#F6E9F3
(246,233,243)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB3BD; }

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

This text font color is #DBB3BD.

Background Color

.myBgColor { background-color: #DBB3BD; }

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

This div background color is #DBB3BD.

Border color

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

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

This div border color is #DBB3BD.

Opacity

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

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

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

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

This text has shadow with #DBB3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB3BD.

Preview

Color preview on black background

This text has color #DBB3BD on black background.


Color preview on white background

This text has color #DBB3BD on white background.


Black color preview on #DBB3BD background

This text has black color on #DBB3BD background.


White color preview on #DBB3BD background

This text has white color on #DBB3BD background.


Related colors

Complementary color

Complementary color for #hex is #244C42.


I love getcolorcode.com

Triadic colors

1 #BDDBB3 and #B3BDDB with #DBB3BD are triadic colors.

2 #BDB3DB and #B3DBBD with #DBB3BD are triadic colors.