COLOR #DAABBE

HEX: #DAABBE RGB: (218,171,190)

Color info

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

RGB color model

#DAABBE color RGB value is (218,171,190).

RGB: (218,171,190) (85%, 67%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 190 of 255 = 75%

218
171
190

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

Portions of RGB colors in percentages

R + G + B = 218 + 171 + 190 = 579 (100%)
R 218 of 579 ~ 37.65%
G 171 of 579 ~ 29.53%
B 190 of 579 ~ 32.82'%

%37.65
%29.53
%32.82

CMYK color model

#DAABBE color CMYK value is (0,22,13,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 12.84%
  • key color value is 14.51%

CMYK: (0,22,13,15)
C0M22Y13K15 (0%, 22%, 13%, 15%)
(0.00 / 0.22 / 0.13 / 0.15)

CMYK percentages

%0
%21.56
%12.84
%14.51

Codes

Color #DAABBE in popluar color models

DA AB BE
RGB 218 171 190
HSL 336° 38.84% 76.27%
HSB/HSV 336° 21.56% 85.49%
CMYK 0.00% 21.56% 12.84%
14.51%

Color #DAABBE in popluar number systems.

HEX DA AB BE
Decimal 218 171 190
Binary 11011010 10101011 10111110
Octal 332 253 276

Shades and tints

Shades of #DAABBE

#DAABBE
(218,171,190)
#C79CAD
(199,156,173)
#B48D9C
(180,141,156)
#A17E8B
(161,126,139)
#8E6F7A
(142,111,122)
#7B6069
(123,96,105)
#685158
(104,81,88)
#554247
(85,66,71)
#423336
(66,51,54)
#2F2425
(47,36,37)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DAABBE

#DAABBE
(218,171,190)
#DDB2C3
(221,178,195)
#E0B9C8
(224,185,200)
#E3C0CD
(227,192,205)
#E6C7D2
(230,199,210)
#E9CED7
(233,206,215)
#ECD5DC
(236,213,220)
#EFDCE1
(239,220,225)
#F2E3E6
(242,227,230)
#F5EAEB
(245,234,235)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAABBE color. Also use rgb(218,171,190) instead hex code.

Text Font Color

.myTextColor { color: #DAABBE; }

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

This text font color is #DAABBE.

Background Color

.myBgColor { background-color: #DAABBE; }

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

This div background color is #DAABBE.

Border color

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

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

This div border color is #DAABBE.

Opacity

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

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

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

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

This text has shadow with #DAABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAABBE.

Preview

Color preview on black background

This text has color #DAABBE on black background.


Color preview on white background

This text has color #DAABBE on white background.


Black color preview on #DAABBE background

This text has black color on #DAABBE background.


White color preview on #DAABBE background

This text has white color on #DAABBE background.


Related colors

Complementary color

Complementary color for #hex is #255441.


I love getcolorcode.com

Triadic colors

1 #BEDAAB and #ABBEDA with #DAABBE are triadic colors.

2 #BEABDA and #ABDABE with #DAABBE are triadic colors.