COLOR #DBABE3

HEX: #DBABE3
RGB: (219,171,227)

Color info

#DBABE3 contains red, green and blue colors in about the same proportion. Web safe color of #DBABE3 is #CC99CC (or #C9C).

RGB color model

#DBABE3 color RGB value is (219,171,227).

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

RGB channels and saturation

R 219 of 255 = 86%
G 171 of 255 = 67%
B 227 of 255 = 89%

219
171
227

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

Portions of RGB colors in percentages

R + G + B =
219 + 171 + 227 = 617 (100%)
R 219 of 617 ~ 35.49%
G 171 of 617 ~ 27.71%
B 227 of 617 ~ 36.79%

%35.49
%27.71
%36.79

CMYK color model

#DBABE3 color CMYK value is (4,25,0,11).

  • cyan value is 3.52%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,25,0,11)
C4M25Y0K11 
(4%,25%,0%,11%)
(0.04/0.25/0.00/0.11)	

CMYK percentages

%3.52
%24.67
%0
%10.98

Codes

Color #DBABE3 in popluar color models

DBABE3
RGB219171227
HSL291°50.00%78.04%
HSB/HSV291°24.67%89.02%
CMYK3.52%24.67%0.00%
10.98%

Color #DBABE3 in popluar number systems.

HEXDBABE3
Decimal219171227
Binary110110111010101111100011
Octal333253343

Shades and tints

Shades of #DBABE3

#DBABE3
(219,171,227)
#C89CCF
(200,156,207)
#B58DBB
(181,141,187)
#A27EA7
(162,126,167)
#8F6F93
(143,111,147)
#7C607F
(124,96,127)
#69516B
(105,81,107)
#564257
(86,66,87)
#433343
(67,51,67)
#30242F
(48,36,47)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DBABE3

#DBABE3
(219,171,227)
#DEB2E5
(222,178,229)
#E1B9E7
(225,185,231)
#E4C0E9
(228,192,233)
#E7C7EB
(231,199,235)
#EACEED
(234,206,237)
#EDD5EF
(237,213,239)
#F0DCF1
(240,220,241)
#F3E3F3
(243,227,243)
#F6EAF5
(246,234,245)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBABE3; }

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

This text font color is #DBABE3.


Background Color

.myBgColor { background-color: #DBABE3; }

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

This div background color is #DBABE3.


Border color

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

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

This div border color is #DBABE3.


Opacity

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

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

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

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

This text has shadow with #DBABE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBABE3 on black background.


Color preview on white background

This text has color #DBABE3 on white background.



Black color preview on #DBABE3 background

This text has black color on #DBABE3 background.


White color preview on #DBABE3 background

This text has white color on #DBABE3 background.