COLOR #DAC4EB

HEX: #DAC4EB
RGB: (218,196,235)

Color info

#DAC4EB contains red, green and blue colors in about the same proportion. Web safe color of #DAC4EB is #CCCCFF (or #CCF).

RGB color model

#DAC4EB color RGB value is (218,196,235).

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

RGB channels and saturation

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

218
196
235

R + G + B ~ 85%. #DAC4EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 196 + 235 = 649 (100%)
R 218 of 649 ~ 33.59%
G 196 of 649 ~ 30.2%
B 235 of 649 ~ 36.21%

%33.59
%30.2
%36.21

CMYK color model

#DAC4EB color CMYK value is (7,17,0,8).

  • cyan value is 7.23%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,17,0,8)
C7M17Y0K8 
(7%,17%,0%,8%)
(0.07/0.17/0.00/0.08)	

CMYK percentages

%7.23
%16.6
%0
%7.84

Codes

Color #DAC4EB in popluar color models

DAC4EB
RGB218196235
HSL274°49.37%84.51%
HSB/HSV274°16.60%92.16%
CMYK7.23%16.60%0.00%
7.84%

Color #DAC4EB in popluar number systems.

HEXDAC4EB
Decimal218196235
Binary110110101100010011101011
Octal332304353

Shades and tints

Shades of #DAC4EB

#DAC4EB
(218,196,235)
#C7B3D6
(199,179,214)
#B4A2C1
(180,162,193)
#A191AC
(161,145,172)
#8E8097
(142,128,151)
#7B6F82
(123,111,130)
#685E6D
(104,94,109)
#554D58
(85,77,88)
#423C43
(66,60,67)
#2F2B2E
(47,43,46)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAC4EB

#DAC4EB
(218,196,235)
#DDC9EC
(221,201,236)
#E0CEED
(224,206,237)
#E3D3EE
(227,211,238)
#E6D8EF
(230,216,239)
#E9DDF0
(233,221,240)
#ECE2F1
(236,226,241)
#EFE7F2
(239,231,242)
#F2ECF3
(242,236,243)
#F5F1F4
(245,241,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4EB; }

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

This text font color is #DAC4EB.


Background Color

.myBgColor { background-color: #DAC4EB; }

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

This div background color is #DAC4EB.


Border color

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

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

This div border color is #DAC4EB.


Opacity

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

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

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

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

This text has shadow with #DAC4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC4EB on black background.


Color preview on white background

This text has color #DAC4EB on white background.



Black color preview on #DAC4EB background

This text has black color on #DAC4EB background.


White color preview on #DAC4EB background

This text has white color on #DAC4EB background.