COLOR #DBB6C2

HEX: #DBB6C2 RGB: (219,182,194)

Color info

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

RGB color model

#DBB6C2 color RGB value is (219,182,194).

RGB: (219,182,194) (86%, 71%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 194 of 255 = 76%

219
182
194

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

Portions of RGB colors in percentages

R + G + B = 219 + 182 + 194 = 595 (100%)
R 219 of 595 ~ 36.81%
G 182 of 595 ~ 30.59%
B 194 of 595 ~ 32.61'%

%36.81
%30.59
%32.61

CMYK color model

#DBB6C2 color CMYK value is (0,17,11,14).

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

CMYK: (0,17,11,14)
C0M17Y11K14 (0%, 17%, 11%, 14%)
(0.00 / 0.17 / 0.11 / 0.14)

CMYK percentages

%0
%16.89
%11.42
%14.12

Codes

Color #DBB6C2 in popluar color models

DB B6 C2
RGB 219 182 194
HSL 341° 33.94% 78.63%
HSB/HSV 341° 16.89% 85.88%
CMYK 0.00% 16.89% 11.42%
14.12%

Color #DBB6C2 in popluar number systems.

HEX DB B6 C2
Decimal 219 182 194
Binary 11011011 10110110 11000010
Octal 333 266 302

Shades and tints

Shades of #DBB6C2

#DBB6C2
(219,182,194)
#C8A6B1
(200,166,177)
#B596A0
(181,150,160)
#A2868F
(162,134,143)
#8F767E
(143,118,126)
#7C666D
(124,102,109)
#69565C
(105,86,92)
#56464B
(86,70,75)
#43363A
(67,54,58)
#302629
(48,38,41)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #DBB6C2

#DBB6C2
(219,182,194)
#DEBCC7
(222,188,199)
#E1C2CC
(225,194,204)
#E4C8D1
(228,200,209)
#E7CED6
(231,206,214)
#EAD4DB
(234,212,219)
#EDDAE0
(237,218,224)
#F0E0E5
(240,224,229)
#F3E6EA
(243,230,234)
#F6ECEF
(246,236,239)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB6C2; }

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

This text font color is #DBB6C2.

Background Color

.myBgColor { background-color: #DBB6C2; }

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

This div background color is #DBB6C2.

Border color

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

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

This div border color is #DBB6C2.

Opacity

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

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

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

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

This text has shadow with #DBB6C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB6C2.

Preview

Color preview on black background

This text has color #DBB6C2 on black background.


Color preview on white background

This text has color #DBB6C2 on white background.


Black color preview on #DBB6C2 background

This text has black color on #DBB6C2 background.


White color preview on #DBB6C2 background

This text has white color on #DBB6C2 background.


Related colors

Complementary color

Complementary color for #hex is #24493D.


I love getcolorcode.com

Triadic colors

1 #C2DBB6 and #B6C2DB with #DBB6C2 are triadic colors.

2 #C2B6DB and #B6DBC2 with #DBB6C2 are triadic colors.