COLOR #DABCC7

HEX: #DABCC7 RGB: (218,188,199)

Color info

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

RGB color model

#DABCC7 color RGB value is (218,188,199).

RGB: (218,188,199) (85%, 74%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 199 of 255 = 78%

218
188
199

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

Portions of RGB colors in percentages

R + G + B = 218 + 188 + 199 = 605 (100%)
R 218 of 605 ~ 36.03%
G 188 of 605 ~ 31.07%
B 199 of 605 ~ 32.89'%

%36.03
%31.07
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK: (0,14,9,15) C0M14Y9K15 (0%,14%,9%,15%) (0.00/0.14/0.09/0.15) 

CMYK percentages

%0
%13.76
%8.72
%14.51

Codes

Color #DABCC7 in popluar color models

DA BC C7
RGB 218 188 199
HSL 338° 28.85% 79.61%
HSB/HSV 338° 13.76% 85.49%
CMYK 0.00% 13.76% 8.72%
14.51%

Color #DABCC7 in popluar number systems.

HEX DA BC C7
Decimal 218 188 199
Binary 11011010 10111100 11000111
Octal 332 274 307

Shades and tints

Shades of #DABCC7

#DABCC7
(218,188,199)
#C7ABB5
(199,171,181)
#B49AA3
(180,154,163)
#A18991
(161,137,145)
#8E787F
(142,120,127)
#7B676D
(123,103,109)
#68565B
(104,86,91)
#554549
(85,69,73)
#423437
(66,52,55)
#2F2325
(47,35,37)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #DABCC7

#DABCC7
(218,188,199)
#DDC2CC
(221,194,204)
#E0C8D1
(224,200,209)
#E3CED6
(227,206,214)
#E6D4DB
(230,212,219)
#E9DAE0
(233,218,224)
#ECE0E5
(236,224,229)
#EFE6EA
(239,230,234)
#F2ECEF
(242,236,239)
#F5F2F4
(245,242,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABCC7; }

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

This text font color is #DABCC7.

Background Color

.myBgColor { background-color: #DABCC7; }

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

This div background color is #DABCC7.

Border color

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

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

This div border color is #DABCC7.

Opacity

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

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

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

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

This text has shadow with #DABCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABCC7.

Preview

Color preview on black background

This text has color #DABCC7 on black background.


Color preview on white background

This text has color #DABCC7 on white background.


Black color preview on #DABCC7 background

This text has black color on #DABCC7 background.


White color preview on #DABCC7 background

This text has white color on #DABCC7 background.


Related colors

Complementary color

Complementary color for #hex is #254338.


I love getcolorcode.com

Triadic colors

1 #C7DABC and #BCC7DA with #DABCC7 are triadic colors.

2 #C7BCDA and #BCDAC7 with #DABCC7 are triadic colors.