COLOR #DAC6DB

HEX: #DAC6DB
RGB: (218,198,219)

Color info

#DAC6DB contains red, green and blue colors in about the same proportion. Web safe color of #DAC6DB is #CCCCCC (or #CCC).

RGB color model

#DAC6DB color RGB value is (218,198,219).

  • red value is 218;
  • green value is 198;
  • blue value is 219.
RGB:
(218,198,219)
(85%,78%,86%)

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 219 of 255 = 86%

218
198
219

R + G + B ~ 83%. #DAC6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 198 + 219 = 635 (100%)
R 218 of 635 ~ 34.33%
G 198 of 635 ~ 31.18%
B 219 of 635 ~ 34.49%

%34.33
%31.18
%34.49

CMYK color model

#DAC6DB color CMYK value is (0,10,0,14).

  • cyan value is 0.46%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,10,0,14)
C0M10Y0K14 
(0%,10%,0%,14%)
(0.00/0.10/0.00/0.14)	

CMYK percentages

%0.46
%9.59
%0
%14.12

Codes

Color #DAC6DB in popluar color models

DAC6DB
RGB218198219
HSL297°22.58%81.76%
HSB/HSV297°9.59%85.88%
CMYK0.46%9.59%0.00%
14.12%

Color #DAC6DB in popluar number systems.

HEXDAC6DB
Decimal218198219
Binary110110101100011011011011
Octal332306333

Shades and tints

Shades of #DAC6DB

#DAC6DB
(218,198,219)
#C7B4C8
(199,180,200)
#B4A2B5
(180,162,181)
#A190A2
(161,144,162)
#8E7E8F
(142,126,143)
#7B6C7C
(123,108,124)
#685A69
(104,90,105)
#554856
(85,72,86)
#423643
(66,54,67)
#2F2430
(47,36,48)
#1C121D
(28,18,29)
#000000
(0,0,0)

Tints of #DAC6DB

#DAC6DB
(218,198,219)
#DDCBDE
(221,203,222)
#E0D0E1
(224,208,225)
#E3D5E4
(227,213,228)
#E6DAE7
(230,218,231)
#E9DFEA
(233,223,234)
#ECE4ED
(236,228,237)
#EFE9F0
(239,233,240)
#F2EEF3
(242,238,243)
#F5F3F6
(245,243,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6DB; }

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

This text font color is #DAC6DB.


Background Color

.myBgColor { background-color: #DAC6DB; }

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

This div background color is #DAC6DB.


Border color

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

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

This div border color is #DAC6DB.


Opacity

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

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

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

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

This text has shadow with #DAC6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC6DB on black background.


Color preview on white background

This text has color #DAC6DB on white background.



Black color preview on #DAC6DB background

This text has black color on #DAC6DB background.


White color preview on #DAC6DB background

This text has white color on #DAC6DB background.