COLOR #DAB3DB

HEX: #DAB3DB RGB: (218,179,219)

Color info

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

RGB color model

#DAB3DB color RGB value is (218,179,219).

RGB: (218,179,219) (85%, 70%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 219 of 255 = 86%

218
179
219

R + G + B ~ 80%. #DAB3DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 179 + 219 = 616 (100%)
R 218 of 616 ~ 35.39%
G 179 of 616 ~ 29.06%
B 219 of 616 ~ 35.55'%

%35.39
%29.06
%35.55

CMYK color model

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

  • cyan value is 0.46%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (0,18,0,14) C0M18Y0K14 (0%,18%,0%,14%) (0.00/0.18/0.00/0.14) 

CMYK percentages

%0.46
%18.26
%0
%14.12

Codes

Color #DAB3DB in popluar color models

DA B3 DB
RGB 218 179 219
HSL 299° 35.71% 78.04%
HSB/HSV 299° 18.26% 85.88%
CMYK 0.46% 18.26% 0.00%
14.12%

Color #DAB3DB in popluar number systems.

HEX DA B3 DB
Decimal 218 179 219
Binary 11011010 10110011 11011011
Octal 332 263 333

Shades and tints

Shades of #DAB3DB

#DAB3DB
(218,179,219)
#C7A3C8
(199,163,200)
#B493B5
(180,147,181)
#A183A2
(161,131,162)
#8E738F
(142,115,143)
#7B637C
(123,99,124)
#685369
(104,83,105)
#554356
(85,67,86)
#423343
(66,51,67)
#2F2330
(47,35,48)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #DAB3DB

#DAB3DB
(218,179,219)
#DDB9DE
(221,185,222)
#E0BFE1
(224,191,225)
#E3C5E4
(227,197,228)
#E6CBE7
(230,203,231)
#E9D1EA
(233,209,234)
#ECD7ED
(236,215,237)
#EFDDF0
(239,221,240)
#F2E3F3
(242,227,243)
#F5E9F6
(245,233,246)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB3DB; }

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

This text font color is #DAB3DB.

Background Color

.myBgColor { background-color: #DAB3DB; }

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

This div background color is #DAB3DB.

Border color

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

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

This div border color is #DAB3DB.

Opacity

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

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

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

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

This text has shadow with #DAB3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB3DB.

Preview

Color preview on black background

This text has color #DAB3DB on black background.


Color preview on white background

This text has color #DAB3DB on white background.


Black color preview on #DAB3DB background

This text has black color on #DAB3DB background.


White color preview on #DAB3DB background

This text has white color on #DAB3DB background.


Related colors

Complementary color

Complementary color for #hex is #254C24.


I love getcolorcode.com

Triadic colors

1 #DBDAB3 and #B3DBDA with #DAB3DB are triadic colors.

2 #DBB3DA and #B3DADB with #DAB3DB are triadic colors.