COLOR #D3BC98

HEX: #D3BC98 RGB: (211,188,152)

Color info

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

RGB color model

#D3BC98 color RGB value is (211,188,152).

RGB: (211,188,152) (83%, 74%, 60%)

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 152 of 255 = 60%

211
188
152

R + G + B ~ 72%. #D3BC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 188 + 152 = 551 (100%)
R 211 of 551 ~ 38.29%
G 188 of 551 ~ 34.12%
B 152 of 551 ~ 27.59'%

%38.29
%34.12
%27.59

CMYK color model

#D3BC98 color CMYK value is (0,11,28,17).

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 27.96%
  • key color value is 17.25%

CMYK: (0,11,28,17)
C0M11Y28K17 (0%, 11%, 28%, 17%)
(0.00 / 0.11 / 0.28 / 0.17)

CMYK percentages

%0
%10.9
%27.96
%17.25

Codes

Color #D3BC98 in popluar color models

D3 BC 98
RGB 211 188 152
HSL 37° 40.14% 71.18%
HSB/HSV 37° 27.96% 82.75%
CMYK 0.00% 10.90% 27.96%
17.25%

Color #D3BC98 in popluar number systems.

HEX D3 BC 98
Decimal 211 188 152
Binary 11010011 10111100 10011000
Octal 323 274 230

Shades and tints

Shades of #D3BC98

#D3BC98
(211,188,152)
#C0AB8B
(192,171,139)
#AD9A7E
(173,154,126)
#9A8971
(154,137,113)
#877864
(135,120,100)
#746757
(116,103,87)
#61564A
(97,86,74)
#4E453D
(78,69,61)
#3B3430
(59,52,48)
#282323
(40,35,35)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #D3BC98

#D3BC98
(211,188,152)
#D7C2A1
(215,194,161)
#DBC8AA
(219,200,170)
#DFCEB3
(223,206,179)
#E3D4BC
(227,212,188)
#E7DAC5
(231,218,197)
#EBE0CE
(235,224,206)
#EFE6D7
(239,230,215)
#F3ECE0
(243,236,224)
#F7F2E9
(247,242,233)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BC98 color. Also use rgb(211,188,152) instead hex code.

Text Font Color

.myTextColor { color: #D3BC98; }

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

This text font color is #D3BC98.

Background Color

.myBgColor { background-color: #D3BC98; }

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

This div background color is #D3BC98.

Border color

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

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

This div border color is #D3BC98.

Opacity

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

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

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

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

This text has shadow with #D3BC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BC98.

Preview

Color preview on black background

This text has color #D3BC98 on black background.


Color preview on white background

This text has color #D3BC98 on white background.


Black color preview on #D3BC98 background

This text has black color on #D3BC98 background.


White color preview on #D3BC98 background

This text has white color on #D3BC98 background.


Related colors

Complementary color

Complementary color for #hex is #2C4367.


I love getcolorcode.com

Triadic colors

1 #98D3BC and #BC98D3 with #D3BC98 are triadic colors.

2 #98BCD3 and #BCD398 with #D3BC98 are triadic colors.