COLOR #DBB7CA

HEX: #DBB7CA RGB: (219,183,202)

Color info

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

RGB color model

#DBB7CA color RGB value is (219,183,202).

RGB: (219,183,202) (86%, 72%, 79%)

RGB channels and saturation

R 219 of 255 = 86%
G 183 of 255 = 72%
B 202 of 255 = 79%

219
183
202

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

Portions of RGB colors in percentages

R + G + B = 219 + 183 + 202 = 604 (100%)
R 219 of 604 ~ 36.26%
G 183 of 604 ~ 30.3%
B 202 of 604 ~ 33.44'%

%36.26
%30.3
%33.44

CMYK color model

#DBB7CA color CMYK value is (0,16,8,14).

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

CMYK: (0,16,8,14)
C0M16Y8K14 (0%, 16%, 8%, 14%)
(0.00 / 0.16 / 0.08 / 0.14)

CMYK percentages

%0
%16.44
%7.76
%14.12

Codes

Color #DBB7CA in popluar color models

DB B7 CA
RGB 219 183 202
HSL 328° 33.33% 78.82%
HSB/HSV 328° 16.44% 85.88%
CMYK 0.00% 16.44% 7.76%
14.12%

Color #DBB7CA in popluar number systems.

HEX DB B7 CA
Decimal 219 183 202
Binary 11011011 10110111 11001010
Octal 333 267 312

Shades and tints

Shades of #DBB7CA

#DBB7CA
(219,183,202)
#C8A7B8
(200,167,184)
#B597A6
(181,151,166)
#A28794
(162,135,148)
#8F7782
(143,119,130)
#7C6770
(124,103,112)
#69575E
(105,87,94)
#56474C
(86,71,76)
#43373A
(67,55,58)
#302728
(48,39,40)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #DBB7CA

#DBB7CA
(219,183,202)
#DEBDCE
(222,189,206)
#E1C3D2
(225,195,210)
#E4C9D6
(228,201,214)
#E7CFDA
(231,207,218)
#EAD5DE
(234,213,222)
#EDDBE2
(237,219,226)
#F0E1E6
(240,225,230)
#F3E7EA
(243,231,234)
#F6EDEE
(246,237,238)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB7CA; }

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

This text font color is #DBB7CA.

Background Color

.myBgColor { background-color: #DBB7CA; }

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

This div background color is #DBB7CA.

Border color

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

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

This div border color is #DBB7CA.

Opacity

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

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

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

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

This text has shadow with #DBB7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB7CA.

Preview

Color preview on black background

This text has color #DBB7CA on black background.


Color preview on white background

This text has color #DBB7CA on white background.


Black color preview on #DBB7CA background

This text has black color on #DBB7CA background.


White color preview on #DBB7CA background

This text has white color on #DBB7CA background.


Related colors

Complementary color

Complementary color for #hex is #244835.


I love getcolorcode.com

Triadic colors

1 #CADBB7 and #B7CADB with #DBB7CA are triadic colors.

2 #CAB7DB and #B7DBCA with #DBB7CA are triadic colors.