COLOR #DAD9BC

HEX: #DAD9BC RGB: (218,217,188)

Color info

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

RGB color model

#DAD9BC color RGB value is (218,217,188).

RGB: (218,217,188) (85%, 85%, 74%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 188 of 255 = 74%

218
217
188

R + G + B ~ 81%. #DAD9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 188 = 623 (100%)
R 218 of 623 ~ 34.99%
G 217 of 623 ~ 34.83%
B 188 of 623 ~ 30.18'%

%34.99
%34.83
%30.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 13.76%
  • key color value is 14.51%

CMYK: (0,0,14,15)
C0M0Y14K15 (0%, 0%, 14%, 15%)
(0.00 / 0.00 / 0.14 / 0.15)

CMYK percentages

%0
%0.46
%13.76
%14.51

Codes

Color #DAD9BC in popluar color models

DA D9 BC
RGB 218 217 188
HSL 58° 28.85% 79.61%
HSB/HSV 58° 13.76% 85.49%
CMYK 0.00% 0.46% 13.76%
14.51%

Color #DAD9BC in popluar number systems.

HEX DA D9 BC
Decimal 218 217 188
Binary 11011010 11011001 10111100
Octal 332 331 274

Shades and tints

Shades of #DAD9BC

#DAD9BC
(218,217,188)
#C7C6AB
(199,198,171)
#B4B39A
(180,179,154)
#A1A089
(161,160,137)
#8E8D78
(142,141,120)
#7B7A67
(123,122,103)
#686756
(104,103,86)
#555445
(85,84,69)
#424134
(66,65,52)
#2F2E23
(47,46,35)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #DAD9BC

#DAD9BC
(218,217,188)
#DDDCC2
(221,220,194)
#E0DFC8
(224,223,200)
#E3E2CE
(227,226,206)
#E6E5D4
(230,229,212)
#E9E8DA
(233,232,218)
#ECEBE0
(236,235,224)
#EFEEE6
(239,238,230)
#F2F1EC
(242,241,236)
#F5F4F2
(245,244,242)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD9BC; }

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

This text font color is #DAD9BC.

Background Color

.myBgColor { background-color: #DAD9BC; }

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

This div background color is #DAD9BC.

Border color

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

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

This div border color is #DAD9BC.

Opacity

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

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

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

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

This text has shadow with #DAD9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD9BC.

Preview

Color preview on black background

This text has color #DAD9BC on black background.


Color preview on white background

This text has color #DAD9BC on white background.


Black color preview on #DAD9BC background

This text has black color on #DAD9BC background.


White color preview on #DAD9BC background

This text has white color on #DAD9BC background.


Related colors

Complementary color

Complementary color for #hex is #252643.


I love getcolorcode.com

Triadic colors

1 #BCDAD9 and #D9BCDA with #DAD9BC are triadic colors.

2 #BCD9DA and #D9DABC with #DAD9BC are triadic colors.