COLOR #DAD2B2

HEX: #DAD2B2 RGB: (218,210,178)

Color info

#DAD2B2 contains red, green and blue colors in about the same proportion. Web safe color of #DAD2B2 is #CCCC99 (or #CC9).

RGB color model

#DAD2B2 color RGB value is (218,210,178).

RGB: (218,210,178) (85%, 82%, 70%)

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 178 of 255 = 70%

218
210
178

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

Portions of RGB colors in percentages

R + G + B = 218 + 210 + 178 = 606 (100%)
R 218 of 606 ~ 35.97%
G 210 of 606 ~ 34.65%
B 178 of 606 ~ 29.37'%

%35.97
%34.65
%29.37

CMYK color model

#DAD2B2 color CMYK value is (0,4,18,15).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 18.35%
  • key color value is 14.51%

CMYK: (0,4,18,15)
C0M4Y18K15 (0%, 4%, 18%, 15%)
(0.00 / 0.04 / 0.18 / 0.15)

CMYK percentages

%0
%3.67
%18.35
%14.51

Codes

Color #DAD2B2 in popluar color models

DA D2 B2
RGB 218 210 178
HSL 48° 35.09% 77.65%
HSB/HSV 48° 18.35% 85.49%
CMYK 0.00% 3.67% 18.35%
14.51%

Color #DAD2B2 in popluar number systems.

HEX DA D2 B2
Decimal 218 210 178
Binary 11011010 11010010 10110010
Octal 332 322 262

Shades and tints

Shades of #DAD2B2

#DAD2B2
(218,210,178)
#C7BFA2
(199,191,162)
#B4AC92
(180,172,146)
#A19982
(161,153,130)
#8E8672
(142,134,114)
#7B7362
(123,115,98)
#686052
(104,96,82)
#554D42
(85,77,66)
#423A32
(66,58,50)
#2F2722
(47,39,34)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DAD2B2

#DAD2B2
(218,210,178)
#DDD6B9
(221,214,185)
#E0DAC0
(224,218,192)
#E3DEC7
(227,222,199)
#E6E2CE
(230,226,206)
#E9E6D5
(233,230,213)
#ECEADC
(236,234,220)
#EFEEE3
(239,238,227)
#F2F2EA
(242,242,234)
#F5F6F1
(245,246,241)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD2B2 color. Also use rgb(218,210,178) instead hex code.

Text Font Color

.myTextColor { color: #DAD2B2; }

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

This text font color is #DAD2B2.

Background Color

.myBgColor { background-color: #DAD2B2; }

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

This div background color is #DAD2B2.

Border color

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

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

This div border color is #DAD2B2.

Opacity

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

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

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

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

This text has shadow with #DAD2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD2B2.

Preview

Color preview on black background

This text has color #DAD2B2 on black background.


Color preview on white background

This text has color #DAD2B2 on white background.


Black color preview on #DAD2B2 background

This text has black color on #DAD2B2 background.


White color preview on #DAD2B2 background

This text has white color on #DAD2B2 background.


Related colors

Complementary color

Complementary color for #hex is #252D4D.


I love getcolorcode.com

Triadic colors

1 #B2DAD2 and #D2B2DA with #DAD2B2 are triadic colors.

2 #B2D2DA and #D2DAB2 with #DAD2B2 are triadic colors.