COLOR #DABAF8

HEX: #DABAF8
RGB: (218,186,248)

Color info

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

RGB color model

#DABAF8 color RGB value is (218,186,248).

  • red value is 218;
  • green value is 186;
  • blue value is 248.
RGB:
(218,186,248)
(85%,73%,97%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 248 of 255 = 97%

218
186
248

R + G + B ~ 85%. #DABAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 248 = 652 (100%)
R 218 of 652 ~ 33.44%
G 186 of 652 ~ 28.53%
B 248 of 652 ~ 38.04%

%33.44
%28.53
%38.04

CMYK color model

#DABAF8 color CMYK value is (12,25,0,3).

  • cyan value is 12.10%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,25,0,3)
C12M25Y0K3 
(12%,25%,0%,3%)
(0.12/0.25/0.00/0.03)	

CMYK percentages

%12.1
%25
%0
%2.75

Codes

Color #DABAF8 in popluar color models

DABAF8
RGB218186248
HSL271°81.58%85.10%
HSB/HSV271°25.00%97.25%
CMYK12.10%25.00%0.00%
2.75%

Color #DABAF8 in popluar number systems.

HEXDABAF8
Decimal218186248
Binary110110101011101011111000
Octal332272370

Shades and tints

Shades of #DABAF8

#DABAF8
(218,186,248)
#C7AAE2
(199,170,226)
#B49ACC
(180,154,204)
#A18AB6
(161,138,182)
#8E7AA0
(142,122,160)
#7B6A8A
(123,106,138)
#685A74
(104,90,116)
#554A5E
(85,74,94)
#423A48
(66,58,72)
#2F2A32
(47,42,50)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #DABAF8

#DABAF8
(218,186,248)
#DDC0F8
(221,192,248)
#E0C6F8
(224,198,248)
#E3CCF8
(227,204,248)
#E6D2F8
(230,210,248)
#E9D8F8
(233,216,248)
#ECDEF8
(236,222,248)
#EFE4F8
(239,228,248)
#F2EAF8
(242,234,248)
#F5F0F8
(245,240,248)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABAF8 color. Also use rgb(218,186,248) instead hex code.

Text Font Color

.myTextColor { color: #DABAF8; }

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

This text font color is #DABAF8.


Background Color

.myBgColor { background-color: #DABAF8; }

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

This div background color is #DABAF8.


Border color

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

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

This div border color is #DABAF8.


Opacity

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

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

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

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

This text has shadow with #DABAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABAF8 on black background.


Color preview on white background

This text has color #DABAF8 on white background.



Black color preview on #DABAF8 background

This text has black color on #DABAF8 background.


White color preview on #DABAF8 background

This text has white color on #DABAF8 background.