COLOR #DBB1B7

HEX: #DBB1B7 RGB: (219,177,183)

Color info

#DBB1B7 contains red, green and blue colors in about the same proportion. Web safe color of #DBB1B7 is #CC99CC (or #C9C).

RGB color model

#DBB1B7 color RGB value is (219,177,183).

RGB: (219,177,183) (86%, 69%, 72%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 183 of 255 = 72%

219
177
183

R + G + B ~ 76%. #DBB1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 183 = 579 (100%)
R 219 of 579 ~ 37.82%
G 177 of 579 ~ 30.57%
B 183 of 579 ~ 31.61'%

%37.82
%30.57
%31.61

CMYK color model

#DBB1B7 color CMYK value is (0,19,16,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 16.44%
  • key color value is 14.12%

CMYK: (0,19,16,14)
C0M19Y16K14 (0%, 19%, 16%, 14%)
(0.00 / 0.19 / 0.16 / 0.14)

CMYK percentages

%0
%19.18
%16.44
%14.12

Codes

Color #DBB1B7 in popluar color models

DB B1 B7
RGB 219 177 183
HSL 351° 36.84% 77.65%
HSB/HSV 351° 19.18% 85.88%
CMYK 0.00% 19.18% 16.44%
14.12%

Color #DBB1B7 in popluar number systems.

HEX DB B1 B7
Decimal 219 177 183
Binary 11011011 10110001 10110111
Octal 333 261 267

Shades and tints

Shades of #DBB1B7

#DBB1B7
(219,177,183)
#C8A1A7
(200,161,167)
#B59197
(181,145,151)
#A28187
(162,129,135)
#8F7177
(143,113,119)
#7C6167
(124,97,103)
#695157
(105,81,87)
#564147
(86,65,71)
#433137
(67,49,55)
#302127
(48,33,39)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #DBB1B7

#DBB1B7
(219,177,183)
#DEB8BD
(222,184,189)
#E1BFC3
(225,191,195)
#E4C6C9
(228,198,201)
#E7CDCF
(231,205,207)
#EAD4D5
(234,212,213)
#EDDBDB
(237,219,219)
#F0E2E1
(240,226,225)
#F3E9E7
(243,233,231)
#F6F0ED
(246,240,237)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB1B7 color. Also use rgb(219,177,183) instead hex code.

Text Font Color

.myTextColor { color: #DBB1B7; }

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

This text font color is #DBB1B7.

Background Color

.myBgColor { background-color: #DBB1B7; }

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

This div background color is #DBB1B7.

Border color

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

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

This div border color is #DBB1B7.

Opacity

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

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

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

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

This text has shadow with #DBB1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB1B7.

Preview

Color preview on black background

This text has color #DBB1B7 on black background.


Color preview on white background

This text has color #DBB1B7 on white background.


Black color preview on #DBB1B7 background

This text has black color on #DBB1B7 background.


White color preview on #DBB1B7 background

This text has white color on #DBB1B7 background.


Related colors

Complementary color

Complementary color for #hex is #244E48.


I love getcolorcode.com

Triadic colors

1 #B7DBB1 and #B1B7DB with #DBB1B7 are triadic colors.

2 #B7B1DB and #B1DBB7 with #DBB1B7 are triadic colors.