COLOR #DBB7D2

HEX: #DBB7D2
RGB: (219,183,210)

Color info

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

RGB color model

#DBB7D2 color RGB value is (219,183,210).

  • red value is 219;
  • green value is 183;
  • blue value is 210.
RGB:
(219,183,210)
(86%,72%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 183 of 255 = 72%
B 210 of 255 = 82%

219
183
210

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

Portions of RGB colors in percentages

R + G + B =
219 + 183 + 210 = 612 (100%)
R 219 of 612 ~ 35.78%
G 183 of 612 ~ 29.9%
B 210 of 612 ~ 34.31%

%35.78
%29.9
%34.31

CMYK color model

#DBB7D2 color CMYK value is (0,16,4,14).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(0,16,4,14)
C0M16Y4K14 
(0%,16%,4%,14%)
(0.00/0.16/0.04/0.14)	

CMYK percentages

%0
%16.44
%4.11
%14.12

Codes

Color #DBB7D2 in popluar color models

DBB7D2
RGB219183210
HSL315°33.33%78.82%
HSB/HSV315°16.44%85.88%
CMYK0.00%16.44%4.11%
14.12%

Color #DBB7D2 in popluar number systems.

HEXDBB7D2
Decimal219183210
Binary110110111011011111010010
Octal333267322

Shades and tints

Shades of #DBB7D2

#DBB7D2
(219,183,210)
#C8A7BF
(200,167,191)
#B597AC
(181,151,172)
#A28799
(162,135,153)
#8F7786
(143,119,134)
#7C6773
(124,103,115)
#695760
(105,87,96)
#56474D
(86,71,77)
#43373A
(67,55,58)
#302727
(48,39,39)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBB7D2

#DBB7D2
(219,183,210)
#DEBDD6
(222,189,214)
#E1C3DA
(225,195,218)
#E4C9DE
(228,201,222)
#E7CFE2
(231,207,226)
#EAD5E6
(234,213,230)
#EDDBEA
(237,219,234)
#F0E1EE
(240,225,238)
#F3E7F2
(243,231,242)
#F6EDF6
(246,237,246)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB7D2; }

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

This text font color is #DBB7D2.


Background Color

.myBgColor { background-color: #DBB7D2; }

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

This div background color is #DBB7D2.


Border color

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

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

This div border color is #DBB7D2.


Opacity

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

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

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

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

This text has shadow with #DBB7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB7D2 on black background.


Color preview on white background

This text has color #DBB7D2 on white background.



Black color preview on #DBB7D2 background

This text has black color on #DBB7D2 background.


White color preview on #DBB7D2 background

This text has white color on #DBB7D2 background.