COLOR #DACBEE

HEX: #DACBEE
RGB: (218,203,238)

Color info

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

RGB color model

#DACBEE color RGB value is (218,203,238).

  • red value is 218;
  • green value is 203;
  • blue value is 238.
RGB:
(218,203,238)
(85%,80%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 203 of 255 = 80%
B 238 of 255 = 93%

218
203
238

R + G + B ~ 86%. #DACBEE is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 203 + 238 = 659 (100%)
R 218 of 659 ~ 33.08%
G 203 of 659 ~ 30.8%
B 238 of 659 ~ 36.12%

%33.08
%30.8
%36.12

CMYK color model

#DACBEE color CMYK value is (8,15,0,7).

  • cyan value is 8.40%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,15,0,7)
C8M15Y0K7 
(8%,15%,0%,7%)
(0.08/0.15/0.00/0.07)	

CMYK percentages

%8.4
%14.71
%0
%6.67

Codes

Color #DACBEE in popluar color models

DACBEE
RGB218203238
HSL266°50.72%86.47%
HSB/HSV266°14.71%93.33%
CMYK8.40%14.71%0.00%
6.67%

Color #DACBEE in popluar number systems.

HEXDACBEE
Decimal218203238
Binary110110101100101111101110
Octal332313356

Shades and tints

Shades of #DACBEE

#DACBEE
(218,203,238)
#C7B9D9
(199,185,217)
#B4A7C4
(180,167,196)
#A195AF
(161,149,175)
#8E839A
(142,131,154)
#7B7185
(123,113,133)
#685F70
(104,95,112)
#554D5B
(85,77,91)
#423B46
(66,59,70)
#2F2931
(47,41,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #DACBEE

#DACBEE
(218,203,238)
#DDCFEF
(221,207,239)
#E0D3F0
(224,211,240)
#E3D7F1
(227,215,241)
#E6DBF2
(230,219,242)
#E9DFF3
(233,223,243)
#ECE3F4
(236,227,244)
#EFE7F5
(239,231,245)
#F2EBF6
(242,235,246)
#F5EFF7
(245,239,247)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACBEE; }

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

This text font color is #DACBEE.


Background Color

.myBgColor { background-color: #DACBEE; }

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

This div background color is #DACBEE.


Border color

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

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

This div border color is #DACBEE.


Opacity

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

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

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

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

This text has shadow with #DACBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACBEE on black background.


Color preview on white background

This text has color #DACBEE on white background.



Black color preview on #DACBEE background

This text has black color on #DACBEE background.


White color preview on #DACBEE background

This text has white color on #DACBEE background.