COLOR #DABBFF

HEX: #DABBFF
RGB: (218,187,255)

Color info

#DABBFF contains mainly red and blue colors. Web safe color of #DABBFF is #CCCCFF (or #CCF).

RGB color model

#DABBFF color RGB value is (218,187,255).

  • red value is 218;
  • green value is 187;
  • blue value is 255.
RGB:
(218,187,255)
(85%,73%,100%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 255 of 255 = 100%

218
187
255

R + G + B ~ 86%. #DABBFF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 255 = 660 (100%)
R 218 of 660 ~ 33.03%
G 187 of 660 ~ 28.33%
B 255 of 660 ~ 38.64%

%33.03
%28.33
%38.64

CMYK color model

#DABBFF color CMYK value is (15,27,0,0).

  • cyan value is 14.51%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,27,0,0)
C15M27Y0K0 
(15%,27%,0%,0%)
(0.15/0.27/0.00/0.00)	

CMYK percentages

%14.51
%26.67
%0
%0

Codes

Color #DABBFF in popluar color models

DABBFF
RGB218187255
HSL267°100.00%86.67%
HSB/HSV267°26.67%100.00%
CMYK14.51%26.67%0.00%
0.00%

Color #DABBFF in popluar number systems.

HEXDABBFF
Decimal218187255
Binary110110101011101111111111
Octal332273377

Shades and tints

Shades of #DABBFF

#DABBFF
(218,187,255)
#C7AAE8
(199,170,232)
#B499D1
(180,153,209)
#A188BA
(161,136,186)
#8E77A3
(142,119,163)
#7B668C
(123,102,140)
#685575
(104,85,117)
#55445E
(85,68,94)
#423347
(66,51,71)
#2F2230
(47,34,48)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #DABBFF

#DABBFF
(218,187,255)
#DDC1FF
(221,193,255)
#E0C7FF
(224,199,255)
#E3CDFF
(227,205,255)
#E6D3FF
(230,211,255)
#E9D9FF
(233,217,255)
#ECDFFF
(236,223,255)
#EFE5FF
(239,229,255)
#F2EBFF
(242,235,255)
#F5F1FF
(245,241,255)
#F8F7FF
(248,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABBFF color. Also use rgb(218,187,255) instead hex code.

Text Font Color

.myTextColor { color: #DABBFF; }

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

This text font color is #DABBFF.


Background Color

.myBgColor { background-color: #DABBFF; }

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

This div background color is #DABBFF.


Border color

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

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

This div border color is #DABBFF.


Opacity

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

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

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

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

This text has shadow with #DABBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBFF on black background.


Color preview on white background

This text has color #DABBFF on white background.



Black color preview on #DABBFF background

This text has black color on #DABBFF background.


White color preview on #DABBFF background

This text has white color on #DABBFF background.