COLOR #DBB9C2

HEX: #DBB9C2 RGB: (219,185,194)

Color info

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

RGB color model

#DBB9C2 color RGB value is (219,185,194).

RGB: (219,185,194) (86%, 73%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 194 of 255 = 76%

219
185
194

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

Portions of RGB colors in percentages

R + G + B = 219 + 185 + 194 = 598 (100%)
R 219 of 598 ~ 36.62%
G 185 of 598 ~ 30.94%
B 194 of 598 ~ 32.44'%

%36.62
%30.94
%32.44

CMYK color model

#DBB9C2 color CMYK value is (0,16,11,14).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 11.42%
  • key color value is 14.12%

CMYK: (0,16,11,14)
C0M16Y11K14 (0%, 16%, 11%, 14%)
(0.00 / 0.16 / 0.11 / 0.14)

CMYK percentages

%0
%15.53
%11.42
%14.12

Codes

Color #DBB9C2 in popluar color models

DB B9 C2
RGB 219 185 194
HSL 344° 32.08% 79.22%
HSB/HSV 344° 15.53% 85.88%
CMYK 0.00% 15.53% 11.42%
14.12%

Color #DBB9C2 in popluar number systems.

HEX DB B9 C2
Decimal 219 185 194
Binary 11011011 10111001 11000010
Octal 333 271 302

Shades and tints

Shades of #DBB9C2

#DBB9C2
(219,185,194)
#C8A9B1
(200,169,177)
#B599A0
(181,153,160)
#A2898F
(162,137,143)
#8F797E
(143,121,126)
#7C696D
(124,105,109)
#69595C
(105,89,92)
#56494B
(86,73,75)
#43393A
(67,57,58)
#302929
(48,41,41)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBB9C2

#DBB9C2
(219,185,194)
#DEBFC7
(222,191,199)
#E1C5CC
(225,197,204)
#E4CBD1
(228,203,209)
#E7D1D6
(231,209,214)
#EAD7DB
(234,215,219)
#EDDDE0
(237,221,224)
#F0E3E5
(240,227,229)
#F3E9EA
(243,233,234)
#F6EFEF
(246,239,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB9C2 color. Also use rgb(219,185,194) instead hex code.

Text Font Color

.myTextColor { color: #DBB9C2; }

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

This text font color is #DBB9C2.

Background Color

.myBgColor { background-color: #DBB9C2; }

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

This div background color is #DBB9C2.

Border color

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

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

This div border color is #DBB9C2.

Opacity

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

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

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

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

This text has shadow with #DBB9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB9C2.

Preview

Color preview on black background

This text has color #DBB9C2 on black background.


Color preview on white background

This text has color #DBB9C2 on white background.


Black color preview on #DBB9C2 background

This text has black color on #DBB9C2 background.


White color preview on #DBB9C2 background

This text has white color on #DBB9C2 background.


Related colors

Complementary color

Complementary color for #hex is #24463D.


I love getcolorcode.com

Triadic colors

1 #C2DBB9 and #B9C2DB with #DBB9C2 are triadic colors.

2 #C2B9DB and #B9DBC2 with #DBB9C2 are triadic colors.