COLOR #DBB9CE

HEX: #DBB9CE RGB: (219,185,206)

Color info

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

RGB color model

#DBB9CE color RGB value is (219,185,206).

RGB: (219,185,206) (86%, 73%, 81%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 206 of 255 = 81%

219
185
206

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

Portions of RGB colors in percentages

R + G + B = 219 + 185 + 206 = 610 (100%)
R 219 of 610 ~ 35.9%
G 185 of 610 ~ 30.33%
B 206 of 610 ~ 33.77'%

%35.9
%30.33
%33.77

CMYK color model

#DBB9CE color CMYK value is (0,16,6,14).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 5.94%
  • key color value is 14.12%

CMYK: (0,16,6,14)
C0M16Y6K14 (0%, 16%, 6%, 14%)
(0.00 / 0.16 / 0.06 / 0.14)

CMYK percentages

%0
%15.53
%5.94
%14.12

Codes

Color #DBB9CE in popluar color models

DB B9 CE
RGB 219 185 206
HSL 323° 32.08% 79.22%
HSB/HSV 323° 15.53% 85.88%
CMYK 0.00% 15.53% 5.94%
14.12%

Color #DBB9CE in popluar number systems.

HEX DB B9 CE
Decimal 219 185 206
Binary 11011011 10111001 11001110
Octal 333 271 316

Shades and tints

Shades of #DBB9CE

#DBB9CE
(219,185,206)
#C8A9BC
(200,169,188)
#B599AA
(181,153,170)
#A28998
(162,137,152)
#8F7986
(143,121,134)
#7C6974
(124,105,116)
#695962
(105,89,98)
#564950
(86,73,80)
#43393E
(67,57,62)
#30292C
(48,41,44)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #DBB9CE

#DBB9CE
(219,185,206)
#DEBFD2
(222,191,210)
#E1C5D6
(225,197,214)
#E4CBDA
(228,203,218)
#E7D1DE
(231,209,222)
#EAD7E2
(234,215,226)
#EDDDE6
(237,221,230)
#F0E3EA
(240,227,234)
#F3E9EE
(243,233,238)
#F6EFF2
(246,239,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9CE; }

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

This text font color is #DBB9CE.

Background Color

.myBgColor { background-color: #DBB9CE; }

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

This div background color is #DBB9CE.

Border color

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

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

This div border color is #DBB9CE.

Opacity

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

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

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

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

This text has shadow with #DBB9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB9CE.

Preview

Color preview on black background

This text has color #DBB9CE on black background.


Color preview on white background

This text has color #DBB9CE on white background.


Black color preview on #DBB9CE background

This text has black color on #DBB9CE background.


White color preview on #DBB9CE background

This text has white color on #DBB9CE background.


Related colors

Complementary color

Complementary color for #hex is #244631.


I love getcolorcode.com

Triadic colors

1 #CEDBB9 and #B9CEDB with #DBB9CE are triadic colors.

2 #CEB9DB and #B9DBCE with #DBB9CE are triadic colors.