COLOR #DBB9D3

HEX: #DBB9D3
RGB: (219,185,211)

Color info

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

RGB color model

#DBB9D3 color RGB value is (219,185,211).

  • red value is 219;
  • green value is 185;
  • blue value is 211.
RGB:
(219,185,211)
(86%,73%,83%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 211 of 255 = 83%

219
185
211

R + G + B ~ 81%. #DBB9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 211 = 615 (100%)
R 219 of 615 ~ 35.61%
G 185 of 615 ~ 30.08%
B 211 of 615 ~ 34.31%

%35.61
%30.08
%34.31

CMYK color model

#DBB9D3 color CMYK value is (0,16,4,14).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 3.65%
  • key color value is 14.12%
CMYK:
(0,16,4,14)
C0M16Y4K14 
(0%,16%,4%,14%)
(0.00/0.16/0.04/0.14)	

CMYK percentages

%0
%15.53
%3.65
%14.12

Codes

Color #DBB9D3 in popluar color models

DBB9D3
RGB219185211
HSL314°32.08%79.22%
HSB/HSV314°15.53%85.88%
CMYK0.00%15.53%3.65%
14.12%

Color #DBB9D3 in popluar number systems.

HEXDBB9D3
Decimal219185211
Binary110110111011100111010011
Octal333271323

Shades and tints

Shades of #DBB9D3

#DBB9D3
(219,185,211)
#C8A9C0
(200,169,192)
#B599AD
(181,153,173)
#A2899A
(162,137,154)
#8F7987
(143,121,135)
#7C6974
(124,105,116)
#695961
(105,89,97)
#56494E
(86,73,78)
#43393B
(67,57,59)
#302928
(48,41,40)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBB9D3

#DBB9D3
(219,185,211)
#DEBFD7
(222,191,215)
#E1C5DB
(225,197,219)
#E4CBDF
(228,203,223)
#E7D1E3
(231,209,227)
#EAD7E7
(234,215,231)
#EDDDEB
(237,221,235)
#F0E3EF
(240,227,239)
#F3E9F3
(243,233,243)
#F6EFF7
(246,239,247)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9D3; }

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

This text font color is #DBB9D3.


Background Color

.myBgColor { background-color: #DBB9D3; }

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

This div background color is #DBB9D3.


Border color

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

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

This div border color is #DBB9D3.


Opacity

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

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

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

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

This text has shadow with #DBB9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9D3 on black background.


Color preview on white background

This text has color #DBB9D3 on white background.



Black color preview on #DBB9D3 background

This text has black color on #DBB9D3 background.


White color preview on #DBB9D3 background

This text has white color on #DBB9D3 background.