COLOR #DAB4D3

HEX: #DAB4D3 RGB: (218,180,211)

Color info

#DAB4D3 contains red, green and blue colors in about the same proportion. Web safe color of #DAB4D3 is #CCCCCC (or #CCC).

RGB color model

#DAB4D3 color RGB value is (218,180,211).

RGB: (218,180,211) (85%, 71%, 83%)

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 211 of 255 = 83%

218
180
211

R + G + B ~ 80%. #DAB4D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 180 + 211 = 609 (100%)
R 218 of 609 ~ 35.8%
G 180 of 609 ~ 29.56%
B 211 of 609 ~ 34.65'%

%35.8
%29.56
%34.65

CMYK color model

#DAB4D3 color CMYK value is (0,17,3,15).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK: (0,17,3,15) C0M17Y3K15 (0%,17%,3%,15%) (0.00/0.17/0.03/0.15) 

CMYK percentages

%0
%17.43
%3.21
%14.51

Codes

Color #DAB4D3 in popluar color models

DA B4 D3
RGB 218 180 211
HSL 311° 33.93% 78.04%
HSB/HSV 311° 17.43% 85.49%
CMYK 0.00% 17.43% 3.21%
14.51%

Color #DAB4D3 in popluar number systems.

HEX DA B4 D3
Decimal 218 180 211
Binary 11011010 10110100 11010011
Octal 332 264 323

Shades and tints

Shades of #DAB4D3

#DAB4D3
(218,180,211)
#C7A4C0
(199,164,192)
#B494AD
(180,148,173)
#A1849A
(161,132,154)
#8E7487
(142,116,135)
#7B6474
(123,100,116)
#685461
(104,84,97)
#55444E
(85,68,78)
#42343B
(66,52,59)
#2F2428
(47,36,40)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #DAB4D3

#DAB4D3
(218,180,211)
#DDBAD7
(221,186,215)
#E0C0DB
(224,192,219)
#E3C6DF
(227,198,223)
#E6CCE3
(230,204,227)
#E9D2E7
(233,210,231)
#ECD8EB
(236,216,235)
#EFDEEF
(239,222,239)
#F2E4F3
(242,228,243)
#F5EAF7
(245,234,247)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB4D3; }

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

This text font color is #DAB4D3.

Background Color

.myBgColor { background-color: #DAB4D3; }

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

This div background color is #DAB4D3.

Border color

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

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

This div border color is #DAB4D3.

Opacity

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

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

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

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

This text has shadow with #DAB4D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB4D3.

Preview

Color preview on black background

This text has color #DAB4D3 on black background.


Color preview on white background

This text has color #DAB4D3 on white background.


Black color preview on #DAB4D3 background

This text has black color on #DAB4D3 background.


White color preview on #DAB4D3 background

This text has white color on #DAB4D3 background.


Related colors

Complementary color

Complementary color for #hex is #254B2C.


I love getcolorcode.com

Triadic colors

1 #D3DAB4 and #B4D3DA with #DAB4D3 are triadic colors.

2 #D3B4DA and #B4DAD3 with #DAB4D3 are triadic colors.