COLOR #DBB1C8

HEX: #DBB1C8 RGB: (219,177,200)

Color info

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

RGB color model

#DBB1C8 color RGB value is (219,177,200).

RGB: (219,177,200) (86%, 69%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 200 of 255 = 78%

219
177
200

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

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 200 = 596 (100%)
R 219 of 596 ~ 36.74%
G 177 of 596 ~ 29.7%
B 200 of 596 ~ 33.56'%

%36.74
%29.7
%33.56

CMYK color model

#DBB1C8 color CMYK value is (0,19,9,14).

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

CMYK: (0,19,9,14)
C0M19Y9K14 (0%, 19%, 9%, 14%)
(0.00 / 0.19 / 0.09 / 0.14)

CMYK percentages

%0
%19.18
%8.68
%14.12

Codes

Color #DBB1C8 in popluar color models

DB B1 C8
RGB 219 177 200
HSL 327° 36.84% 77.65%
HSB/HSV 327° 19.18% 85.88%
CMYK 0.00% 19.18% 8.68%
14.12%

Color #DBB1C8 in popluar number systems.

HEX DB B1 C8
Decimal 219 177 200
Binary 11011011 10110001 11001000
Octal 333 261 310

Shades and tints

Shades of #DBB1C8

#DBB1C8
(219,177,200)
#C8A1B6
(200,161,182)
#B591A4
(181,145,164)
#A28192
(162,129,146)
#8F7180
(143,113,128)
#7C616E
(124,97,110)
#69515C
(105,81,92)
#56414A
(86,65,74)
#433138
(67,49,56)
#302126
(48,33,38)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #DBB1C8

#DBB1C8
(219,177,200)
#DEB8CD
(222,184,205)
#E1BFD2
(225,191,210)
#E4C6D7
(228,198,215)
#E7CDDC
(231,205,220)
#EAD4E1
(234,212,225)
#EDDBE6
(237,219,230)
#F0E2EB
(240,226,235)
#F3E9F0
(243,233,240)
#F6F0F5
(246,240,245)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB1C8; }

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

This text font color is #DBB1C8.

Background Color

.myBgColor { background-color: #DBB1C8; }

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

This div background color is #DBB1C8.

Border color

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

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

This div border color is #DBB1C8.

Opacity

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

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

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

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

This text has shadow with #DBB1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB1C8.

Preview

Color preview on black background

This text has color #DBB1C8 on black background.


Color preview on white background

This text has color #DBB1C8 on white background.


Black color preview on #DBB1C8 background

This text has black color on #DBB1C8 background.


White color preview on #DBB1C8 background

This text has white color on #DBB1C8 background.


Related colors

Complementary color

Complementary color for #hex is #244E37.


I love getcolorcode.com

Triadic colors

1 #C8DBB1 and #B1C8DB with #DBB1C8 are triadic colors.

2 #C8B1DB and #B1DBC8 with #DBB1C8 are triadic colors.