COLOR #D3BB88

HEX: #D3BB88 RGB: (211,187,136)

Color info

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

RGB color model

#D3BB88 color RGB value is (211,187,136).

RGB: (211,187,136) (83%, 73%, 53%)

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 136 of 255 = 53%

211
187
136

R + G + B ~ 70%. #D3BB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 187 + 136 = 534 (100%)
R 211 of 534 ~ 39.51%
G 187 of 534 ~ 35.02%
B 136 of 534 ~ 25.47'%

%39.51
%35.02
%25.47

CMYK color model

#D3BB88 color CMYK value is (0,11,36,17).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 35.55%
  • key color value is 17.25%

CMYK: (0,11,36,17)
C0M11Y36K17 (0%, 11%, 36%, 17%)
(0.00 / 0.11 / 0.36 / 0.17)

CMYK percentages

%0
%11.37
%35.55
%17.25

Codes

Color #D3BB88 in popluar color models

D3 BB 88
RGB 211 187 136
HSL 41° 46.01% 68.04%
HSB/HSV 41° 35.55% 82.75%
CMYK 0.00% 11.37% 35.55%
17.25%

Color #D3BB88 in popluar number systems.

HEX D3 BB 88
Decimal 211 187 136
Binary 11010011 10111011 10001000
Octal 323 273 210

Shades and tints

Shades of #D3BB88

#D3BB88
(211,187,136)
#C0AA7C
(192,170,124)
#AD9970
(173,153,112)
#9A8864
(154,136,100)
#877758
(135,119,88)
#74664C
(116,102,76)
#615540
(97,85,64)
#4E4434
(78,68,52)
#3B3328
(59,51,40)
#28221C
(40,34,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #D3BB88

#D3BB88
(211,187,136)
#D7C192
(215,193,146)
#DBC79C
(219,199,156)
#DFCDA6
(223,205,166)
#E3D3B0
(227,211,176)
#E7D9BA
(231,217,186)
#EBDFC4
(235,223,196)
#EFE5CE
(239,229,206)
#F3EBD8
(243,235,216)
#F7F1E2
(247,241,226)
#FBF7EC
(251,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BB88 color. Also use rgb(211,187,136) instead hex code.

Text Font Color

.myTextColor { color: #D3BB88; }

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

This text font color is #D3BB88.

Background Color

.myBgColor { background-color: #D3BB88; }

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

This div background color is #D3BB88.

Border color

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

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

This div border color is #D3BB88.

Opacity

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

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

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

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

This text has shadow with #D3BB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BB88.

Preview

Color preview on black background

This text has color #D3BB88 on black background.


Color preview on white background

This text has color #D3BB88 on white background.


Black color preview on #D3BB88 background

This text has black color on #D3BB88 background.


White color preview on #D3BB88 background

This text has white color on #D3BB88 background.


Related colors

Complementary color

Complementary color for #hex is #2C4477.


I love getcolorcode.com

Triadic colors

1 #88D3BB and #BB88D3 with #D3BB88 are triadic colors.

2 #88BBD3 and #BBD388 with #D3BB88 are triadic colors.