COLOR #DABDE6

HEX: #DABDE6 RGB: (218,189,230)

Color info

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

RGB color model

#DABDE6 color RGB value is (218,189,230).

RGB: (218,189,230) (85%, 74%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 230 of 255 = 90%

218
189
230

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

Portions of RGB colors in percentages

R + G + B = 218 + 189 + 230 = 637 (100%)
R 218 of 637 ~ 34.22%
G 189 of 637 ~ 29.67%
B 230 of 637 ~ 36.11'%

%34.22
%29.67
%36.11

CMYK color model

#DABDE6 color CMYK value is (5,18,0,10).

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

CMYK: (5,18,0,10)
C5M18Y0K10 (5%, 18%, 0%, 10%)
(0.05 / 0.18 / 0.00 / 0.10)

CMYK percentages

%5.22
%17.83
%0
%9.8

Codes

Color #DABDE6 in popluar color models

DA BD E6
RGB 218 189 230
HSL 282° 45.05% 82.16%
HSB/HSV 282° 17.83% 90.20%
CMYK 5.22% 17.83% 0.00%
9.80%

Color #DABDE6 in popluar number systems.

HEX DA BD E6
Decimal 218 189 230
Binary 11011010 10111101 11100110
Octal 332 275 346

Shades and tints

Shades of #DABDE6

#DABDE6
(218,189,230)
#C7ACD2
(199,172,210)
#B49BBE
(180,155,190)
#A18AAA
(161,138,170)
#8E7996
(142,121,150)
#7B6882
(123,104,130)
#68576E
(104,87,110)
#55465A
(85,70,90)
#423546
(66,53,70)
#2F2432
(47,36,50)
#1C131E
(28,19,30)
#000000
(0,0,0)

Tints of #DABDE6

#DABDE6
(218,189,230)
#DDC3E8
(221,195,232)
#E0C9EA
(224,201,234)
#E3CFEC
(227,207,236)
#E6D5EE
(230,213,238)
#E9DBF0
(233,219,240)
#ECE1F2
(236,225,242)
#EFE7F4
(239,231,244)
#F2EDF6
(242,237,246)
#F5F3F8
(245,243,248)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABDE6; }

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

This text font color is #DABDE6.

Background Color

.myBgColor { background-color: #DABDE6; }

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

This div background color is #DABDE6.

Border color

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

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

This div border color is #DABDE6.

Opacity

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

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

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

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

This text has shadow with #DABDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABDE6.

Preview

Color preview on black background

This text has color #DABDE6 on black background.


Color preview on white background

This text has color #DABDE6 on white background.


Black color preview on #DABDE6 background

This text has black color on #DABDE6 background.


White color preview on #DABDE6 background

This text has white color on #DABDE6 background.


Related colors

Complementary color

Complementary color for #hex is #254219.


I love getcolorcode.com

Triadic colors

1 #E6DABD and #BDE6DA with #DABDE6 are triadic colors.

2 #E6BDDA and #BDDAE6 with #DABDE6 are triadic colors.