COLOR #DAB8CA

HEX: #DAB8CA RGB: (218,184,202)

Color info

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

RGB color model

#DAB8CA color RGB value is (218,184,202).

RGB: (218,184,202) (85%, 72%, 79%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 202 of 255 = 79%

218
184
202

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

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 202 = 604 (100%)
R 218 of 604 ~ 36.09%
G 184 of 604 ~ 30.46%
B 202 of 604 ~ 33.44'%

%36.09
%30.46
%33.44

CMYK color model

#DAB8CA color CMYK value is (0,16,7,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 7.34%
  • key color value is 14.51%
CMYK: (0,16,7,15) C0M16Y7K15 (0%,16%,7%,15%) (0.00/0.16/0.07/0.15) 

CMYK percentages

%0
%15.6
%7.34
%14.51

Codes

Color #DAB8CA in popluar color models

DA B8 CA
RGB 218 184 202
HSL 328° 31.48% 78.82%
HSB/HSV 328° 15.60% 85.49%
CMYK 0.00% 15.60% 7.34%
14.51%

Color #DAB8CA in popluar number systems.

HEX DA B8 CA
Decimal 218 184 202
Binary 11011010 10111000 11001010
Octal 332 270 312

Shades and tints

Shades of #DAB8CA

#DAB8CA
(218,184,202)
#C7A8B8
(199,168,184)
#B498A6
(180,152,166)
#A18894
(161,136,148)
#8E7882
(142,120,130)
#7B6870
(123,104,112)
#68585E
(104,88,94)
#55484C
(85,72,76)
#42383A
(66,56,58)
#2F2828
(47,40,40)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAB8CA

#DAB8CA
(218,184,202)
#DDBECE
(221,190,206)
#E0C4D2
(224,196,210)
#E3CAD6
(227,202,214)
#E6D0DA
(230,208,218)
#E9D6DE
(233,214,222)
#ECDCE2
(236,220,226)
#EFE2E6
(239,226,230)
#F2E8EA
(242,232,234)
#F5EEEE
(245,238,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8CA; }

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

This text font color is #DAB8CA.

Background Color

.myBgColor { background-color: #DAB8CA; }

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

This div background color is #DAB8CA.

Border color

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

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

This div border color is #DAB8CA.

Opacity

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

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

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

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

This text has shadow with #DAB8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8CA.

Preview

Color preview on black background

This text has color #DAB8CA on black background.


Color preview on white background

This text has color #DAB8CA on white background.


Black color preview on #DAB8CA background

This text has black color on #DAB8CA background.


White color preview on #DAB8CA background

This text has white color on #DAB8CA background.


Related colors

Complementary color

Complementary color for #hex is #254735.


I love getcolorcode.com

Triadic colors

1 #CADAB8 and #B8CADA with #DAB8CA are triadic colors.

2 #CAB8DA and #B8DACA with #DAB8CA are triadic colors.