COLOR #DBB3BE

HEX: #DBB3BE
RGB: (219,179,190)

Color info

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

RGB color model

#DBB3BE color RGB value is (219,179,190).

  • red value is 219;
  • green value is 179;
  • blue value is 190.
RGB:
(219,179,190)
(86%,70%,75%)

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 190 of 255 = 75%

219
179
190

R + G + B ~ 77%. #DBB3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 179 + 190 = 588 (100%)
R 219 of 588 ~ 37.24%
G 179 of 588 ~ 30.44%
B 190 of 588 ~ 32.31%

%37.24
%30.44
%32.31

CMYK color model

#DBB3BE color CMYK value is (0,18,13,14).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(0,18,13,14)
C0M18Y13K14 
(0%,18%,13%,14%)
(0.00/0.18/0.13/0.14)	

CMYK percentages

%0
%18.26
%13.24
%14.12

Codes

Color #DBB3BE in popluar color models

DBB3BE
RGB219179190
HSL344°35.71%78.04%
HSB/HSV344°18.26%85.88%
CMYK0.00%18.26%13.24%
14.12%

Color #DBB3BE in popluar number systems.

HEXDBB3BE
Decimal219179190
Binary110110111011001110111110
Octal333263276

Shades and tints

Shades of #DBB3BE

#DBB3BE
(219,179,190)
#C8A3AD
(200,163,173)
#B5939C
(181,147,156)
#A2838B
(162,131,139)
#8F737A
(143,115,122)
#7C6369
(124,99,105)
#695358
(105,83,88)
#564347
(86,67,71)
#433336
(67,51,54)
#302325
(48,35,37)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #DBB3BE

#DBB3BE
(219,179,190)
#DEB9C3
(222,185,195)
#E1BFC8
(225,191,200)
#E4C5CD
(228,197,205)
#E7CBD2
(231,203,210)
#EAD1D7
(234,209,215)
#EDD7DC
(237,215,220)
#F0DDE1
(240,221,225)
#F3E3E6
(243,227,230)
#F6E9EB
(246,233,235)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB3BE color. Also use rgb(219,179,190) instead hex code.

Text Font Color

.myTextColor { color: #DBB3BE; }

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

This text font color is #DBB3BE.


Background Color

.myBgColor { background-color: #DBB3BE; }

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

This div background color is #DBB3BE.


Border color

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

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

This div border color is #DBB3BE.


Opacity

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

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

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

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

This text has shadow with #DBB3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB3BE on black background.


Color preview on white background

This text has color #DBB3BE on white background.



Black color preview on #DBB3BE background

This text has black color on #DBB3BE background.


White color preview on #DBB3BE background

This text has white color on #DBB3BE background.