COLOR #DAB9F2

HEX: #DAB9F2
RGB: (218,185,242)

Color info

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

RGB color model

#DAB9F2 color RGB value is (218,185,242).

  • red value is 218;
  • green value is 185;
  • blue value is 242.
RGB:
(218,185,242)
(85%,73%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 242 of 255 = 95%

218
185
242

R + G + B ~ 84%. #DAB9F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 185 + 242 = 645 (100%)
R 218 of 645 ~ 33.8%
G 185 of 645 ~ 28.68%
B 242 of 645 ~ 37.52%

%33.8
%28.68
%37.52

CMYK color model

#DAB9F2 color CMYK value is (10,24,0,5).

  • cyan value is 9.92%
  • magenta value is 23.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,24,0,5)
C10M24Y0K5 
(10%,24%,0%,5%)
(0.10/0.24/0.00/0.05)	

CMYK percentages

%9.92
%23.55
%0
%5.1

Codes

Color #DAB9F2 in popluar color models

DAB9F2
RGB218185242
HSL275°68.67%83.73%
HSB/HSV275°23.55%94.90%
CMYK9.92%23.55%0.00%
5.10%

Color #DAB9F2 in popluar number systems.

HEXDAB9F2
Decimal218185242
Binary110110101011100111110010
Octal332271362

Shades and tints

Shades of #DAB9F2

#DAB9F2
(218,185,242)
#C7A9DC
(199,169,220)
#B499C6
(180,153,198)
#A189B0
(161,137,176)
#8E799A
(142,121,154)
#7B6984
(123,105,132)
#68596E
(104,89,110)
#554958
(85,73,88)
#423942
(66,57,66)
#2F292C
(47,41,44)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAB9F2

#DAB9F2
(218,185,242)
#DDBFF3
(221,191,243)
#E0C5F4
(224,197,244)
#E3CBF5
(227,203,245)
#E6D1F6
(230,209,246)
#E9D7F7
(233,215,247)
#ECDDF8
(236,221,248)
#EFE3F9
(239,227,249)
#F2E9FA
(242,233,250)
#F5EFFB
(245,239,251)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB9F2 color. Also use rgb(218,185,242) instead hex code.

Text Font Color

.myTextColor { color: #DAB9F2; }

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

This text font color is #DAB9F2.


Background Color

.myBgColor { background-color: #DAB9F2; }

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

This div background color is #DAB9F2.


Border color

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

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

This div border color is #DAB9F2.


Opacity

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

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

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

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

This text has shadow with #DAB9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB9F2 on black background.


Color preview on white background

This text has color #DAB9F2 on white background.



Black color preview on #DAB9F2 background

This text has black color on #DAB9F2 background.


White color preview on #DAB9F2 background

This text has white color on #DAB9F2 background.