COLOR #DBBDD3

HEX: #DBBDD3
RGB: (219,189,211)

Color info

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

RGB color model

#DBBDD3 color RGB value is (219,189,211).

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

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 211 of 255 = 83%

219
189
211

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

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 211 = 619 (100%)
R 219 of 619 ~ 35.38%
G 189 of 619 ~ 30.53%
B 211 of 619 ~ 34.09%

%35.38
%30.53
%34.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 3.65%
  • key color value is 14.12%
CMYK:
(0,14,4,14)
C0M14Y4K14 
(0%,14%,4%,14%)
(0.00/0.14/0.04/0.14)	

CMYK percentages

%0
%13.7
%3.65
%14.12

Codes

Color #DBBDD3 in popluar color models

DBBDD3
RGB219189211
HSL316°29.41%80.00%
HSB/HSV316°13.70%85.88%
CMYK0.00%13.70%3.65%
14.12%

Color #DBBDD3 in popluar number systems.

HEXDBBDD3
Decimal219189211
Binary110110111011110111010011
Octal333275323

Shades and tints

Shades of #DBBDD3

#DBBDD3
(219,189,211)
#C8ACC0
(200,172,192)
#B59BAD
(181,155,173)
#A28A9A
(162,138,154)
#8F7987
(143,121,135)
#7C6874
(124,104,116)
#695761
(105,87,97)
#56464E
(86,70,78)
#43353B
(67,53,59)
#302428
(48,36,40)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #DBBDD3

#DBBDD3
(219,189,211)
#DEC3D7
(222,195,215)
#E1C9DB
(225,201,219)
#E4CFDF
(228,207,223)
#E7D5E3
(231,213,227)
#EADBE7
(234,219,231)
#EDE1EB
(237,225,235)
#F0E7EF
(240,231,239)
#F3EDF3
(243,237,243)
#F6F3F7
(246,243,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBDD3; }

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

This text font color is #DBBDD3.


Background Color

.myBgColor { background-color: #DBBDD3; }

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

This div background color is #DBBDD3.


Border color

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

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

This div border color is #DBBDD3.


Opacity

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

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

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

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

This text has shadow with #DBBDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBDD3 on black background.


Color preview on white background

This text has color #DBBDD3 on white background.



Black color preview on #DBBDD3 background

This text has black color on #DBBDD3 background.


White color preview on #DBBDD3 background

This text has white color on #DBBDD3 background.