COLOR #DBB9CB

HEX: #DBB9CB RGB: (219,185,203)

Color info

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

RGB color model

#DBB9CB color RGB value is (219,185,203).

RGB: (219,185,203) (86%, 73%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 203 of 255 = 80%

219
185
203

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

Portions of RGB colors in percentages

R + G + B = 219 + 185 + 203 = 607 (100%)
R 219 of 607 ~ 36.08%
G 185 of 607 ~ 30.48%
B 203 of 607 ~ 33.44'%

%36.08
%30.48
%33.44

CMYK color model

#DBB9CB color CMYK value is (0,16,7,14).

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

CMYK: (0,16,7,14)
C0M16Y7K14 (0%, 16%, 7%, 14%)
(0.00 / 0.16 / 0.07 / 0.14)

CMYK percentages

%0
%15.53
%7.31
%14.12

Codes

Color #DBB9CB in popluar color models

DB B9 CB
RGB 219 185 203
HSL 328° 32.08% 79.22%
HSB/HSV 328° 15.53% 85.88%
CMYK 0.00% 15.53% 7.31%
14.12%

Color #DBB9CB in popluar number systems.

HEX DB B9 CB
Decimal 219 185 203
Binary 11011011 10111001 11001011
Octal 333 271 313

Shades and tints

Shades of #DBB9CB

#DBB9CB
(219,185,203)
#C8A9B9
(200,169,185)
#B599A7
(181,153,167)
#A28995
(162,137,149)
#8F7983
(143,121,131)
#7C6971
(124,105,113)
#69595F
(105,89,95)
#56494D
(86,73,77)
#43393B
(67,57,59)
#302929
(48,41,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBB9CB

#DBB9CB
(219,185,203)
#DEBFCF
(222,191,207)
#E1C5D3
(225,197,211)
#E4CBD7
(228,203,215)
#E7D1DB
(231,209,219)
#EAD7DF
(234,215,223)
#EDDDE3
(237,221,227)
#F0E3E7
(240,227,231)
#F3E9EB
(243,233,235)
#F6EFEF
(246,239,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9CB; }

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

This text font color is #DBB9CB.

Background Color

.myBgColor { background-color: #DBB9CB; }

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

This div background color is #DBB9CB.

Border color

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

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

This div border color is #DBB9CB.

Opacity

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

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

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

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

This text has shadow with #DBB9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB9CB.

Preview

Color preview on black background

This text has color #DBB9CB on black background.


Color preview on white background

This text has color #DBB9CB on white background.


Black color preview on #DBB9CB background

This text has black color on #DBB9CB background.


White color preview on #DBB9CB background

This text has white color on #DBB9CB background.


Related colors

Complementary color

Complementary color for #hex is #244634.


I love getcolorcode.com

Triadic colors

1 #CBDBB9 and #B9CBDB with #DBB9CB are triadic colors.

2 #CBB9DB and #B9DBCB with #DBB9CB are triadic colors.