COLOR #DAB0BC

HEX: #DAB0BC RGB: (218,176,188)

Color info

#DAB0BC contains red, green and blue colors in about the same proportion. Web safe color of #DAB0BC is #CC99CC (or #C9C).

RGB color model

#DAB0BC color RGB value is (218,176,188).

RGB: (218,176,188) (85%, 69%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 176 of 255 = 69%
B 188 of 255 = 74%

218
176
188

R + G + B ~ 76%. #DAB0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 176 + 188 = 582 (100%)
R 218 of 582 ~ 37.46%
G 176 of 582 ~ 30.24%
B 188 of 582 ~ 32.3'%

%37.46
%30.24
%32.3

CMYK color model

#DAB0BC color CMYK value is (0,19,14,15).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 13.76%
  • key color value is 14.51%
CMYK: (0,19,14,15) C0M19Y14K15 (0%,19%,14%,15%) (0.00/0.19/0.14/0.15) 

CMYK percentages

%0
%19.27
%13.76
%14.51

Codes

Color #DAB0BC in popluar color models

DA B0 BC
RGB 218 176 188
HSL 343° 36.21% 77.25%
HSB/HSV 343° 19.27% 85.49%
CMYK 0.00% 19.27% 13.76%
14.51%

Color #DAB0BC in popluar number systems.

HEX DA B0 BC
Decimal 218 176 188
Binary 11011010 10110000 10111100
Octal 332 260 274

Shades and tints

Shades of #DAB0BC

#DAB0BC
(218,176,188)
#C7A0AB
(199,160,171)
#B4909A
(180,144,154)
#A18089
(161,128,137)
#8E7078
(142,112,120)
#7B6067
(123,96,103)
#685056
(104,80,86)
#554045
(85,64,69)
#423034
(66,48,52)
#2F2023
(47,32,35)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #DAB0BC

#DAB0BC
(218,176,188)
#DDB7C2
(221,183,194)
#E0BEC8
(224,190,200)
#E3C5CE
(227,197,206)
#E6CCD4
(230,204,212)
#E9D3DA
(233,211,218)
#ECDAE0
(236,218,224)
#EFE1E6
(239,225,230)
#F2E8EC
(242,232,236)
#F5EFF2
(245,239,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB0BC; }

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

This text font color is #DAB0BC.

Background Color

.myBgColor { background-color: #DAB0BC; }

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

This div background color is #DAB0BC.

Border color

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

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

This div border color is #DAB0BC.

Opacity

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

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

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

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

This text has shadow with #DAB0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB0BC.

Preview

Color preview on black background

This text has color #DAB0BC on black background.


Color preview on white background

This text has color #DAB0BC on white background.


Black color preview on #DAB0BC background

This text has black color on #DAB0BC background.


White color preview on #DAB0BC background

This text has white color on #DAB0BC background.


Related colors

Complementary color

Complementary color for #hex is #254F43.


I love getcolorcode.com

Triadic colors

1 #BCDAB0 and #B0BCDA with #DAB0BC are triadic colors.

2 #BCB0DA and #B0DABC with #DAB0BC are triadic colors.