COLOR #DBB6CC

HEX: #DBB6CC RGB: (219,182,204)

Color info

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

RGB color model

#DBB6CC color RGB value is (219,182,204).

RGB: (219,182,204) (86%, 71%, 80%)

RGB channels and saturation

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

219
182
204

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

Portions of RGB colors in percentages

R + G + B = 219 + 182 + 204 = 605 (100%)
R 219 of 605 ~ 36.2%
G 182 of 605 ~ 30.08%
B 204 of 605 ~ 33.72'%

%36.2
%30.08
%33.72

CMYK color model

#DBB6CC color CMYK value is (0,17,7,14).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 6.85%
  • key color value is 14.12%

CMYK: (0,17,7,14)
C0M17Y7K14 (0%, 17%, 7%, 14%)
(0.00 / 0.17 / 0.07 / 0.14)

CMYK percentages

%0
%16.89
%6.85
%14.12

Codes

Color #DBB6CC in popluar color models

DB B6 CC
RGB 219 182 204
HSL 324° 33.94% 78.63%
HSB/HSV 324° 16.89% 85.88%
CMYK 0.00% 16.89% 6.85%
14.12%

Color #DBB6CC in popluar number systems.

HEX DB B6 CC
Decimal 219 182 204
Binary 11011011 10110110 11001100
Octal 333 266 314

Shades and tints

Shades of #DBB6CC

#DBB6CC
(219,182,204)
#C8A6BA
(200,166,186)
#B596A8
(181,150,168)
#A28696
(162,134,150)
#8F7684
(143,118,132)
#7C6672
(124,102,114)
#695660
(105,86,96)
#56464E
(86,70,78)
#43363C
(67,54,60)
#30262A
(48,38,42)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #DBB6CC

#DBB6CC
(219,182,204)
#DEBCD0
(222,188,208)
#E1C2D4
(225,194,212)
#E4C8D8
(228,200,216)
#E7CEDC
(231,206,220)
#EAD4E0
(234,212,224)
#EDDAE4
(237,218,228)
#F0E0E8
(240,224,232)
#F3E6EC
(243,230,236)
#F6ECF0
(246,236,240)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB6CC; }

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

This text font color is #DBB6CC.

Background Color

.myBgColor { background-color: #DBB6CC; }

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

This div background color is #DBB6CC.

Border color

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

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

This div border color is #DBB6CC.

Opacity

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

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

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

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

This text has shadow with #DBB6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB6CC.

Preview

Color preview on black background

This text has color #DBB6CC on black background.


Color preview on white background

This text has color #DBB6CC on white background.


Black color preview on #DBB6CC background

This text has black color on #DBB6CC background.


White color preview on #DBB6CC background

This text has white color on #DBB6CC background.


Related colors

Complementary color

Complementary color for #hex is #244933.


I love getcolorcode.com

Triadic colors

1 #CCDBB6 and #B6CCDB with #DBB6CC are triadic colors.

2 #CCB6DB and #B6DBCC with #DBB6CC are triadic colors.