COLOR #DAB4CC

HEX: #DAB4CC RGB: (218,180,204)

Color info

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

RGB color model

#DAB4CC color RGB value is (218,180,204).

RGB: (218,180,204) (85%, 71%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 180 of 255 = 71%
B 204 of 255 = 80%

218
180
204

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

Portions of RGB colors in percentages

R + G + B = 218 + 180 + 204 = 602 (100%)
R 218 of 602 ~ 36.21%
G 180 of 602 ~ 29.9%
B 204 of 602 ~ 33.89'%

%36.21
%29.9
%33.89

CMYK color model

#DAB4CC color CMYK value is (0,17,6,15).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 6.42%
  • key color value is 14.51%

CMYK: (0,17,6,15)
C0M17Y6K15 (0%, 17%, 6%, 15%)
(0.00 / 0.17 / 0.06 / 0.15)

CMYK percentages

%0
%17.43
%6.42
%14.51

Codes

Color #DAB4CC in popluar color models

DA B4 CC
RGB 218 180 204
HSL 322° 33.93% 78.04%
HSB/HSV 322° 17.43% 85.49%
CMYK 0.00% 17.43% 6.42%
14.51%

Color #DAB4CC in popluar number systems.

HEX DA B4 CC
Decimal 218 180 204
Binary 11011010 10110100 11001100
Octal 332 264 314

Shades and tints

Shades of #DAB4CC

#DAB4CC
(218,180,204)
#C7A4BA
(199,164,186)
#B494A8
(180,148,168)
#A18496
(161,132,150)
#8E7484
(142,116,132)
#7B6472
(123,100,114)
#685460
(104,84,96)
#55444E
(85,68,78)
#42343C
(66,52,60)
#2F242A
(47,36,42)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DAB4CC

#DAB4CC
(218,180,204)
#DDBAD0
(221,186,208)
#E0C0D4
(224,192,212)
#E3C6D8
(227,198,216)
#E6CCDC
(230,204,220)
#E9D2E0
(233,210,224)
#ECD8E4
(236,216,228)
#EFDEE8
(239,222,232)
#F2E4EC
(242,228,236)
#F5EAF0
(245,234,240)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB4CC; }

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

This text font color is #DAB4CC.

Background Color

.myBgColor { background-color: #DAB4CC; }

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

This div background color is #DAB4CC.

Border color

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

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

This div border color is #DAB4CC.

Opacity

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

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

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

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

This text has shadow with #DAB4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB4CC.

Preview

Color preview on black background

This text has color #DAB4CC on black background.


Color preview on white background

This text has color #DAB4CC on white background.


Black color preview on #DAB4CC background

This text has black color on #DAB4CC background.


White color preview on #DAB4CC background

This text has white color on #DAB4CC background.


Related colors

Complementary color

Complementary color for #hex is #254B33.


I love getcolorcode.com

Triadic colors

1 #CCDAB4 and #B4CCDA with #DAB4CC are triadic colors.

2 #CCB4DA and #B4DACC with #DAB4CC are triadic colors.