COLOR #DBBAD0

HEX: #DBBAD0 RGB: (219,186,208)

Color info

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

RGB color model

#DBBAD0 color RGB value is (219,186,208).

RGB: (219,186,208) (86%, 73%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 208 of 255 = 82%

219
186
208

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

Portions of RGB colors in percentages

R + G + B = 219 + 186 + 208 = 613 (100%)
R 219 of 613 ~ 35.73%
G 186 of 613 ~ 30.34%
B 208 of 613 ~ 33.93'%

%35.73
%30.34
%33.93

CMYK color model

#DBBAD0 color CMYK value is (0,15,5,14).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 5.02%
  • key color value is 14.12%

CMYK: (0,15,5,14)
C0M15Y5K14 (0%, 15%, 5%, 14%)
(0.00 / 0.15 / 0.05 / 0.14)

CMYK percentages

%0
%15.07
%5.02
%14.12

Codes

Color #DBBAD0 in popluar color models

DB BA D0
RGB 219 186 208
HSL 320° 31.43% 79.41%
HSB/HSV 320° 15.07% 85.88%
CMYK 0.00% 15.07% 5.02%
14.12%

Color #DBBAD0 in popluar number systems.

HEX DB BA D0
Decimal 219 186 208
Binary 11011011 10111010 11010000
Octal 333 272 320

Shades and tints

Shades of #DBBAD0

#DBBAD0
(219,186,208)
#C8AABE
(200,170,190)
#B59AAC
(181,154,172)
#A28A9A
(162,138,154)
#8F7A88
(143,122,136)
#7C6A76
(124,106,118)
#695A64
(105,90,100)
#564A52
(86,74,82)
#433A40
(67,58,64)
#302A2E
(48,42,46)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #DBBAD0

#DBBAD0
(219,186,208)
#DEC0D4
(222,192,212)
#E1C6D8
(225,198,216)
#E4CCDC
(228,204,220)
#E7D2E0
(231,210,224)
#EAD8E4
(234,216,228)
#EDDEE8
(237,222,232)
#F0E4EC
(240,228,236)
#F3EAF0
(243,234,240)
#F6F0F4
(246,240,244)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBAD0 color. Also use rgb(219,186,208) instead hex code.

Text Font Color

.myTextColor { color: #DBBAD0; }

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

This text font color is #DBBAD0.

Background Color

.myBgColor { background-color: #DBBAD0; }

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

This div background color is #DBBAD0.

Border color

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

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

This div border color is #DBBAD0.

Opacity

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

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

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

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

This text has shadow with #DBBAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBAD0.

Preview

Color preview on black background

This text has color #DBBAD0 on black background.


Color preview on white background

This text has color #DBBAD0 on white background.


Black color preview on #DBBAD0 background

This text has black color on #DBBAD0 background.


White color preview on #DBBAD0 background

This text has white color on #DBBAD0 background.


Related colors

Complementary color

Complementary color for #hex is #24452F.


I love getcolorcode.com

Triadic colors

1 #D0DBBA and #BAD0DB with #DBBAD0 are triadic colors.

2 #D0BADB and #BADBD0 with #DBBAD0 are triadic colors.