COLOR #DBB9D4

HEX: #DBB9D4
RGB: (219,185,212)

Color info

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

RGB color model

#DBB9D4 color RGB value is (219,185,212).

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

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 212 of 255 = 83%

219
185
212

R + G + B ~ 81%. #DBB9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 212 = 616 (100%)
R 219 of 616 ~ 35.55%
G 185 of 616 ~ 30.03%
B 212 of 616 ~ 34.42%

%35.55
%30.03
%34.42

CMYK color model

#DBB9D4 color CMYK value is (0,16,3,14).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(0,16,3,14)
C0M16Y3K14 
(0%,16%,3%,14%)
(0.00/0.16/0.03/0.14)	

CMYK percentages

%0
%15.53
%3.2
%14.12

Codes

Color #DBB9D4 in popluar color models

DBB9D4
RGB219185212
HSL312°32.08%79.22%
HSB/HSV312°15.53%85.88%
CMYK0.00%15.53%3.20%
14.12%

Color #DBB9D4 in popluar number systems.

HEXDBB9D4
Decimal219185212
Binary110110111011100111010100
Octal333271324

Shades and tints

Shades of #DBB9D4

#DBB9D4
(219,185,212)
#C8A9C1
(200,169,193)
#B599AE
(181,153,174)
#A2899B
(162,137,155)
#8F7988
(143,121,136)
#7C6975
(124,105,117)
#695962
(105,89,98)
#56494F
(86,73,79)
#43393C
(67,57,60)
#302929
(48,41,41)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBB9D4

#DBB9D4
(219,185,212)
#DEBFD7
(222,191,215)
#E1C5DA
(225,197,218)
#E4CBDD
(228,203,221)
#E7D1E0
(231,209,224)
#EAD7E3
(234,215,227)
#EDDDE6
(237,221,230)
#F0E3E9
(240,227,233)
#F3E9EC
(243,233,236)
#F6EFEF
(246,239,239)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9D4; }

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

This text font color is #DBB9D4.


Background Color

.myBgColor { background-color: #DBB9D4; }

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

This div background color is #DBB9D4.


Border color

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

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

This div border color is #DBB9D4.


Opacity

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

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

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

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

This text has shadow with #DBB9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9D4 on black background.


Color preview on white background

This text has color #DBB9D4 on white background.



Black color preview on #DBB9D4 background

This text has black color on #DBB9D4 background.


White color preview on #DBB9D4 background

This text has white color on #DBB9D4 background.