COLOR #DACBE6

HEX: #DACBE6 RGB: (218,203,230)

Color info

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

RGB color model

#DACBE6 color RGB value is (218,203,230).

RGB: (218,203,230) (85%, 80%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 203 of 255 = 80%
B 230 of 255 = 90%

218
203
230

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

Portions of RGB colors in percentages

R + G + B = 218 + 203 + 230 = 651 (100%)
R 218 of 651 ~ 33.49%
G 203 of 651 ~ 31.18%
B 230 of 651 ~ 35.33'%

%33.49
%31.18
%35.33

CMYK color model

#DACBE6 color CMYK value is (5,12,0,10).

  • cyan value is 5.22%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (5,12,0,10)
C5M12Y0K10 (5%, 12%, 0%, 10%)
(0.05 / 0.12 / 0.00 / 0.10)

CMYK percentages

%5.22
%11.74
%0
%9.8

Codes

Color #DACBE6 in popluar color models

DA CB E6
RGB 218 203 230
HSL 273° 35.06% 84.90%
HSB/HSV 273° 11.74% 90.20%
CMYK 5.22% 11.74% 0.00%
9.80%

Color #DACBE6 in popluar number systems.

HEX DA CB E6
Decimal 218 203 230
Binary 11011010 11001011 11100110
Octal 332 313 346

Shades and tints

Shades of #DACBE6

#DACBE6
(218,203,230)
#C7B9D2
(199,185,210)
#B4A7BE
(180,167,190)
#A195AA
(161,149,170)
#8E8396
(142,131,150)
#7B7182
(123,113,130)
#685F6E
(104,95,110)
#554D5A
(85,77,90)
#423B46
(66,59,70)
#2F2932
(47,41,50)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #DACBE6

#DACBE6
(218,203,230)
#DDCFE8
(221,207,232)
#E0D3EA
(224,211,234)
#E3D7EC
(227,215,236)
#E6DBEE
(230,219,238)
#E9DFF0
(233,223,240)
#ECE3F2
(236,227,242)
#EFE7F4
(239,231,244)
#F2EBF6
(242,235,246)
#F5EFF8
(245,239,248)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACBE6; }

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

This text font color is #DACBE6.

Background Color

.myBgColor { background-color: #DACBE6; }

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

This div background color is #DACBE6.

Border color

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

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

This div border color is #DACBE6.

Opacity

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

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

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

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

This text has shadow with #DACBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACBE6.

Preview

Color preview on black background

This text has color #DACBE6 on black background.


Color preview on white background

This text has color #DACBE6 on white background.


Black color preview on #DACBE6 background

This text has black color on #DACBE6 background.


White color preview on #DACBE6 background

This text has white color on #DACBE6 background.


Related colors

Complementary color

Complementary color for #hex is #253419.


I love getcolorcode.com

Triadic colors

1 #E6DACB and #CBE6DA with #DACBE6 are triadic colors.

2 #E6CBDA and #CBDAE6 with #DACBE6 are triadic colors.