COLOR #DAB695

HEX: #DAB695
RGB: (218,182,149)

Color info

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

RGB color model

#DAB695 color RGB value is (218,182,149).

  • red value is 218;
  • green value is 182;
  • blue value is 149.
RGB:
(218,182,149)
(85%,71%,58%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 149 of 255 = 58%

218
182
149

R + G + B ~ 71%. #DAB695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 149 = 549 (100%)
R 218 of 549 ~ 39.71%
G 182 of 549 ~ 33.15%
B 149 of 549 ~ 27.14%

%39.71
%33.15
%27.14

CMYK color model

#DAB695 color CMYK value is (0,17,32,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 31.65%
  • key color value is 14.51%
CMYK:
(0,17,32,15)
C0M17Y32K15 
(0%,17%,32%,15%)
(0.00/0.17/0.32/0.15)	

CMYK percentages

%0
%16.51
%31.65
%14.51

Codes

Color #DAB695 in popluar color models

DAB695
RGB218182149
HSL29°48.25%71.96%
HSB/HSV29°31.65%85.49%
CMYK0.00%16.51%31.65%
14.51%

Color #DAB695 in popluar number systems.

HEXDAB695
Decimal218182149
Binary110110101011011010010101
Octal332266225

Shades and tints

Shades of #DAB695

#DAB695
(218,182,149)
#C7A688
(199,166,136)
#B4967B
(180,150,123)
#A1866E
(161,134,110)
#8E7661
(142,118,97)
#7B6654
(123,102,84)
#685647
(104,86,71)
#55463A
(85,70,58)
#42362D
(66,54,45)
#2F2620
(47,38,32)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #DAB695

#DAB695
(218,182,149)
#DDBC9E
(221,188,158)
#E0C2A7
(224,194,167)
#E3C8B0
(227,200,176)
#E6CEB9
(230,206,185)
#E9D4C2
(233,212,194)
#ECDACB
(236,218,203)
#EFE0D4
(239,224,212)
#F2E6DD
(242,230,221)
#F5ECE6
(245,236,230)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB695 color. Also use rgb(218,182,149) instead hex code.

Text Font Color

.myTextColor { color: #DAB695; }

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

This text font color is #DAB695.


Background Color

.myBgColor { background-color: #DAB695; }

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

This div background color is #DAB695.


Border color

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

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

This div border color is #DAB695.


Opacity

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

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

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

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

This text has shadow with #DAB695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB695 on black background.


Color preview on white background

This text has color #DAB695 on white background.



Black color preview on #DAB695 background

This text has black color on #DAB695 background.


White color preview on #DAB695 background

This text has white color on #DAB695 background.