COLOR #DAABCF

HEX: #DAABCF
RGB: (218,171,207)

Color info

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

RGB color model

#DAABCF color RGB value is (218,171,207).

  • red value is 218;
  • green value is 171;
  • blue value is 207.
RGB:
(218,171,207)
(85%,67%,81%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 207 of 255 = 81%

218
171
207

R + G + B ~ 78%. #DAABCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 207 = 596 (100%)
R 218 of 596 ~ 36.58%
G 171 of 596 ~ 28.69%
B 207 of 596 ~ 34.73%

%36.58
%28.69
%34.73

CMYK color model

#DAABCF color CMYK value is (0,22,5,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 5.05%
  • key color value is 14.51%
CMYK:
(0,22,5,15)
C0M22Y5K15 
(0%,22%,5%,15%)
(0.00/0.22/0.05/0.15)	

CMYK percentages

%0
%21.56
%5.05
%14.51

Codes

Color #DAABCF in popluar color models

DAABCF
RGB218171207
HSL314°38.84%76.27%
HSB/HSV314°21.56%85.49%
CMYK0.00%21.56%5.05%
14.51%

Color #DAABCF in popluar number systems.

HEXDAABCF
Decimal218171207
Binary110110101010101111001111
Octal332253317

Shades and tints

Shades of #DAABCF

#DAABCF
(218,171,207)
#C79CBD
(199,156,189)
#B48DAB
(180,141,171)
#A17E99
(161,126,153)
#8E6F87
(142,111,135)
#7B6075
(123,96,117)
#685163
(104,81,99)
#554251
(85,66,81)
#42333F
(66,51,63)
#2F242D
(47,36,45)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #DAABCF

#DAABCF
(218,171,207)
#DDB2D3
(221,178,211)
#E0B9D7
(224,185,215)
#E3C0DB
(227,192,219)
#E6C7DF
(230,199,223)
#E9CEE3
(233,206,227)
#ECD5E7
(236,213,231)
#EFDCEB
(239,220,235)
#F2E3EF
(242,227,239)
#F5EAF3
(245,234,243)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAABCF; }

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

This text font color is #DAABCF.


Background Color

.myBgColor { background-color: #DAABCF; }

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

This div background color is #DAABCF.


Border color

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

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

This div border color is #DAABCF.


Opacity

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

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

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

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

This text has shadow with #DAABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAABCF on black background.


Color preview on white background

This text has color #DAABCF on white background.



Black color preview on #DAABCF background

This text has black color on #DAABCF background.


White color preview on #DAABCF background

This text has white color on #DAABCF background.