COLOR #DBB6CD

HEX: #DBB6CD
RGB: (219,182,205)

Color info

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

RGB color model

#DBB6CD color RGB value is (219,182,205).

  • red value is 219;
  • green value is 182;
  • blue value is 205.
RGB:
(219,182,205)
(86%,71%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 205 of 255 = 80%

219
182
205

R + G + B ~ 79%. #DBB6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 182 + 205 = 606 (100%)
R 219 of 606 ~ 36.14%
G 182 of 606 ~ 30.03%
B 205 of 606 ~ 33.83%

%36.14
%30.03
%33.83

CMYK color model

#DBB6CD color CMYK value is (0,17,6,14).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 6.39%
  • key color value is 14.12%
CMYK:
(0,17,6,14)
C0M17Y6K14 
(0%,17%,6%,14%)
(0.00/0.17/0.06/0.14)	

CMYK percentages

%0
%16.89
%6.39
%14.12

Codes

Color #DBB6CD in popluar color models

DBB6CD
RGB219182205
HSL323°33.94%78.63%
HSB/HSV323°16.89%85.88%
CMYK0.00%16.89%6.39%
14.12%

Color #DBB6CD in popluar number systems.

HEXDBB6CD
Decimal219182205
Binary110110111011011011001101
Octal333266315

Shades and tints

Shades of #DBB6CD

#DBB6CD
(219,182,205)
#C8A6BB
(200,166,187)
#B596A9
(181,150,169)
#A28697
(162,134,151)
#8F7685
(143,118,133)
#7C6673
(124,102,115)
#695661
(105,86,97)
#56464F
(86,70,79)
#43363D
(67,54,61)
#30262B
(48,38,43)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBB6CD

#DBB6CD
(219,182,205)
#DEBCD1
(222,188,209)
#E1C2D5
(225,194,213)
#E4C8D9
(228,200,217)
#E7CEDD
(231,206,221)
#EAD4E1
(234,212,225)
#EDDAE5
(237,218,229)
#F0E0E9
(240,224,233)
#F3E6ED
(243,230,237)
#F6ECF1
(246,236,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB6CD color. Also use rgb(219,182,205) instead hex code.

Text Font Color

.myTextColor { color: #DBB6CD; }

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

This text font color is #DBB6CD.


Background Color

.myBgColor { background-color: #DBB6CD; }

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

This div background color is #DBB6CD.


Border color

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

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

This div border color is #DBB6CD.


Opacity

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

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

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

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

This text has shadow with #DBB6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB6CD on black background.


Color preview on white background

This text has color #DBB6CD on white background.



Black color preview on #DBB6CD background

This text has black color on #DBB6CD background.


White color preview on #DBB6CD background

This text has white color on #DBB6CD background.