COLOR #DAD3B3

HEX: #DAD3B3 RGB: (218,211,179)

Color info

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

RGB color model

#DAD3B3 color RGB value is (218,211,179).

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

RGB channels and saturation

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

218
211
179

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

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 179 = 608 (100%)
R 218 of 608 ~ 35.86%
G 211 of 608 ~ 34.7%
B 179 of 608 ~ 29.44'%

%35.86
%34.7
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 17.89%
  • 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
%17.89
%14.51

Codes

Color #DAD3B3 in popluar color models

DA D3 B3
RGB 218 211 179
HSL 49° 34.51% 77.84%
HSB/HSV 49° 17.89% 85.49%
CMYK 0.00% 3.21% 17.89%
14.51%

Color #DAD3B3 in popluar number systems.

HEX DA D3 B3
Decimal 218 211 179
Binary 11011010 11010011 10110011
Octal 332 323 263

Shades and tints

Shades of #DAD3B3

#DAD3B3
(218,211,179)
#C7C0A3
(199,192,163)
#B4AD93
(180,173,147)
#A19A83
(161,154,131)
#8E8773
(142,135,115)
#7B7463
(123,116,99)
#686153
(104,97,83)
#554E43
(85,78,67)
#423B33
(66,59,51)
#2F2823
(47,40,35)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAD3B3

#DAD3B3
(218,211,179)
#DDD7B9
(221,215,185)
#E0DBBF
(224,219,191)
#E3DFC5
(227,223,197)
#E6E3CB
(230,227,203)
#E9E7D1
(233,231,209)
#ECEBD7
(236,235,215)
#EFEFDD
(239,239,221)
#F2F3E3
(242,243,227)
#F5F7E9
(245,247,233)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD3B3; }

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

This text font color is #DAD3B3.

Background Color

.myBgColor { background-color: #DAD3B3; }

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

This div background color is #DAD3B3.

Border color

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

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

This div border color is #DAD3B3.

Opacity

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

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

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

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

This text has shadow with #DAD3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD3B3.

Preview

Color preview on black background

This text has color #DAD3B3 on black background.


Color preview on white background

This text has color #DAD3B3 on white background.


Black color preview on #DAD3B3 background

This text has black color on #DAD3B3 background.


White color preview on #DAD3B3 background

This text has white color on #DAD3B3 background.


Related colors

Complementary color

Complementary color for #hex is #252C4C.


I love getcolorcode.com

Triadic colors

1 #B3DAD3 and #D3B3DA with #DAD3B3 are triadic colors.

2 #B3D3DA and #D3DAB3 with #DAD3B3 are triadic colors.