COLOR #DAB7C6

HEX: #DAB7C6 RGB: (218,183,198)

Color info

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

RGB color model

#DAB7C6 color RGB value is (218,183,198).

RGB: (218,183,198) (85%, 72%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 198 of 255 = 78%

218
183
198

R + G + B ~ 78%. #DAB7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 183 + 198 = 599 (100%)
R 218 of 599 ~ 36.39%
G 183 of 599 ~ 30.55%
B 198 of 599 ~ 33.06'%

%36.39
%30.55
%33.06

CMYK color model

#DAB7C6 color CMYK value is (0,16,9,15).

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

CMYK: (0,16,9,15)
C0M16Y9K15 (0%, 16%, 9%, 15%)
(0.00 / 0.16 / 0.09 / 0.15)

CMYK percentages

%0
%16.06
%9.17
%14.51

Codes

Color #DAB7C6 in popluar color models

DA B7 C6
RGB 218 183 198
HSL 334° 32.11% 78.63%
HSB/HSV 334° 16.06% 85.49%
CMYK 0.00% 16.06% 9.17%
14.51%

Color #DAB7C6 in popluar number systems.

HEX DA B7 C6
Decimal 218 183 198
Binary 11011010 10110111 11000110
Octal 332 267 306

Shades and tints

Shades of #DAB7C6

#DAB7C6
(218,183,198)
#C7A7B4
(199,167,180)
#B497A2
(180,151,162)
#A18790
(161,135,144)
#8E777E
(142,119,126)
#7B676C
(123,103,108)
#68575A
(104,87,90)
#554748
(85,71,72)
#423736
(66,55,54)
#2F2724
(47,39,36)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #DAB7C6

#DAB7C6
(218,183,198)
#DDBDCB
(221,189,203)
#E0C3D0
(224,195,208)
#E3C9D5
(227,201,213)
#E6CFDA
(230,207,218)
#E9D5DF
(233,213,223)
#ECDBE4
(236,219,228)
#EFE1E9
(239,225,233)
#F2E7EE
(242,231,238)
#F5EDF3
(245,237,243)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7C6; }

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

This text font color is #DAB7C6.

Background Color

.myBgColor { background-color: #DAB7C6; }

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

This div background color is #DAB7C6.

Border color

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

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

This div border color is #DAB7C6.

Opacity

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

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

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

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

This text has shadow with #DAB7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB7C6.

Preview

Color preview on black background

This text has color #DAB7C6 on black background.


Color preview on white background

This text has color #DAB7C6 on white background.


Black color preview on #DAB7C6 background

This text has black color on #DAB7C6 background.


White color preview on #DAB7C6 background

This text has white color on #DAB7C6 background.


Related colors

Complementary color

Complementary color for #hex is #254839.


I love getcolorcode.com

Triadic colors

1 #C6DAB7 and #B7C6DA with #DAB7C6 are triadic colors.

2 #C6B7DA and #B7DAC6 with #DAB7C6 are triadic colors.