COLOR #DBA8BE

HEX: #DBA8BE RGB: (219,168,190)

Color info

#DBA8BE contains red, green and blue colors in about the same proportion. Web safe color of #DBA8BE is #CC99CC (or #C9C).

RGB color model

#DBA8BE color RGB value is (219,168,190).

RGB: (219,168,190) (86%, 66%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 190 of 255 = 75%

219
168
190

R + G + B ~ 76%. #DBA8BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 168 + 190 = 577 (100%)
R 219 of 577 ~ 37.95%
G 168 of 577 ~ 29.12%
B 190 of 577 ~ 32.93'%

%37.95
%29.12
%32.93

CMYK color model

#DBA8BE color CMYK value is (0,23,13,14).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 13.24%
  • key color value is 14.12%

CMYK: (0,23,13,14)
C0M23Y13K14 (0%, 23%, 13%, 14%)
(0.00 / 0.23 / 0.13 / 0.14)

CMYK percentages

%0
%23.29
%13.24
%14.12

Codes

Color #DBA8BE in popluar color models

DB A8 BE
RGB 219 168 190
HSL 334° 41.46% 75.88%
HSB/HSV 334° 23.29% 85.88%
CMYK 0.00% 23.29% 13.24%
14.12%

Color #DBA8BE in popluar number systems.

HEX DB A8 BE
Decimal 219 168 190
Binary 11011011 10101000 10111110
Octal 333 250 276

Shades and tints

Shades of #DBA8BE

#DBA8BE
(219,168,190)
#C899AD
(200,153,173)
#B58A9C
(181,138,156)
#A27B8B
(162,123,139)
#8F6C7A
(143,108,122)
#7C5D69
(124,93,105)
#694E58
(105,78,88)
#563F47
(86,63,71)
#433036
(67,48,54)
#302125
(48,33,37)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #DBA8BE

#DBA8BE
(219,168,190)
#DEAFC3
(222,175,195)
#E1B6C8
(225,182,200)
#E4BDCD
(228,189,205)
#E7C4D2
(231,196,210)
#EACBD7
(234,203,215)
#EDD2DC
(237,210,220)
#F0D9E1
(240,217,225)
#F3E0E6
(243,224,230)
#F6E7EB
(246,231,235)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA8BE; }

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

This text font color is #DBA8BE.

Background Color

.myBgColor { background-color: #DBA8BE; }

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

This div background color is #DBA8BE.

Border color

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

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

This div border color is #DBA8BE.

Opacity

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

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

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

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

This text has shadow with #DBA8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA8BE.

Preview

Color preview on black background

This text has color #DBA8BE on black background.


Color preview on white background

This text has color #DBA8BE on white background.


Black color preview on #DBA8BE background

This text has black color on #DBA8BE background.


White color preview on #DBA8BE background

This text has white color on #DBA8BE background.


Related colors

Complementary color

Complementary color for #hex is #245741.


I love getcolorcode.com

Triadic colors

1 #BEDBA8 and #A8BEDB with #DBA8BE are triadic colors.

2 #BEA8DB and #A8DBBE with #DBA8BE are triadic colors.