COLOR #DAB8F2

HEX: #DAB8F2 RGB: (218,184,242)

Color info

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

RGB color model

#DAB8F2 color RGB value is (218,184,242).

RGB: (218,184,242) (85%, 72%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 242 of 255 = 95%

218
184
242

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

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 242 = 644 (100%)
R 218 of 644 ~ 33.85%
G 184 of 644 ~ 28.57%
B 242 of 644 ~ 37.58'%

%33.85
%28.57
%37.58

CMYK color model

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

  • cyan value is 9.92%
  • magenta value is 23.97%
  • 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.97
%0
%5.1

Codes

Color #DAB8F2 in popluar color models

DA B8 F2
RGB 218 184 242
HSL 275° 69.05% 83.53%
HSB/HSV 275° 23.97% 94.90%
CMYK 9.92% 23.97% 0.00%
5.10%

Color #DAB8F2 in popluar number systems.

HEX DA B8 F2
Decimal 218 184 242
Binary 11011010 10111000 11110010
Octal 332 270 362

Shades and tints

Shades of #DAB8F2

#DAB8F2
(218,184,242)
#C7A8DC
(199,168,220)
#B498C6
(180,152,198)
#A188B0
(161,136,176)
#8E789A
(142,120,154)
#7B6884
(123,104,132)
#68586E
(104,88,110)
#554858
(85,72,88)
#423842
(66,56,66)
#2F282C
(47,40,44)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAB8F2

#DAB8F2
(218,184,242)
#DDBEF3
(221,190,243)
#E0C4F4
(224,196,244)
#E3CAF5
(227,202,245)
#E6D0F6
(230,208,246)
#E9D6F7
(233,214,247)
#ECDCF8
(236,220,248)
#EFE2F9
(239,226,249)
#F2E8FA
(242,232,250)
#F5EEFB
(245,238,251)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8F2; }

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

This text font color is #DAB8F2.

Background Color

.myBgColor { background-color: #DAB8F2; }

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

This div background color is #DAB8F2.

Border color

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

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

This div border color is #DAB8F2.

Opacity

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

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

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

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

This text has shadow with #DAB8F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8F2.

Preview

Color preview on black background

This text has color #DAB8F2 on black background.


Color preview on white background

This text has color #DAB8F2 on white background.


Black color preview on #DAB8F2 background

This text has black color on #DAB8F2 background.


White color preview on #DAB8F2 background

This text has white color on #DAB8F2 background.


Related colors

Complementary color

Complementary color for #hex is #25470D.


I love getcolorcode.com

Triadic colors

1 #F2DAB8 and #B8F2DA with #DAB8F2 are triadic colors.

2 #F2B8DA and #B8DAF2 with #DAB8F2 are triadic colors.