COLOR #DADB87

HEX: #DADB87
RGB: (218,219,135)

Color info

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

RGB color model

#DADB87 color RGB value is (218,219,135).

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

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 135 of 255 = 53%

218
219
135

R + G + B ~ 75%. #DADB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 219 + 135 = 572 (100%)
R 218 of 572 ~ 38.11%
G 219 of 572 ~ 38.29%
B 135 of 572 ~ 23.6%

%38.11
%38.29
%23.6

CMYK color model

#DADB87 color CMYK value is (0,0,38,14).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(0,0,38,14)
C0M0Y38K14 
(0%,0%,38%,14%)
(0.00/0.00/0.38/0.14)	

CMYK percentages

%0.46
%0
%38.36
%14.12

Codes

Color #DADB87 in popluar color models

DADB87
RGB218219135
HSL61°53.85%69.41%
HSB/HSV61°38.36%85.88%
CMYK0.46%0.00%38.36%
14.12%

Color #DADB87 in popluar number systems.

HEXDADB87
Decimal218219135
Binary110110101101101110000111
Octal332333207

Shades and tints

Shades of #DADB87

#DADB87
(218,219,135)
#C7C87B
(199,200,123)
#B4B56F
(180,181,111)
#A1A263
(161,162,99)
#8E8F57
(142,143,87)
#7B7C4B
(123,124,75)
#68693F
(104,105,63)
#555633
(85,86,51)
#424327
(66,67,39)
#2F301B
(47,48,27)
#1C1D0F
(28,29,15)
#000000
(0,0,0)

Tints of #DADB87

#DADB87
(218,219,135)
#DDDE91
(221,222,145)
#E0E19B
(224,225,155)
#E3E4A5
(227,228,165)
#E6E7AF
(230,231,175)
#E9EAB9
(233,234,185)
#ECEDC3
(236,237,195)
#EFF0CD
(239,240,205)
#F2F3D7
(242,243,215)
#F5F6E1
(245,246,225)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADB87; }

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

This text font color is #DADB87.


Background Color

.myBgColor { background-color: #DADB87; }

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

This div background color is #DADB87.


Border color

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

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

This div border color is #DADB87.


Opacity

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

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

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

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

This text has shadow with #DADB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADB87 on black background.


Color preview on white background

This text has color #DADB87 on white background.



Black color preview on #DADB87 background

This text has black color on #DADB87 background.


White color preview on #DADB87 background

This text has white color on #DADB87 background.