COLOR #DBB1CA

HEX: #DBB1CA RGB: (219,177,202)

Color info

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

RGB color model

#DBB1CA color RGB value is (219,177,202).

RGB: (219,177,202) (86%, 69%, 79%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 202 of 255 = 79%

219
177
202

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

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 202 = 598 (100%)
R 219 of 598 ~ 36.62%
G 177 of 598 ~ 29.6%
B 202 of 598 ~ 33.78'%

%36.62
%29.6
%33.78

CMYK color model

#DBB1CA color CMYK value is (0,19,8,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 7.76%
  • key color value is 14.12%

CMYK: (0,19,8,14)
C0M19Y8K14 (0%, 19%, 8%, 14%)
(0.00 / 0.19 / 0.08 / 0.14)

CMYK percentages

%0
%19.18
%7.76
%14.12

Codes

Color #DBB1CA in popluar color models

DB B1 CA
RGB 219 177 202
HSL 324° 36.84% 77.65%
HSB/HSV 324° 19.18% 85.88%
CMYK 0.00% 19.18% 7.76%
14.12%

Color #DBB1CA in popluar number systems.

HEX DB B1 CA
Decimal 219 177 202
Binary 11011011 10110001 11001010
Octal 333 261 312

Shades and tints

Shades of #DBB1CA

#DBB1CA
(219,177,202)
#C8A1B8
(200,161,184)
#B591A6
(181,145,166)
#A28194
(162,129,148)
#8F7182
(143,113,130)
#7C6170
(124,97,112)
#69515E
(105,81,94)
#56414C
(86,65,76)
#43313A
(67,49,58)
#302128
(48,33,40)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DBB1CA

#DBB1CA
(219,177,202)
#DEB8CE
(222,184,206)
#E1BFD2
(225,191,210)
#E4C6D6
(228,198,214)
#E7CDDA
(231,205,218)
#EAD4DE
(234,212,222)
#EDDBE2
(237,219,226)
#F0E2E6
(240,226,230)
#F3E9EA
(243,233,234)
#F6F0EE
(246,240,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB1CA color. Also use rgb(219,177,202) instead hex code.

Text Font Color

.myTextColor { color: #DBB1CA; }

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

This text font color is #DBB1CA.

Background Color

.myBgColor { background-color: #DBB1CA; }

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

This div background color is #DBB1CA.

Border color

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

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

This div border color is #DBB1CA.

Opacity

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

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

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

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

This text has shadow with #DBB1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB1CA.

Preview

Color preview on black background

This text has color #DBB1CA on black background.


Color preview on white background

This text has color #DBB1CA on white background.


Black color preview on #DBB1CA background

This text has black color on #DBB1CA background.


White color preview on #DBB1CA background

This text has white color on #DBB1CA background.


Related colors

Complementary color

Complementary color for #hex is #244E35.


I love getcolorcode.com

Triadic colors

1 #CADBB1 and #B1CADB with #DBB1CA are triadic colors.

2 #CAB1DB and #B1DBCA with #DBB1CA are triadic colors.