COLOR #DABAC7

HEX: #DABAC7 RGB: (218,186,199)

Color info

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

RGB color model

#DABAC7 color RGB value is (218,186,199).

RGB: (218,186,199) (85%, 73%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 199 of 255 = 78%

218
186
199

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

Portions of RGB colors in percentages

R + G + B = 218 + 186 + 199 = 603 (100%)
R 218 of 603 ~ 36.15%
G 186 of 603 ~ 30.85%
B 199 of 603 ~ 33'%

%36.15
%30.85
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 8.72%
  • key color value is 14.51%

CMYK: (0,15,9,15)
C0M15Y9K15 (0%, 15%, 9%, 15%)
(0.00 / 0.15 / 0.09 / 0.15)

CMYK percentages

%0
%14.68
%8.72
%14.51

Codes

Color #DABAC7 in popluar color models

DA BA C7
RGB 218 186 199
HSL 336° 30.19% 79.22%
HSB/HSV 336° 14.68% 85.49%
CMYK 0.00% 14.68% 8.72%
14.51%

Color #DABAC7 in popluar number systems.

HEX DA BA C7
Decimal 218 186 199
Binary 11011010 10111010 11000111
Octal 332 272 307

Shades and tints

Shades of #DABAC7

#DABAC7
(218,186,199)
#C7AAB5
(199,170,181)
#B49AA3
(180,154,163)
#A18A91
(161,138,145)
#8E7A7F
(142,122,127)
#7B6A6D
(123,106,109)
#685A5B
(104,90,91)
#554A49
(85,74,73)
#423A37
(66,58,55)
#2F2A25
(47,42,37)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #DABAC7

#DABAC7
(218,186,199)
#DDC0CC
(221,192,204)
#E0C6D1
(224,198,209)
#E3CCD6
(227,204,214)
#E6D2DB
(230,210,219)
#E9D8E0
(233,216,224)
#ECDEE5
(236,222,229)
#EFE4EA
(239,228,234)
#F2EAEF
(242,234,239)
#F5F0F4
(245,240,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABAC7 color. Also use rgb(218,186,199) instead hex code.

Text Font Color

.myTextColor { color: #DABAC7; }

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

This text font color is #DABAC7.

Background Color

.myBgColor { background-color: #DABAC7; }

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

This div background color is #DABAC7.

Border color

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

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

This div border color is #DABAC7.

Opacity

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

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

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

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

This text has shadow with #DABAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABAC7.

Preview

Color preview on black background

This text has color #DABAC7 on black background.


Color preview on white background

This text has color #DABAC7 on white background.


Black color preview on #DABAC7 background

This text has black color on #DABAC7 background.


White color preview on #DABAC7 background

This text has white color on #DABAC7 background.


Related colors

Complementary color

Complementary color for #hex is #254538.


I love getcolorcode.com

Triadic colors

1 #C7DABA and #BAC7DA with #DABAC7 are triadic colors.

2 #C7BADA and #BADAC7 with #DABAC7 are triadic colors.