COLOR #DAC4DA

HEX: #DAC4DA
RGB: (218,196,218)

Color info

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

RGB color model

#DAC4DA color RGB value is (218,196,218).

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

RGB channels and saturation

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

218
196
218

R + G + B ~ 82%. #DAC4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 218 = 632 (100%)
R 218 of 632 ~ 34.49%
G 196 of 632 ~ 31.01%
B 218 of 632 ~ 34.49%

%34.49
%31.01
%34.49

CMYK color model

#DAC4DA color CMYK value is (0,10,0,15).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(0,10,0,15)
C0M10Y0K15 
(0%,10%,0%,15%)
(0.00/0.10/0.00/0.15)	

CMYK percentages

%0
%10.09
%0
%14.51

Codes

Color #DAC4DA in popluar color models

DAC4DA
RGB218196218
HSL300°22.92%81.18%
HSB/HSV300°10.09%85.49%
CMYK0.00%10.09%0.00%
14.51%

Color #DAC4DA in popluar number systems.

HEXDAC4DA
Decimal218196218
Binary110110101100010011011010
Octal332304332

Shades and tints

Shades of #DAC4DA

#DAC4DA
(218,196,218)
#C7B3C7
(199,179,199)
#B4A2B4
(180,162,180)
#A191A1
(161,145,161)
#8E808E
(142,128,142)
#7B6F7B
(123,111,123)
#685E68
(104,94,104)
#554D55
(85,77,85)
#423C42
(66,60,66)
#2F2B2F
(47,43,47)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #DAC4DA

#DAC4DA
(218,196,218)
#DDC9DD
(221,201,221)
#E0CEE0
(224,206,224)
#E3D3E3
(227,211,227)
#E6D8E6
(230,216,230)
#E9DDE9
(233,221,233)
#ECE2EC
(236,226,236)
#EFE7EF
(239,231,239)
#F2ECF2
(242,236,242)
#F5F1F5
(245,241,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4DA; }

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

This text font color is #DAC4DA.


Background Color

.myBgColor { background-color: #DAC4DA; }

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

This div background color is #DAC4DA.


Border color

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

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

This div border color is #DAC4DA.


Opacity

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

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

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

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

This text has shadow with #DAC4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4DA on black background.


Color preview on white background

This text has color #DAC4DA on white background.



Black color preview on #DAC4DA background

This text has black color on #DAC4DA background.


White color preview on #DAC4DA background

This text has white color on #DAC4DA background.