COLOR #DA9BA0

HEX: #DA9BA0
RGB: (218,155,160)

Color info

#DA9BA0 contains mainly red and blue colors. Web safe color of #DA9BA0 is #CC9999 (or #C99).

RGB color model

#DA9BA0 color RGB value is (218,155,160).

  • red value is 218;
  • green value is 155;
  • blue value is 160.
RGB:
(218,155,160)
(85%,61%,63%)

RGB channels and saturation

R 218 of 255 = 85%
G 155 of 255 = 61%
B 160 of 255 = 63%

218
155
160

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

Portions of RGB colors in percentages

R + G + B =
218 + 155 + 160 = 533 (100%)
R 218 of 533 ~ 40.9%
G 155 of 533 ~ 29.08%
B 160 of 533 ~ 30.02%

%40.9
%29.08
%30.02

CMYK color model

#DA9BA0 color CMYK value is (0,29,27,15).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(0,29,27,15)
C0M29Y27K15 
(0%,29%,27%,15%)
(0.00/0.29/0.27/0.15)	

CMYK percentages

%0
%28.9
%26.61
%14.51

Codes

Color #DA9BA0 in popluar color models

DA9BA0
RGB218155160
HSL355°45.99%73.14%
HSB/HSV355°28.90%85.49%
CMYK0.00%28.90%26.61%
14.51%

Color #DA9BA0 in popluar number systems.

HEXDA9BA0
Decimal218155160
Binary110110101001101110100000
Octal332233240

Shades and tints

Shades of #DA9BA0

#DA9BA0
(218,155,160)
#C78D92
(199,141,146)
#B47F84
(180,127,132)
#A17176
(161,113,118)
#8E6368
(142,99,104)
#7B555A
(123,85,90)
#68474C
(104,71,76)
#55393E
(85,57,62)
#422B30
(66,43,48)
#2F1D22
(47,29,34)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #DA9BA0

#DA9BA0
(218,155,160)
#DDA4A8
(221,164,168)
#E0ADB0
(224,173,176)
#E3B6B8
(227,182,184)
#E6BFC0
(230,191,192)
#E9C8C8
(233,200,200)
#ECD1D0
(236,209,208)
#EFDAD8
(239,218,216)
#F2E3E0
(242,227,224)
#F5ECE8
(245,236,232)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9BA0 color. Also use rgb(218,155,160) instead hex code.

Text Font Color

.myTextColor { color: #DA9BA0; }

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

This text font color is #DA9BA0.


Background Color

.myBgColor { background-color: #DA9BA0; }

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

This div background color is #DA9BA0.


Border color

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

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

This div border color is #DA9BA0.


Opacity

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

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

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

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

This text has shadow with #DA9BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9BA0 on black background.


Color preview on white background

This text has color #DA9BA0 on white background.



Black color preview on #DA9BA0 background

This text has black color on #DA9BA0 background.


White color preview on #DA9BA0 background

This text has white color on #DA9BA0 background.