COLOR #DBB9D2

HEX: #DBB9D2
RGB: (219,185,210)

Color info

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

RGB color model

#DBB9D2 color RGB value is (219,185,210).

  • red value is 219;
  • green value is 185;
  • blue value is 210.
RGB:
(219,185,210)
(86%,73%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 210 of 255 = 82%

219
185
210

R + G + B ~ 80%. #DBB9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 210 = 614 (100%)
R 219 of 614 ~ 35.67%
G 185 of 614 ~ 30.13%
B 210 of 614 ~ 34.2%

%35.67
%30.13
%34.2

CMYK color model

#DBB9D2 color CMYK value is (0,16,4,14).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(0,16,4,14)
C0M16Y4K14 
(0%,16%,4%,14%)
(0.00/0.16/0.04/0.14)	

CMYK percentages

%0
%15.53
%4.11
%14.12

Codes

Color #DBB9D2 in popluar color models

DBB9D2
RGB219185210
HSL316°32.08%79.22%
HSB/HSV316°15.53%85.88%
CMYK0.00%15.53%4.11%
14.12%

Color #DBB9D2 in popluar number systems.

HEXDBB9D2
Decimal219185210
Binary110110111011100111010010
Octal333271322

Shades and tints

Shades of #DBB9D2

#DBB9D2
(219,185,210)
#C8A9BF
(200,169,191)
#B599AC
(181,153,172)
#A28999
(162,137,153)
#8F7986
(143,121,134)
#7C6973
(124,105,115)
#695960
(105,89,96)
#56494D
(86,73,77)
#43393A
(67,57,58)
#302927
(48,41,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBB9D2

#DBB9D2
(219,185,210)
#DEBFD6
(222,191,214)
#E1C5DA
(225,197,218)
#E4CBDE
(228,203,222)
#E7D1E2
(231,209,226)
#EAD7E6
(234,215,230)
#EDDDEA
(237,221,234)
#F0E3EE
(240,227,238)
#F3E9F2
(243,233,242)
#F6EFF6
(246,239,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB9D2 color. Also use rgb(219,185,210) instead hex code.

Text Font Color

.myTextColor { color: #DBB9D2; }

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

This text font color is #DBB9D2.


Background Color

.myBgColor { background-color: #DBB9D2; }

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

This div background color is #DBB9D2.


Border color

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

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

This div border color is #DBB9D2.


Opacity

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

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

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

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

This text has shadow with #DBB9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9D2 on black background.


Color preview on white background

This text has color #DBB9D2 on white background.



Black color preview on #DBB9D2 background

This text has black color on #DBB9D2 background.


White color preview on #DBB9D2 background

This text has white color on #DBB9D2 background.