COLOR #DAB2F2

HEX: #DAB2F2
RGB: (218,178,242)

Color info

#DAB2F2 contains mainly red and blue colors. Web safe color of #DAB2F2 is #CC99FF (or #C9F).

RGB color model

#DAB2F2 color RGB value is (218,178,242).

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

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 242 of 255 = 95%

218
178
242

R + G + B ~ 83%. #DAB2F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 242 = 638 (100%)
R 218 of 638 ~ 34.17%
G 178 of 638 ~ 27.9%
B 242 of 638 ~ 37.93%

%34.17
%27.9
%37.93

CMYK color model

#DAB2F2 color CMYK value is (10,26,0,5).

  • cyan value is 9.92%
  • magenta value is 26.45%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,26,0,5)
C10M26Y0K5 
(10%,26%,0%,5%)
(0.10/0.26/0.00/0.05)	

CMYK percentages

%9.92
%26.45
%0
%5.1

Codes

Color #DAB2F2 in popluar color models

DAB2F2
RGB218178242
HSL278°71.11%82.35%
HSB/HSV278°26.45%94.90%
CMYK9.92%26.45%0.00%
5.10%

Color #DAB2F2 in popluar number systems.

HEXDAB2F2
Decimal218178242
Binary110110101011001011110010
Octal332262362

Shades and tints

Shades of #DAB2F2

#DAB2F2
(218,178,242)
#C7A2DC
(199,162,220)
#B492C6
(180,146,198)
#A182B0
(161,130,176)
#8E729A
(142,114,154)
#7B6284
(123,98,132)
#68526E
(104,82,110)
#554258
(85,66,88)
#423242
(66,50,66)
#2F222C
(47,34,44)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #DAB2F2

#DAB2F2
(218,178,242)
#DDB9F3
(221,185,243)
#E0C0F4
(224,192,244)
#E3C7F5
(227,199,245)
#E6CEF6
(230,206,246)
#E9D5F7
(233,213,247)
#ECDCF8
(236,220,248)
#EFE3F9
(239,227,249)
#F2EAFA
(242,234,250)
#F5F1FB
(245,241,251)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB2F2; }

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

This text font color is #DAB2F2.


Background Color

.myBgColor { background-color: #DAB2F2; }

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

This div background color is #DAB2F2.


Border color

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

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

This div border color is #DAB2F2.


Opacity

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

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

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

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

This text has shadow with #DAB2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB2F2 on black background.


Color preview on white background

This text has color #DAB2F2 on white background.



Black color preview on #DAB2F2 background

This text has black color on #DAB2F2 background.


White color preview on #DAB2F2 background

This text has white color on #DAB2F2 background.