COLOR #DBAEA3

HEX: #DBAEA3
RGB: (219,174,163)

Color info

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

RGB color model

#DBAEA3 color RGB value is (219,174,163).

  • red value is 219;
  • green value is 174;
  • blue value is 163.
RGB:
(219,174,163)
(86%,68%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 163 of 255 = 64%

219
174
163

R + G + B ~ 73%. #DBAEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 174 + 163 = 556 (100%)
R 219 of 556 ~ 39.39%
G 174 of 556 ~ 31.29%
B 163 of 556 ~ 29.32%

%39.39
%31.29
%29.32

CMYK color model

#DBAEA3 color CMYK value is (0,21,26,14).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 25.57%
  • key color value is 14.12%
CMYK:
(0,21,26,14)
C0M21Y26K14 
(0%,21%,26%,14%)
(0.00/0.21/0.26/0.14)	

CMYK percentages

%0
%20.55
%25.57
%14.12

Codes

Color #DBAEA3 in popluar color models

DBAEA3
RGB219174163
HSL12°43.75%74.90%
HSB/HSV12°25.57%85.88%
CMYK0.00%20.55%25.57%
14.12%

Color #DBAEA3 in popluar number systems.

HEXDBAEA3
Decimal219174163
Binary110110111010111010100011
Octal333256243

Shades and tints

Shades of #DBAEA3

#DBAEA3
(219,174,163)
#C89F95
(200,159,149)
#B59087
(181,144,135)
#A28179
(162,129,121)
#8F726B
(143,114,107)
#7C635D
(124,99,93)
#69544F
(105,84,79)
#564541
(86,69,65)
#433633
(67,54,51)
#302725
(48,39,37)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #DBAEA3

#DBAEA3
(219,174,163)
#DEB5AB
(222,181,171)
#E1BCB3
(225,188,179)
#E4C3BB
(228,195,187)
#E7CAC3
(231,202,195)
#EAD1CB
(234,209,203)
#EDD8D3
(237,216,211)
#F0DFDB
(240,223,219)
#F3E6E3
(243,230,227)
#F6EDEB
(246,237,235)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAEA3; }

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

This text font color is #DBAEA3.


Background Color

.myBgColor { background-color: #DBAEA3; }

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

This div background color is #DBAEA3.


Border color

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

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

This div border color is #DBAEA3.


Opacity

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

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

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

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

This text has shadow with #DBAEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAEA3 on black background.


Color preview on white background

This text has color #DBAEA3 on white background.



Black color preview on #DBAEA3 background

This text has black color on #DBAEA3 background.


White color preview on #DBAEA3 background

This text has white color on #DBAEA3 background.