COLOR #DAB0D3

HEX: #DAB0D3 RGB: (218,176,211)

Color info

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

RGB color model

#DAB0D3 color RGB value is (218,176,211).

RGB: (218,176,211) (85%, 69%, 83%)

RGB channels and saturation

R 218 of 255 = 85%
G 176 of 255 = 69%
B 211 of 255 = 83%

218
176
211

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

Portions of RGB colors in percentages

R + G + B = 218 + 176 + 211 = 605 (100%)
R 218 of 605 ~ 36.03%
G 176 of 605 ~ 29.09%
B 211 of 605 ~ 34.88'%

%36.03
%29.09
%34.88

CMYK color model

#DAB0D3 color CMYK value is (0,19,3,15).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK: (0,19,3,15) C0M19Y3K15 (0%,19%,3%,15%) (0.00/0.19/0.03/0.15) 

CMYK percentages

%0
%19.27
%3.21
%14.51

Codes

Color #DAB0D3 in popluar color models

DA B0 D3
RGB 218 176 211
HSL 310° 36.21% 77.25%
HSB/HSV 310° 19.27% 85.49%
CMYK 0.00% 19.27% 3.21%
14.51%

Color #DAB0D3 in popluar number systems.

HEX DA B0 D3
Decimal 218 176 211
Binary 11011010 10110000 11010011
Octal 332 260 323

Shades and tints

Shades of #DAB0D3

#DAB0D3
(218,176,211)
#C7A0C0
(199,160,192)
#B490AD
(180,144,173)
#A1809A
(161,128,154)
#8E7087
(142,112,135)
#7B6074
(123,96,116)
#685061
(104,80,97)
#55404E
(85,64,78)
#42303B
(66,48,59)
#2F2028
(47,32,40)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #DAB0D3

#DAB0D3
(218,176,211)
#DDB7D7
(221,183,215)
#E0BEDB
(224,190,219)
#E3C5DF
(227,197,223)
#E6CCE3
(230,204,227)
#E9D3E7
(233,211,231)
#ECDAEB
(236,218,235)
#EFE1EF
(239,225,239)
#F2E8F3
(242,232,243)
#F5EFF7
(245,239,247)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB0D3; }

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

This text font color is #DAB0D3.

Background Color

.myBgColor { background-color: #DAB0D3; }

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

This div background color is #DAB0D3.

Border color

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

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

This div border color is #DAB0D3.

Opacity

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

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

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

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

This text has shadow with #DAB0D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB0D3.

Preview

Color preview on black background

This text has color #DAB0D3 on black background.


Color preview on white background

This text has color #DAB0D3 on white background.


Black color preview on #DAB0D3 background

This text has black color on #DAB0D3 background.


White color preview on #DAB0D3 background

This text has white color on #DAB0D3 background.


Related colors

Complementary color

Complementary color for #hex is #254F2C.


I love getcolorcode.com

Triadic colors

1 #D3DAB0 and #B0D3DA with #DAB0D3 are triadic colors.

2 #D3B0DA and #B0DAD3 with #DAB0D3 are triadic colors.