COLOR #DADB9B

HEX: #DADB9B
RGB: (218,219,155)

Color info

#DADB9B contains mainly red and green colors. Web safe color of #DADB9B is #CCCC99 (or #CC9).

RGB color model

#DADB9B color RGB value is (218,219,155).

  • red value is 218;
  • green value is 219;
  • blue value is 155.
RGB:
(218,219,155)
(85%,86%,61%)

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 155 of 255 = 61%

218
219
155

R + G + B ~ 77%. #DADB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 219 + 155 = 592 (100%)
R 218 of 592 ~ 36.82%
G 219 of 592 ~ 36.99%
B 155 of 592 ~ 26.18%

%36.82
%36.99
%26.18

CMYK color model

#DADB9B color CMYK value is (0,0,29,14).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 14.12%
CMYK:
(0,0,29,14)
C0M0Y29K14 
(0%,0%,29%,14%)
(0.00/0.00/0.29/0.14)	

CMYK percentages

%0.46
%0
%29.22
%14.12

Codes

Color #DADB9B in popluar color models

DADB9B
RGB218219155
HSL61°47.06%73.33%
HSB/HSV61°29.22%85.88%
CMYK0.46%0.00%29.22%
14.12%

Color #DADB9B in popluar number systems.

HEXDADB9B
Decimal218219155
Binary110110101101101110011011
Octal332333233

Shades and tints

Shades of #DADB9B

#DADB9B
(218,219,155)
#C7C88D
(199,200,141)
#B4B57F
(180,181,127)
#A1A271
(161,162,113)
#8E8F63
(142,143,99)
#7B7C55
(123,124,85)
#686947
(104,105,71)
#555639
(85,86,57)
#42432B
(66,67,43)
#2F301D
(47,48,29)
#1C1D0F
(28,29,15)
#000000
(0,0,0)

Tints of #DADB9B

#DADB9B
(218,219,155)
#DDDEA4
(221,222,164)
#E0E1AD
(224,225,173)
#E3E4B6
(227,228,182)
#E6E7BF
(230,231,191)
#E9EAC8
(233,234,200)
#ECEDD1
(236,237,209)
#EFF0DA
(239,240,218)
#F2F3E3
(242,243,227)
#F5F6EC
(245,246,236)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADB9B color. Also use rgb(218,219,155) instead hex code.

Text Font Color

.myTextColor { color: #DADB9B; }

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

This text font color is #DADB9B.


Background Color

.myBgColor { background-color: #DADB9B; }

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

This div background color is #DADB9B.


Border color

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

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

This div border color is #DADB9B.


Opacity

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

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

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

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

This text has shadow with #DADB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADB9B on black background.


Color preview on white background

This text has color #DADB9B on white background.



Black color preview on #DADB9B background

This text has black color on #DADB9B background.


White color preview on #DADB9B background

This text has white color on #DADB9B background.