COLOR #DBBBD1

HEX: #DBBBD1
RGB: (219,187,209)

Color info

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

RGB color model

#DBBBD1 color RGB value is (219,187,209).

  • red value is 219;
  • green value is 187;
  • blue value is 209.
RGB:
(219,187,209)
(86%,73%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 187 of 255 = 73%
B 209 of 255 = 82%

219
187
209

R + G + B ~ 80%. #DBBBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 187 + 209 = 615 (100%)
R 219 of 615 ~ 35.61%
G 187 of 615 ~ 30.41%
B 209 of 615 ~ 33.98%

%35.61
%30.41
%33.98

CMYK color model

#DBBBD1 color CMYK value is (0,15,5,14).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 4.57%
  • key color value is 14.12%
CMYK:
(0,15,5,14)
C0M15Y5K14 
(0%,15%,5%,14%)
(0.00/0.15/0.05/0.14)	

CMYK percentages

%0
%14.61
%4.57
%14.12

Codes

Color #DBBBD1 in popluar color models

DBBBD1
RGB219187209
HSL319°30.77%79.61%
HSB/HSV319°14.61%85.88%
CMYK0.00%14.61%4.57%
14.12%

Color #DBBBD1 in popluar number systems.

HEXDBBBD1
Decimal219187209
Binary110110111011101111010001
Octal333273321

Shades and tints

Shades of #DBBBD1

#DBBBD1
(219,187,209)
#C8AABE
(200,170,190)
#B599AB
(181,153,171)
#A28898
(162,136,152)
#8F7785
(143,119,133)
#7C6672
(124,102,114)
#69555F
(105,85,95)
#56444C
(86,68,76)
#433339
(67,51,57)
#302226
(48,34,38)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #DBBBD1

#DBBBD1
(219,187,209)
#DEC1D5
(222,193,213)
#E1C7D9
(225,199,217)
#E4CDDD
(228,205,221)
#E7D3E1
(231,211,225)
#EAD9E5
(234,217,229)
#EDDFE9
(237,223,233)
#F0E5ED
(240,229,237)
#F3EBF1
(243,235,241)
#F6F1F5
(246,241,245)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBBD1 color. Also use rgb(219,187,209) instead hex code.

Text Font Color

.myTextColor { color: #DBBBD1; }

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

This text font color is #DBBBD1.


Background Color

.myBgColor { background-color: #DBBBD1; }

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

This div background color is #DBBBD1.


Border color

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

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

This div border color is #DBBBD1.


Opacity

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

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

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

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

This text has shadow with #DBBBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBBD1 on black background.


Color preview on white background

This text has color #DBBBD1 on white background.



Black color preview on #DBBBD1 background

This text has black color on #DBBBD1 background.


White color preview on #DBBBD1 background

This text has white color on #DBBBD1 background.