COLOR #DBB4BE

HEX: #DBB4BE
RGB: (219,180,190)

Color info

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

RGB color model

#DBB4BE color RGB value is (219,180,190).

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

RGB channels and saturation

R 219 of 255 = 86%
G 180 of 255 = 71%
B 190 of 255 = 75%

219
180
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 180 + 190 = 589 (100%)
R 219 of 589 ~ 37.18%
G 180 of 589 ~ 30.56%
B 190 of 589 ~ 32.26%

%37.18
%30.56
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.81%
  • 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
%17.81
%13.24
%14.12

Codes

Color #DBB4BE in popluar color models

DBB4BE
RGB219180190
HSL345°35.14%78.24%
HSB/HSV345°17.81%85.88%
CMYK0.00%17.81%13.24%
14.12%

Color #DBB4BE in popluar number systems.

HEXDBB4BE
Decimal219180190
Binary110110111011010010111110
Octal333264276

Shades and tints

Shades of #DBB4BE

#DBB4BE
(219,180,190)
#C8A4AD
(200,164,173)
#B5949C
(181,148,156)
#A2848B
(162,132,139)
#8F747A
(143,116,122)
#7C6469
(124,100,105)
#695458
(105,84,88)
#564447
(86,68,71)
#433436
(67,52,54)
#302425
(48,36,37)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBB4BE

#DBB4BE
(219,180,190)
#DEBAC3
(222,186,195)
#E1C0C8
(225,192,200)
#E4C6CD
(228,198,205)
#E7CCD2
(231,204,210)
#EAD2D7
(234,210,215)
#EDD8DC
(237,216,220)
#F0DEE1
(240,222,225)
#F3E4E6
(243,228,230)
#F6EAEB
(246,234,235)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB4BE; }

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

This text font color is #DBB4BE.


Background Color

.myBgColor { background-color: #DBB4BE; }

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

This div background color is #DBB4BE.


Border color

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

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

This div border color is #DBB4BE.


Opacity

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

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

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

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

This text has shadow with #DBB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB4BE on black background.


Color preview on white background

This text has color #DBB4BE on white background.



Black color preview on #DBB4BE background

This text has black color on #DBB4BE background.


White color preview on #DBB4BE background

This text has white color on #DBB4BE background.