COLOR #DBAEB3

HEX: #DBAEB3 RGB: (219,174,179)

Color info

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

RGB color model

#DBAEB3 color RGB value is (219,174,179).

RGB: (219,174,179) (86%, 68%, 70%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 179 of 255 = 70%

219
174
179

R + G + B ~ 75%. #DBAEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 174 + 179 = 572 (100%)
R 219 of 572 ~ 38.29%
G 174 of 572 ~ 30.42%
B 179 of 572 ~ 31.29'%

%38.29
%30.42
%31.29

CMYK color model

#DBAEB3 color CMYK value is (0,21,18,14).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 18.26%
  • key color value is 14.12%

CMYK: (0,21,18,14)
C0M21Y18K14 (0%, 21%, 18%, 14%)
(0.00 / 0.21 / 0.18 / 0.14)

CMYK percentages

%0
%20.55
%18.26
%14.12

Codes

Color #DBAEB3 in popluar color models

DB AE B3
RGB 219 174 179
HSL 353° 38.46% 77.06%
HSB/HSV 353° 20.55% 85.88%
CMYK 0.00% 20.55% 18.26%
14.12%

Color #DBAEB3 in popluar number systems.

HEX DB AE B3
Decimal 219 174 179
Binary 11011011 10101110 10110011
Octal 333 256 263

Shades and tints

Shades of #DBAEB3

#DBAEB3
(219,174,179)
#C89FA3
(200,159,163)
#B59093
(181,144,147)
#A28183
(162,129,131)
#8F7273
(143,114,115)
#7C6363
(124,99,99)
#695453
(105,84,83)
#564543
(86,69,67)
#433633
(67,54,51)
#302723
(48,39,35)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBAEB3

#DBAEB3
(219,174,179)
#DEB5B9
(222,181,185)
#E1BCBF
(225,188,191)
#E4C3C5
(228,195,197)
#E7CACB
(231,202,203)
#EAD1D1
(234,209,209)
#EDD8D7
(237,216,215)
#F0DFDD
(240,223,221)
#F3E6E3
(243,230,227)
#F6EDE9
(246,237,233)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAEB3 color. Also use rgb(219,174,179) instead hex code.

Text Font Color

.myTextColor { color: #DBAEB3; }

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

This text font color is #DBAEB3.

Background Color

.myBgColor { background-color: #DBAEB3; }

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

This div background color is #DBAEB3.

Border color

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

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

This div border color is #DBAEB3.

Opacity

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

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

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

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

This text has shadow with #DBAEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAEB3.

Preview

Color preview on black background

This text has color #DBAEB3 on black background.


Color preview on white background

This text has color #DBAEB3 on white background.


Black color preview on #DBAEB3 background

This text has black color on #DBAEB3 background.


White color preview on #DBAEB3 background

This text has white color on #DBAEB3 background.


Related colors

Complementary color

Complementary color for #hex is #24514C.


I love getcolorcode.com

Triadic colors

1 #B3DBAE and #AEB3DB with #DBAEB3 are triadic colors.

2 #B3AEDB and #AEDBB3 with #DBAEB3 are triadic colors.