COLOR #D0BBA9

HEX: #D0BBA9
RGB: (208,187,169)

Color info

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

RGB color model

#D0BBA9 color RGB value is (208,187,169).

  • red value is 208;
  • green value is 187;
  • blue value is 169.
RGB:
(208,187,169)
(82%,73%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 169 of 255 = 66%

208
187
169

R + G + B ~ 74%. #D0BBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 187 + 169 = 564 (100%)
R 208 of 564 ~ 36.88%
G 187 of 564 ~ 33.16%
B 169 of 564 ~ 29.96%

%36.88
%33.16
%29.96

CMYK color model

#D0BBA9 color CMYK value is (0,10,19,18).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 18.75%
  • key color value is 18.43%
CMYK:
(0,10,19,18)
C0M10Y19K18 
(0%,10%,19%,18%)
(0.00/0.10/0.19/0.18)	

CMYK percentages

%0
%10.1
%18.75
%18.43

Codes

Color #D0BBA9 in popluar color models

D0BBA9
RGB208187169
HSL28°29.32%73.92%
HSB/HSV28°18.75%81.57%
CMYK0.00%10.10%18.75%
18.43%

Color #D0BBA9 in popluar number systems.

HEXD0BBA9
Decimal208187169
Binary110100001011101110101001
Octal320273251

Shades and tints

Shades of #D0BBA9

#D0BBA9
(208,187,169)
#BEAA9A
(190,170,154)
#AC998B
(172,153,139)
#9A887C
(154,136,124)
#88776D
(136,119,109)
#76665E
(118,102,94)
#64554F
(100,85,79)
#524440
(82,68,64)
#403331
(64,51,49)
#2E2222
(46,34,34)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D0BBA9

#D0BBA9
(208,187,169)
#D4C1B0
(212,193,176)
#D8C7B7
(216,199,183)
#DCCDBE
(220,205,190)
#E0D3C5
(224,211,197)
#E4D9CC
(228,217,204)
#E8DFD3
(232,223,211)
#ECE5DA
(236,229,218)
#F0EBE1
(240,235,225)
#F4F1E8
(244,241,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BBA9 color. Also use rgb(208,187,169) instead hex code.

Text Font Color

.myTextColor { color: #D0BBA9; }

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

This text font color is #D0BBA9.


Background Color

.myBgColor { background-color: #D0BBA9; }

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

This div background color is #D0BBA9.


Border color

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

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

This div border color is #D0BBA9.


Opacity

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

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

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

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

This text has shadow with #D0BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BBA9 on black background.


Color preview on white background

This text has color #D0BBA9 on white background.



Black color preview on #D0BBA9 background

This text has black color on #D0BBA9 background.


White color preview on #D0BBA9 background

This text has white color on #D0BBA9 background.