COLOR #DAB7CE

HEX: #DAB7CE RGB: (218,183,206)

Color info

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

RGB color model

#DAB7CE color RGB value is (218,183,206).

RGB: (218,183,206) (85%, 72%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 206 of 255 = 81%

218
183
206

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

Portions of RGB colors in percentages

R + G + B = 218 + 183 + 206 = 607 (100%)
R 218 of 607 ~ 35.91%
G 183 of 607 ~ 30.15%
B 206 of 607 ~ 33.94'%

%35.91
%30.15
%33.94

CMYK color model

#DAB7CE color CMYK value is (0,16,6,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 5.50%
  • key color value is 14.51%

CMYK: (0,16,6,15)
C0M16Y6K15 (0%, 16%, 6%, 15%)
(0.00 / 0.16 / 0.06 / 0.15)

CMYK percentages

%0
%16.06
%5.5
%14.51

Codes

Color #DAB7CE in popluar color models

DA B7 CE
RGB 218 183 206
HSL 321° 32.11% 78.63%
HSB/HSV 321° 16.06% 85.49%
CMYK 0.00% 16.06% 5.50%
14.51%

Color #DAB7CE in popluar number systems.

HEX DA B7 CE
Decimal 218 183 206
Binary 11011010 10110111 11001110
Octal 332 267 316

Shades and tints

Shades of #DAB7CE

#DAB7CE
(218,183,206)
#C7A7BC
(199,167,188)
#B497AA
(180,151,170)
#A18798
(161,135,152)
#8E7786
(142,119,134)
#7B6774
(123,103,116)
#685762
(104,87,98)
#554750
(85,71,80)
#42373E
(66,55,62)
#2F272C
(47,39,44)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #DAB7CE

#DAB7CE
(218,183,206)
#DDBDD2
(221,189,210)
#E0C3D6
(224,195,214)
#E3C9DA
(227,201,218)
#E6CFDE
(230,207,222)
#E9D5E2
(233,213,226)
#ECDBE6
(236,219,230)
#EFE1EA
(239,225,234)
#F2E7EE
(242,231,238)
#F5EDF2
(245,237,242)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB7CE color. Also use rgb(218,183,206) instead hex code.

Text Font Color

.myTextColor { color: #DAB7CE; }

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

This text font color is #DAB7CE.

Background Color

.myBgColor { background-color: #DAB7CE; }

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

This div background color is #DAB7CE.

Border color

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

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

This div border color is #DAB7CE.

Opacity

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

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

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

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

This text has shadow with #DAB7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB7CE.

Preview

Color preview on black background

This text has color #DAB7CE on black background.


Color preview on white background

This text has color #DAB7CE on white background.


Black color preview on #DAB7CE background

This text has black color on #DAB7CE background.


White color preview on #DAB7CE background

This text has white color on #DAB7CE background.


Related colors

Complementary color

Complementary color for #hex is #254831.


I love getcolorcode.com

Triadic colors

1 #CEDAB7 and #B7CEDA with #DAB7CE are triadic colors.

2 #CEB7DA and #B7DACE with #DAB7CE are triadic colors.