COLOR #DBB5E3

HEX: #DBB5E3
RGB: (219,181,227)

Color info

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

RGB color model

#DBB5E3 color RGB value is (219,181,227).

  • red value is 219;
  • green value is 181;
  • blue value is 227.
RGB:
(219,181,227)
(86%,71%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 227 of 255 = 89%

219
181
227

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

Portions of RGB colors in percentages

R + G + B =
219 + 181 + 227 = 627 (100%)
R 219 of 627 ~ 34.93%
G 181 of 627 ~ 28.87%
B 227 of 627 ~ 36.2%

%34.93
%28.87
%36.2

CMYK color model

#DBB5E3 color CMYK value is (4,20,0,11).

  • cyan value is 3.52%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,20,0,11)
C4M20Y0K11 
(4%,20%,0%,11%)
(0.04/0.20/0.00/0.11)	

CMYK percentages

%3.52
%20.26
%0
%10.98

Codes

Color #DBB5E3 in popluar color models

DBB5E3
RGB219181227
HSL290°45.10%80.00%
HSB/HSV290°20.26%89.02%
CMYK3.52%20.26%0.00%
10.98%

Color #DBB5E3 in popluar number systems.

HEXDBB5E3
Decimal219181227
Binary110110111011010111100011
Octal333265343

Shades and tints

Shades of #DBB5E3

#DBB5E3
(219,181,227)
#C8A5CF
(200,165,207)
#B595BB
(181,149,187)
#A285A7
(162,133,167)
#8F7593
(143,117,147)
#7C657F
(124,101,127)
#69556B
(105,85,107)
#564557
(86,69,87)
#433543
(67,53,67)
#30252F
(48,37,47)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DBB5E3

#DBB5E3
(219,181,227)
#DEBBE5
(222,187,229)
#E1C1E7
(225,193,231)
#E4C7E9
(228,199,233)
#E7CDEB
(231,205,235)
#EAD3ED
(234,211,237)
#EDD9EF
(237,217,239)
#F0DFF1
(240,223,241)
#F3E5F3
(243,229,243)
#F6EBF5
(246,235,245)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB5E3 color. Also use rgb(219,181,227) instead hex code.

Text Font Color

.myTextColor { color: #DBB5E3; }

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

This text font color is #DBB5E3.


Background Color

.myBgColor { background-color: #DBB5E3; }

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

This div background color is #DBB5E3.


Border color

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

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

This div border color is #DBB5E3.


Opacity

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

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

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

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

This text has shadow with #DBB5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB5E3 on black background.


Color preview on white background

This text has color #DBB5E3 on white background.



Black color preview on #DBB5E3 background

This text has black color on #DBB5E3 background.


White color preview on #DBB5E3 background

This text has white color on #DBB5E3 background.