COLOR #DBB6E1

HEX: #DBB6E1
RGB: (219,182,225)

Color info

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

RGB color model

#DBB6E1 color RGB value is (219,182,225).

  • red value is 219;
  • green value is 182;
  • blue value is 225.
RGB:
(219,182,225)
(86%,71%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 182 of 255 = 71%
B 225 of 255 = 88%

219
182
225

R + G + B ~ 82%. #DBB6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 182 + 225 = 626 (100%)
R 219 of 626 ~ 34.98%
G 182 of 626 ~ 29.07%
B 225 of 626 ~ 35.94%

%34.98
%29.07
%35.94

CMYK color model

#DBB6E1 color CMYK value is (3,19,0,12).

  • cyan value is 2.67%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,19,0,12)
C3M19Y0K12 
(3%,19%,0%,12%)
(0.03/0.19/0.00/0.12)	

CMYK percentages

%2.67
%19.11
%0
%11.76

Codes

Color #DBB6E1 in popluar color models

DBB6E1
RGB219182225
HSL292°41.75%79.80%
HSB/HSV292°19.11%88.24%
CMYK2.67%19.11%0.00%
11.76%

Color #DBB6E1 in popluar number systems.

HEXDBB6E1
Decimal219182225
Binary110110111011011011100001
Octal333266341

Shades and tints

Shades of #DBB6E1

#DBB6E1
(219,182,225)
#C8A6CD
(200,166,205)
#B596B9
(181,150,185)
#A286A5
(162,134,165)
#8F7691
(143,118,145)
#7C667D
(124,102,125)
#695669
(105,86,105)
#564655
(86,70,85)
#433641
(67,54,65)
#30262D
(48,38,45)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBB6E1

#DBB6E1
(219,182,225)
#DEBCE3
(222,188,227)
#E1C2E5
(225,194,229)
#E4C8E7
(228,200,231)
#E7CEE9
(231,206,233)
#EAD4EB
(234,212,235)
#EDDAED
(237,218,237)
#F0E0EF
(240,224,239)
#F3E6F1
(243,230,241)
#F6ECF3
(246,236,243)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB6E1 color. Also use rgb(219,182,225) instead hex code.

Text Font Color

.myTextColor { color: #DBB6E1; }

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

This text font color is #DBB6E1.


Background Color

.myBgColor { background-color: #DBB6E1; }

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

This div background color is #DBB6E1.


Border color

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

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

This div border color is #DBB6E1.


Opacity

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

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

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

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

This text has shadow with #DBB6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB6E1 on black background.


Color preview on white background

This text has color #DBB6E1 on white background.



Black color preview on #DBB6E1 background

This text has black color on #DBB6E1 background.


White color preview on #DBB6E1 background

This text has white color on #DBB6E1 background.