COLOR #DAB6C5

HEX: #DAB6C5 RGB: (218,182,197)

Color info

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

RGB color model

#DAB6C5 color RGB value is (218,182,197).

RGB: (218,182,197) (85%, 71%, 77%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 197 of 255 = 77%

218
182
197

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

Portions of RGB colors in percentages

R + G + B = 218 + 182 + 197 = 597 (100%)
R 218 of 597 ~ 36.52%
G 182 of 597 ~ 30.49%
B 197 of 597 ~ 33'%

%36.52
%30.49
%33

CMYK color model

#DAB6C5 color CMYK value is (0,17,10,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (0,17,10,15)
C0M17Y10K15 (0%, 17%, 10%, 15%)
(0.00 / 0.17 / 0.10 / 0.15)

CMYK percentages

%0
%16.51
%9.63
%14.51

Codes

Color #DAB6C5 in popluar color models

DA B6 C5
RGB 218 182 197
HSL 335° 32.73% 78.43%
HSB/HSV 335° 16.51% 85.49%
CMYK 0.00% 16.51% 9.63%
14.51%

Color #DAB6C5 in popluar number systems.

HEX DA B6 C5
Decimal 218 182 197
Binary 11011010 10110110 11000101
Octal 332 266 305

Shades and tints

Shades of #DAB6C5

#DAB6C5
(218,182,197)
#C7A6B4
(199,166,180)
#B496A3
(180,150,163)
#A18692
(161,134,146)
#8E7681
(142,118,129)
#7B6670
(123,102,112)
#68565F
(104,86,95)
#55464E
(85,70,78)
#42363D
(66,54,61)
#2F262C
(47,38,44)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #DAB6C5

#DAB6C5
(218,182,197)
#DDBCCA
(221,188,202)
#E0C2CF
(224,194,207)
#E3C8D4
(227,200,212)
#E6CED9
(230,206,217)
#E9D4DE
(233,212,222)
#ECDAE3
(236,218,227)
#EFE0E8
(239,224,232)
#F2E6ED
(242,230,237)
#F5ECF2
(245,236,242)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB6C5 color. Also use rgb(218,182,197) instead hex code.

Text Font Color

.myTextColor { color: #DAB6C5; }

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

This text font color is #DAB6C5.

Background Color

.myBgColor { background-color: #DAB6C5; }

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

This div background color is #DAB6C5.

Border color

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

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

This div border color is #DAB6C5.

Opacity

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

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

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

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

This text has shadow with #DAB6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB6C5.

Preview

Color preview on black background

This text has color #DAB6C5 on black background.


Color preview on white background

This text has color #DAB6C5 on white background.


Black color preview on #DAB6C5 background

This text has black color on #DAB6C5 background.


White color preview on #DAB6C5 background

This text has white color on #DAB6C5 background.


Related colors

Complementary color

Complementary color for #hex is #25493A.


I love getcolorcode.com

Triadic colors

1 #C5DAB6 and #B6C5DA with #DAB6C5 are triadic colors.

2 #C5B6DA and #B6DAC5 with #DAB6C5 are triadic colors.