COLOR #D2B898

HEX: #D2B898 RGB: (210,184,152)

Color info

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

RGB color model

#D2B898 color RGB value is (210,184,152).

RGB: (210,184,152) (82%, 72%, 60%)

RGB channels and saturation

R 210 of 255 = 82%
G 184 of 255 = 72%
B 152 of 255 = 60%

210
184
152

R + G + B ~ 71%. #D2B898 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 184 + 152 = 546 (100%)
R 210 of 546 ~ 38.46%
G 184 of 546 ~ 33.7%
B 152 of 546 ~ 27.84'%

%38.46
%33.7
%27.84

CMYK color model

#D2B898 color CMYK value is (0,12,28,18).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 27.62%
  • key color value is 17.65%

CMYK: (0,12,28,18)
C0M12Y28K18 (0%, 12%, 28%, 18%)
(0.00 / 0.12 / 0.28 / 0.18)

CMYK percentages

%0
%12.38
%27.62
%17.65

Codes

Color #D2B898 in popluar color models

D2 B8 98
RGB 210 184 152
HSL 33° 39.19% 70.98%
HSB/HSV 33° 27.62% 82.35%
CMYK 0.00% 12.38% 27.62%
17.65%

Color #D2B898 in popluar number systems.

HEX D2 B8 98
Decimal 210 184 152
Binary 11010010 10111000 10011000
Octal 322 270 230

Shades and tints

Shades of #D2B898

#D2B898
(210,184,152)
#BFA88B
(191,168,139)
#AC987E
(172,152,126)
#998871
(153,136,113)
#867864
(134,120,100)
#736857
(115,104,87)
#60584A
(96,88,74)
#4D483D
(77,72,61)
#3A3830
(58,56,48)
#272823
(39,40,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #D2B898

#D2B898
(210,184,152)
#D6BEA1
(214,190,161)
#DAC4AA
(218,196,170)
#DECAB3
(222,202,179)
#E2D0BC
(226,208,188)
#E6D6C5
(230,214,197)
#EADCCE
(234,220,206)
#EEE2D7
(238,226,215)
#F2E8E0
(242,232,224)
#F6EEE9
(246,238,233)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B898 color. Also use rgb(210,184,152) instead hex code.

Text Font Color

.myTextColor { color: #D2B898; }

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

This text font color is #D2B898.

Background Color

.myBgColor { background-color: #D2B898; }

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

This div background color is #D2B898.

Border color

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

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

This div border color is #D2B898.

Opacity

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

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

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

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

This text has shadow with #D2B898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B898.

Preview

Color preview on black background

This text has color #D2B898 on black background.


Color preview on white background

This text has color #D2B898 on white background.


Black color preview on #D2B898 background

This text has black color on #D2B898 background.


White color preview on #D2B898 background

This text has white color on #D2B898 background.


Related colors

Complementary color

Complementary color for #hex is #2D4767.


I love getcolorcode.com

Triadic colors

1 #98D2B8 and #B898D2 with #D2B898 are triadic colors.

2 #98B8D2 and #B8D298 with #D2B898 are triadic colors.