COLOR #DAB7B7

HEX: #DAB7B7
RGB: (218,183,183)

Color info

#DAB7B7 contains red, green and blue colors in about the same proportion. Web safe color of #DAB7B7 is #CCCCCC (or #CCC).

RGB color model

#DAB7B7 color RGB value is (218,183,183).

  • red value is 218;
  • green value is 183;
  • blue value is 183.
RGB:
(218,183,183)
(85%,72%,72%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 183 of 255 = 72%

218
183
183

R + G + B ~ 76%. #DAB7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 183 = 584 (100%)
R 218 of 584 ~ 37.33%
G 183 of 584 ~ 31.34%
B 183 of 584 ~ 31.34%

%37.33
%31.34
%31.34

CMYK color model

#DAB7B7 color CMYK value is (0,16,16,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 16.06%
  • key color value is 14.51%
CMYK:
(0,16,16,15)
C0M16Y16K15 
(0%,16%,16%,15%)
(0.00/0.16/0.16/0.15)	

CMYK percentages

%0
%16.06
%16.06
%14.51

Codes

Color #DAB7B7 in popluar color models

DAB7B7
RGB218183183
HSL32.11%78.63%
HSB/HSV16.06%85.49%
CMYK0.00%16.06%16.06%
14.51%

Color #DAB7B7 in popluar number systems.

HEXDAB7B7
Decimal218183183
Binary110110101011011110110111
Octal332267267

Shades and tints

Shades of #DAB7B7

#DAB7B7
(218,183,183)
#C7A7A7
(199,167,167)
#B49797
(180,151,151)
#A18787
(161,135,135)
#8E7777
(142,119,119)
#7B6767
(123,103,103)
#685757
(104,87,87)
#554747
(85,71,71)
#423737
(66,55,55)
#2F2727
(47,39,39)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #DAB7B7

#DAB7B7
(218,183,183)
#DDBDBD
(221,189,189)
#E0C3C3
(224,195,195)
#E3C9C9
(227,201,201)
#E6CFCF
(230,207,207)
#E9D5D5
(233,213,213)
#ECDBDB
(236,219,219)
#EFE1E1
(239,225,225)
#F2E7E7
(242,231,231)
#F5EDED
(245,237,237)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7B7; }

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

This text font color is #DAB7B7.


Background Color

.myBgColor { background-color: #DAB7B7; }

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

This div background color is #DAB7B7.


Border color

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

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

This div border color is #DAB7B7.


Opacity

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

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

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

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

This text has shadow with #DAB7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7B7 on black background.


Color preview on white background

This text has color #DAB7B7 on white background.



Black color preview on #DAB7B7 background

This text has black color on #DAB7B7 background.


White color preview on #DAB7B7 background

This text has white color on #DAB7B7 background.