COLOR #DBB1A8

HEX: #DBB1A8
RGB: (219,177,168)

Color info

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

RGB color model

#DBB1A8 color RGB value is (219,177,168).

  • red value is 219;
  • green value is 177;
  • blue value is 168.
RGB:
(219,177,168)
(86%,69%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 168 of 255 = 66%

219
177
168

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

Portions of RGB colors in percentages

R + G + B =
219 + 177 + 168 = 564 (100%)
R 219 of 564 ~ 38.83%
G 177 of 564 ~ 31.38%
B 168 of 564 ~ 29.79%

%38.83
%31.38
%29.79

CMYK color model

#DBB1A8 color CMYK value is (0,19,23,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(0,19,23,14)
C0M19Y23K14 
(0%,19%,23%,14%)
(0.00/0.19/0.23/0.14)	

CMYK percentages

%0
%19.18
%23.29
%14.12

Codes

Color #DBB1A8 in popluar color models

DBB1A8
RGB219177168
HSL11°41.46%75.88%
HSB/HSV11°23.29%85.88%
CMYK0.00%19.18%23.29%
14.12%

Color #DBB1A8 in popluar number systems.

HEXDBB1A8
Decimal219177168
Binary110110111011000110101000
Octal333261250

Shades and tints

Shades of #DBB1A8

#DBB1A8
(219,177,168)
#C8A199
(200,161,153)
#B5918A
(181,145,138)
#A2817B
(162,129,123)
#8F716C
(143,113,108)
#7C615D
(124,97,93)
#69514E
(105,81,78)
#56413F
(86,65,63)
#433130
(67,49,48)
#302121
(48,33,33)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #DBB1A8

#DBB1A8
(219,177,168)
#DEB8AF
(222,184,175)
#E1BFB6
(225,191,182)
#E4C6BD
(228,198,189)
#E7CDC4
(231,205,196)
#EAD4CB
(234,212,203)
#EDDBD2
(237,219,210)
#F0E2D9
(240,226,217)
#F3E9E0
(243,233,224)
#F6F0E7
(246,240,231)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB1A8 color. Also use rgb(219,177,168) instead hex code.

Text Font Color

.myTextColor { color: #DBB1A8; }

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

This text font color is #DBB1A8.


Background Color

.myBgColor { background-color: #DBB1A8; }

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

This div background color is #DBB1A8.


Border color

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

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

This div border color is #DBB1A8.


Opacity

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

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

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

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

This text has shadow with #DBB1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB1A8 on black background.


Color preview on white background

This text has color #DBB1A8 on white background.



Black color preview on #DBB1A8 background

This text has black color on #DBB1A8 background.


White color preview on #DBB1A8 background

This text has white color on #DBB1A8 background.