COLOR #DBBDD4

HEX: #DBBDD4
RGB: (219,189,212)

Color info

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

RGB color model

#DBBDD4 color RGB value is (219,189,212).

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

RGB channels and saturation

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

219
189
212

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

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 212 = 620 (100%)
R 219 of 620 ~ 35.32%
G 189 of 620 ~ 30.48%
B 212 of 620 ~ 34.19%

%35.32
%30.48
%34.19

CMYK color model

#DBBDD4 color CMYK value is (0,14,3,14).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(0,14,3,14)
C0M14Y3K14 
(0%,14%,3%,14%)
(0.00/0.14/0.03/0.14)	

CMYK percentages

%0
%13.7
%3.2
%14.12

Codes

Color #DBBDD4 in popluar color models

DBBDD4
RGB219189212
HSL314°29.41%80.00%
HSB/HSV314°13.70%85.88%
CMYK0.00%13.70%3.20%
14.12%

Color #DBBDD4 in popluar number systems.

HEXDBBDD4
Decimal219189212
Binary110110111011110111010100
Octal333275324

Shades and tints

Shades of #DBBDD4

#DBBDD4
(219,189,212)
#C8ACC1
(200,172,193)
#B59BAE
(181,155,174)
#A28A9B
(162,138,155)
#8F7988
(143,121,136)
#7C6875
(124,104,117)
#695762
(105,87,98)
#56464F
(86,70,79)
#43353C
(67,53,60)
#302429
(48,36,41)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBBDD4

#DBBDD4
(219,189,212)
#DEC3D7
(222,195,215)
#E1C9DA
(225,201,218)
#E4CFDD
(228,207,221)
#E7D5E0
(231,213,224)
#EADBE3
(234,219,227)
#EDE1E6
(237,225,230)
#F0E7E9
(240,231,233)
#F3EDEC
(243,237,236)
#F6F3EF
(246,243,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBDD4; }

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

This text font color is #DBBDD4.


Background Color

.myBgColor { background-color: #DBBDD4; }

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

This div background color is #DBBDD4.


Border color

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

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

This div border color is #DBBDD4.


Opacity

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

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

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

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

This text has shadow with #DBBDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBDD4 on black background.


Color preview on white background

This text has color #DBBDD4 on white background.



Black color preview on #DBBDD4 background

This text has black color on #DBBDD4 background.


White color preview on #DBBDD4 background

This text has white color on #DBBDD4 background.