COLOR #DAD3B2

HEX: #DAD3B2 RGB: (218,211,178)

Color info

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

RGB color model

#DAD3B2 color RGB value is (218,211,178).

RGB: (218,211,178) (85%, 83%, 70%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 178 of 255 = 70%

218
211
178

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

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 178 = 607 (100%)
R 218 of 607 ~ 35.91%
G 211 of 607 ~ 34.76%
B 178 of 607 ~ 29.32'%

%35.91
%34.76
%29.32

CMYK color model

#DAD3B2 color CMYK value is (0,3,18,15).

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

CMYK: (0,3,18,15)
C0M3Y18K15 (0%, 3%, 18%, 15%)
(0.00 / 0.03 / 0.18 / 0.15)

CMYK percentages

%0
%3.21
%18.35
%14.51

Codes

Color #DAD3B2 in popluar color models

DA D3 B2
RGB 218 211 178
HSL 50° 35.09% 77.65%
HSB/HSV 50° 18.35% 85.49%
CMYK 0.00% 3.21% 18.35%
14.51%

Color #DAD3B2 in popluar number systems.

HEX DA D3 B2
Decimal 218 211 178
Binary 11011010 11010011 10110010
Octal 332 323 262

Shades and tints

Shades of #DAD3B2

#DAD3B2
(218,211,178)
#C7C0A2
(199,192,162)
#B4AD92
(180,173,146)
#A19A82
(161,154,130)
#8E8772
(142,135,114)
#7B7462
(123,116,98)
#686152
(104,97,82)
#554E42
(85,78,66)
#423B32
(66,59,50)
#2F2822
(47,40,34)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #DAD3B2

#DAD3B2
(218,211,178)
#DDD7B9
(221,215,185)
#E0DBC0
(224,219,192)
#E3DFC7
(227,223,199)
#E6E3CE
(230,227,206)
#E9E7D5
(233,231,213)
#ECEBDC
(236,235,220)
#EFEFE3
(239,239,227)
#F2F3EA
(242,243,234)
#F5F7F1
(245,247,241)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3B2; }

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

This text font color is #DAD3B2.

Background Color

.myBgColor { background-color: #DAD3B2; }

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

This div background color is #DAD3B2.

Border color

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

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

This div border color is #DAD3B2.

Opacity

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

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

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

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

This text has shadow with #DAD3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD3B2.

Preview

Color preview on black background

This text has color #DAD3B2 on black background.


Color preview on white background

This text has color #DAD3B2 on white background.


Black color preview on #DAD3B2 background

This text has black color on #DAD3B2 background.


White color preview on #DAD3B2 background

This text has white color on #DAD3B2 background.


Related colors

Complementary color

Complementary color for #hex is #252C4D.


I love getcolorcode.com

Triadic colors

1 #B2DAD3 and #D3B2DA with #DAD3B2 are triadic colors.

2 #B2D3DA and #D3DAB2 with #DAD3B2 are triadic colors.