COLOR #D0B098

HEX: #D0B098 RGB: (208,176,152)

Color info

#D0B098 contains red, green and blue colors in about the same proportion. Web safe color of #D0B098 is #CC9999 (or #C99).

RGB color model

#D0B098 color RGB value is (208,176,152).

RGB: (208,176,152) (82%, 69%, 60%)

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 152 of 255 = 60%

208
176
152

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

Portions of RGB colors in percentages

R + G + B = 208 + 176 + 152 = 536 (100%)
R 208 of 536 ~ 38.81%
G 176 of 536 ~ 32.84%
B 152 of 536 ~ 28.36'%

%38.81
%32.84
%28.36

CMYK color model

#D0B098 color CMYK value is (0,15,27,18).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 26.92%
  • key color value is 18.43%
CMYK: (0,15,27,18) C0M15Y27K18 (0%,15%,27%,18%) (0.00/0.15/0.27/0.18) 

CMYK percentages

%0
%15.38
%26.92
%18.43

Codes

Color #D0B098 in popluar color models

D0 B0 98
RGB 208 176 152
HSL 26° 37.33% 70.59%
HSB/HSV 26° 26.92% 81.57%
CMYK 0.00% 15.38% 26.92%
18.43%

Color #D0B098 in popluar number systems.

HEX D0 B0 98
Decimal 208 176 152
Binary 11010000 10110000 10011000
Octal 320 260 230

Shades and tints

Shades of #D0B098

#D0B098
(208,176,152)
#BEA08B
(190,160,139)
#AC907E
(172,144,126)
#9A8071
(154,128,113)
#887064
(136,112,100)
#766057
(118,96,87)
#64504A
(100,80,74)
#52403D
(82,64,61)
#403030
(64,48,48)
#2E2023
(46,32,35)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #D0B098

#D0B098
(208,176,152)
#D4B7A1
(212,183,161)
#D8BEAA
(216,190,170)
#DCC5B3
(220,197,179)
#E0CCBC
(224,204,188)
#E4D3C5
(228,211,197)
#E8DACE
(232,218,206)
#ECE1D7
(236,225,215)
#F0E8E0
(240,232,224)
#F4EFE9
(244,239,233)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B098 color. Also use rgb(208,176,152) instead hex code.

Text Font Color

.myTextColor { color: #D0B098; }

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

This text font color is #D0B098.

Background Color

.myBgColor { background-color: #D0B098; }

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

This div background color is #D0B098.

Border color

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

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

This div border color is #D0B098.

Opacity

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

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

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

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

This text has shadow with #D0B098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B098.

Preview

Color preview on black background

This text has color #D0B098 on black background.


Color preview on white background

This text has color #D0B098 on white background.


Black color preview on #D0B098 background

This text has black color on #D0B098 background.


White color preview on #D0B098 background

This text has white color on #D0B098 background.


Related colors

Complementary color

Complementary color for #hex is #2F4F67.


I love getcolorcode.com

Triadic colors

1 #98D0B0 and #B098D0 with #D0B098 are triadic colors.

2 #98B0D0 and #B0D098 with #D0B098 are triadic colors.