COLOR #DAB0D6

HEX: #DAB0D6 RGB: (218,176,214)

Color info

#DAB0D6 contains red, green and blue colors in about the same proportion. Web safe color of #DAB0D6 is #CC99CC (or #C9C).

RGB color model

#DAB0D6 color RGB value is (218,176,214).

RGB: (218,176,214) (85%, 69%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 176 of 255 = 69%
B 214 of 255 = 84%

218
176
214

R + G + B ~ 79%. #DAB0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 176 + 214 = 608 (100%)
R 218 of 608 ~ 35.86%
G 176 of 608 ~ 28.95%
B 214 of 608 ~ 35.2'%

%35.86
%28.95
%35.2

CMYK color model

#DAB0D6 color CMYK value is (0,19,2,15).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 1.83%
  • key color value is 14.51%

CMYK: (0,19,2,15)
C0M19Y2K15 (0%, 19%, 2%, 15%)
(0.00 / 0.19 / 0.02 / 0.15)

CMYK percentages

%0
%19.27
%1.83
%14.51

Codes

Color #DAB0D6 in popluar color models

DA B0 D6
RGB 218 176 214
HSL 306° 36.21% 77.25%
HSB/HSV 306° 19.27% 85.49%
CMYK 0.00% 19.27% 1.83%
14.51%

Color #DAB0D6 in popluar number systems.

HEX DA B0 D6
Decimal 218 176 214
Binary 11011010 10110000 11010110
Octal 332 260 326

Shades and tints

Shades of #DAB0D6

#DAB0D6
(218,176,214)
#C7A0C3
(199,160,195)
#B490B0
(180,144,176)
#A1809D
(161,128,157)
#8E708A
(142,112,138)
#7B6077
(123,96,119)
#685064
(104,80,100)
#554051
(85,64,81)
#42303E
(66,48,62)
#2F202B
(47,32,43)
#1C1018
(28,16,24)
#000000
(0,0,0)

Tints of #DAB0D6

#DAB0D6
(218,176,214)
#DDB7D9
(221,183,217)
#E0BEDC
(224,190,220)
#E3C5DF
(227,197,223)
#E6CCE2
(230,204,226)
#E9D3E5
(233,211,229)
#ECDAE8
(236,218,232)
#EFE1EB
(239,225,235)
#F2E8EE
(242,232,238)
#F5EFF1
(245,239,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB0D6 color. Also use rgb(218,176,214) instead hex code.

Text Font Color

.myTextColor { color: #DAB0D6; }

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

This text font color is #DAB0D6.

Background Color

.myBgColor { background-color: #DAB0D6; }

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

This div background color is #DAB0D6.

Border color

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

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

This div border color is #DAB0D6.

Opacity

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

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

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

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

This text has shadow with #DAB0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB0D6.

Preview

Color preview on black background

This text has color #DAB0D6 on black background.


Color preview on white background

This text has color #DAB0D6 on white background.


Black color preview on #DAB0D6 background

This text has black color on #DAB0D6 background.


White color preview on #DAB0D6 background

This text has white color on #DAB0D6 background.


Related colors

Complementary color

Complementary color for #hex is #254F29.


I love getcolorcode.com

Triadic colors

1 #D6DAB0 and #B0D6DA with #DAB0D6 are triadic colors.

2 #D6B0DA and #B0DAD6 with #DAB0D6 are triadic colors.