COLOR #DBB0CC

HEX: #DBB0CC RGB: (219,176,204)

Color info

#DBB0CC contains red, green and blue colors in about the same proportion. Web safe color of #DBB0CC is #CC99CC (or #C9C).

RGB color model

#DBB0CC color RGB value is (219,176,204).

RGB: (219,176,204) (86%, 69%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 176 of 255 = 69%
B 204 of 255 = 80%

219
176
204

R + G + B ~ 78%. #DBB0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 176 + 204 = 599 (100%)
R 219 of 599 ~ 36.56%
G 176 of 599 ~ 29.38%
B 204 of 599 ~ 34.06'%

%36.56
%29.38
%34.06

CMYK color model

#DBB0CC color CMYK value is (0,20,7,14).

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

CMYK: (0,20,7,14)
C0M20Y7K14 (0%, 20%, 7%, 14%)
(0.00 / 0.20 / 0.07 / 0.14)

CMYK percentages

%0
%19.63
%6.85
%14.12

Codes

Color #DBB0CC in popluar color models

DB B0 CC
RGB 219 176 204
HSL 321° 37.39% 77.45%
HSB/HSV 321° 19.63% 85.88%
CMYK 0.00% 19.63% 6.85%
14.12%

Color #DBB0CC in popluar number systems.

HEX DB B0 CC
Decimal 219 176 204
Binary 11011011 10110000 11001100
Octal 333 260 314

Shades and tints

Shades of #DBB0CC

#DBB0CC
(219,176,204)
#C8A0BA
(200,160,186)
#B590A8
(181,144,168)
#A28096
(162,128,150)
#8F7084
(143,112,132)
#7C6072
(124,96,114)
#695060
(105,80,96)
#56404E
(86,64,78)
#43303C
(67,48,60)
#30202A
(48,32,42)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #DBB0CC

#DBB0CC
(219,176,204)
#DEB7D0
(222,183,208)
#E1BED4
(225,190,212)
#E4C5D8
(228,197,216)
#E7CCDC
(231,204,220)
#EAD3E0
(234,211,224)
#EDDAE4
(237,218,228)
#F0E1E8
(240,225,232)
#F3E8EC
(243,232,236)
#F6EFF0
(246,239,240)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB0CC; }

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

This text font color is #DBB0CC.

Background Color

.myBgColor { background-color: #DBB0CC; }

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

This div background color is #DBB0CC.

Border color

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

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

This div border color is #DBB0CC.

Opacity

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

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

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

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

This text has shadow with #DBB0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB0CC.

Preview

Color preview on black background

This text has color #DBB0CC on black background.


Color preview on white background

This text has color #DBB0CC on white background.


Black color preview on #DBB0CC background

This text has black color on #DBB0CC background.


White color preview on #DBB0CC background

This text has white color on #DBB0CC background.


Related colors

Complementary color

Complementary color for #hex is #244F33.


I love getcolorcode.com

Triadic colors

1 #CCDBB0 and #B0CCDB with #DBB0CC are triadic colors.

2 #CCB0DB and #B0DBCC with #DBB0CC are triadic colors.