COLOR #DBB9C8

HEX: #DBB9C8 RGB: (219,185,200)

Color info

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

RGB color model

#DBB9C8 color RGB value is (219,185,200).

RGB: (219,185,200) (86%, 73%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 200 of 255 = 78%

219
185
200

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

Portions of RGB colors in percentages

R + G + B = 219 + 185 + 200 = 604 (100%)
R 219 of 604 ~ 36.26%
G 185 of 604 ~ 30.63%
B 200 of 604 ~ 33.11'%

%36.26
%30.63
%33.11

CMYK color model

#DBB9C8 color CMYK value is (0,16,9,14).

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

CMYK: (0,16,9,14)
C0M16Y9K14 (0%, 16%, 9%, 14%)
(0.00 / 0.16 / 0.09 / 0.14)

CMYK percentages

%0
%15.53
%8.68
%14.12

Codes

Color #DBB9C8 in popluar color models

DB B9 C8
RGB 219 185 200
HSL 334° 32.08% 79.22%
HSB/HSV 334° 15.53% 85.88%
CMYK 0.00% 15.53% 8.68%
14.12%

Color #DBB9C8 in popluar number systems.

HEX DB B9 C8
Decimal 219 185 200
Binary 11011011 10111001 11001000
Octal 333 271 310

Shades and tints

Shades of #DBB9C8

#DBB9C8
(219,185,200)
#C8A9B6
(200,169,182)
#B599A4
(181,153,164)
#A28992
(162,137,146)
#8F7980
(143,121,128)
#7C696E
(124,105,110)
#69595C
(105,89,92)
#56494A
(86,73,74)
#433938
(67,57,56)
#302926
(48,41,38)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBB9C8

#DBB9C8
(219,185,200)
#DEBFCD
(222,191,205)
#E1C5D2
(225,197,210)
#E4CBD7
(228,203,215)
#E7D1DC
(231,209,220)
#EAD7E1
(234,215,225)
#EDDDE6
(237,221,230)
#F0E3EB
(240,227,235)
#F3E9F0
(243,233,240)
#F6EFF5
(246,239,245)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9C8; }

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

This text font color is #DBB9C8.

Background Color

.myBgColor { background-color: #DBB9C8; }

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

This div background color is #DBB9C8.

Border color

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

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

This div border color is #DBB9C8.

Opacity

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

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

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

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

This text has shadow with #DBB9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB9C8.

Preview

Color preview on black background

This text has color #DBB9C8 on black background.


Color preview on white background

This text has color #DBB9C8 on white background.


Black color preview on #DBB9C8 background

This text has black color on #DBB9C8 background.


White color preview on #DBB9C8 background

This text has white color on #DBB9C8 background.


Related colors

Complementary color

Complementary color for #hex is #244637.


I love getcolorcode.com

Triadic colors

1 #C8DBB9 and #B9C8DB with #DBB9C8 are triadic colors.

2 #C8B9DB and #B9DBC8 with #DBB9C8 are triadic colors.