COLOR #DABEF9

HEX: #DABEF9
RGB: (218,190,249)

Color info

#DABEF9 contains red, green and blue colors in about the same proportion. Web safe color of #DABEF9 is #CCCCFF (or #CCF).

RGB color model

#DABEF9 color RGB value is (218,190,249).

  • red value is 218;
  • green value is 190;
  • blue value is 249.
RGB:
(218,190,249)
(85%,75%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 249 of 255 = 98%

218
190
249

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

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 249 = 657 (100%)
R 218 of 657 ~ 33.18%
G 190 of 657 ~ 28.92%
B 249 of 657 ~ 37.9%

%33.18
%28.92
%37.9

CMYK color model

#DABEF9 color CMYK value is (12,24,0,2).

  • cyan value is 12.45%
  • magenta value is 23.69%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,24,0,2)
C12M24Y0K2 
(12%,24%,0%,2%)
(0.12/0.24/0.00/0.02)	

CMYK percentages

%12.45
%23.69
%0
%2.35

Codes

Color #DABEF9 in popluar color models

DABEF9
RGB218190249
HSL268°83.10%86.08%
HSB/HSV268°23.69%97.65%
CMYK12.45%23.69%0.00%
2.35%

Color #DABEF9 in popluar number systems.

HEXDABEF9
Decimal218190249
Binary110110101011111011111001
Octal332276371

Shades and tints

Shades of #DABEF9

#DABEF9
(218,190,249)
#C7ADE3
(199,173,227)
#B49CCD
(180,156,205)
#A18BB7
(161,139,183)
#8E7AA1
(142,122,161)
#7B698B
(123,105,139)
#685875
(104,88,117)
#55475F
(85,71,95)
#423649
(66,54,73)
#2F2533
(47,37,51)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #DABEF9

#DABEF9
(218,190,249)
#DDC3F9
(221,195,249)
#E0C8F9
(224,200,249)
#E3CDF9
(227,205,249)
#E6D2F9
(230,210,249)
#E9D7F9
(233,215,249)
#ECDCF9
(236,220,249)
#EFE1F9
(239,225,249)
#F2E6F9
(242,230,249)
#F5EBF9
(245,235,249)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABEF9 color. Also use rgb(218,190,249) instead hex code.

Text Font Color

.myTextColor { color: #DABEF9; }

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

This text font color is #DABEF9.


Background Color

.myBgColor { background-color: #DABEF9; }

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

This div background color is #DABEF9.


Border color

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

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

This div border color is #DABEF9.


Opacity

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

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

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

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

This text has shadow with #DABEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEF9 on black background.


Color preview on white background

This text has color #DABEF9 on white background.



Black color preview on #DABEF9 background

This text has black color on #DABEF9 background.


White color preview on #DABEF9 background

This text has white color on #DABEF9 background.