COLOR #DAC4DB

HEX: #DAC4DB
RGB: (218,196,219)

Color info

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

RGB color model

#DAC4DB color RGB value is (218,196,219).

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

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 219 of 255 = 86%

218
196
219

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

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 219 = 633 (100%)
R 218 of 633 ~ 34.44%
G 196 of 633 ~ 30.96%
B 219 of 633 ~ 34.6%

%34.44
%30.96
%34.6

CMYK color model

#DAC4DB color CMYK value is (0,11,0,14).

  • cyan value is 0.46%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,11,0,14)
C0M11Y0K14 
(0%,11%,0%,14%)
(0.00/0.11/0.00/0.14)	

CMYK percentages

%0.46
%10.5
%0
%14.12

Codes

Color #DAC4DB in popluar color models

DAC4DB
RGB218196219
HSL297°24.21%81.37%
HSB/HSV297°10.50%85.88%
CMYK0.46%10.50%0.00%
14.12%

Color #DAC4DB in popluar number systems.

HEXDAC4DB
Decimal218196219
Binary110110101100010011011011
Octal332304333

Shades and tints

Shades of #DAC4DB

#DAC4DB
(218,196,219)
#C7B3C8
(199,179,200)
#B4A2B5
(180,162,181)
#A191A2
(161,145,162)
#8E808F
(142,128,143)
#7B6F7C
(123,111,124)
#685E69
(104,94,105)
#554D56
(85,77,86)
#423C43
(66,60,67)
#2F2B30
(47,43,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #DAC4DB

#DAC4DB
(218,196,219)
#DDC9DE
(221,201,222)
#E0CEE1
(224,206,225)
#E3D3E4
(227,211,228)
#E6D8E7
(230,216,231)
#E9DDEA
(233,221,234)
#ECE2ED
(236,226,237)
#EFE7F0
(239,231,240)
#F2ECF3
(242,236,243)
#F5F1F6
(245,241,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4DB; }

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

This text font color is #DAC4DB.


Background Color

.myBgColor { background-color: #DAC4DB; }

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

This div background color is #DAC4DB.


Border color

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

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

This div border color is #DAC4DB.


Opacity

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

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

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

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

This text has shadow with #DAC4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4DB on black background.


Color preview on white background

This text has color #DAC4DB on white background.



Black color preview on #DAC4DB background

This text has black color on #DAC4DB background.


White color preview on #DAC4DB background

This text has white color on #DAC4DB background.