COLOR #D0BBAA

HEX: #D0BBAA RGB: (208,187,170)

Color info

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

RGB color model

#D0BBAA color RGB value is (208,187,170).

RGB: (208,187,170) (82%, 73%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 170 of 255 = 67%

208
187
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 187 + 170 = 565 (100%)
R 208 of 565 ~ 36.81%
G 187 of 565 ~ 33.1%
B 170 of 565 ~ 30.09'%

%36.81
%33.1
%30.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 18.27%
  • key color value is 18.43%

CMYK: (0,10,18,18)
C0M10Y18K18 (0%, 10%, 18%, 18%)
(0.00 / 0.10 / 0.18 / 0.18)

CMYK percentages

%0
%10.1
%18.27
%18.43

Codes

Color #D0BBAA in popluar color models

D0 BB AA
RGB 208 187 170
HSL 27° 28.79% 74.12%
HSB/HSV 27° 18.27% 81.57%
CMYK 0.00% 10.10% 18.27%
18.43%

Color #D0BBAA in popluar number systems.

HEX D0 BB AA
Decimal 208 187 170
Binary 11010000 10111011 10101010
Octal 320 273 252

Shades and tints

Shades of #D0BBAA

#D0BBAA
(208,187,170)
#BEAA9B
(190,170,155)
#AC998C
(172,153,140)
#9A887D
(154,136,125)
#88776E
(136,119,110)
#76665F
(118,102,95)
#645550
(100,85,80)
#524441
(82,68,65)
#403332
(64,51,50)
#2E2223
(46,34,35)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #D0BBAA

#D0BBAA
(208,187,170)
#D4C1B1
(212,193,177)
#D8C7B8
(216,199,184)
#DCCDBF
(220,205,191)
#E0D3C6
(224,211,198)
#E4D9CD
(228,217,205)
#E8DFD4
(232,223,212)
#ECE5DB
(236,229,219)
#F0EBE2
(240,235,226)
#F4F1E9
(244,241,233)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BBAA; }

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

This text font color is #D0BBAA.

Background Color

.myBgColor { background-color: #D0BBAA; }

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

This div background color is #D0BBAA.

Border color

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

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

This div border color is #D0BBAA.

Opacity

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

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

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

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

This text has shadow with #D0BBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BBAA.

Preview

Color preview on black background

This text has color #D0BBAA on black background.


Color preview on white background

This text has color #D0BBAA on white background.


Black color preview on #D0BBAA background

This text has black color on #D0BBAA background.


White color preview on #D0BBAA background

This text has white color on #D0BBAA background.


Related colors

Complementary color

Complementary color for #hex is #2F4455.


I love getcolorcode.com

Triadic colors

1 #AAD0BB and #BBAAD0 with #D0BBAA are triadic colors.

2 #AABBD0 and #BBD0AA with #D0BBAA are triadic colors.