COLOR #DAB2EA

HEX: #DAB2EA RGB: (218,178,234)

Color info

#DAB2EA contains red, green and blue colors in about the same proportion. Web safe color of #DAB2EA is #CC99FF (or #C9F).

RGB color model

#DAB2EA color RGB value is (218,178,234).

RGB: (218,178,234) (85%, 70%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 234 of 255 = 92%

218
178
234

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

Portions of RGB colors in percentages

R + G + B = 218 + 178 + 234 = 630 (100%)
R 218 of 630 ~ 34.6%
G 178 of 630 ~ 28.25%
B 234 of 630 ~ 37.14'%

%34.6
%28.25
%37.14

CMYK color model

#DAB2EA color CMYK value is (7,24,0,8).

  • cyan value is 6.84%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,24,0,8)
C7M24Y0K8 (7%, 24%, 0%, 8%)
(0.07 / 0.24 / 0.00 / 0.08)

CMYK percentages

%6.84
%23.93
%0
%8.24

Codes

Color #DAB2EA in popluar color models

DA B2 EA
RGB 218 178 234
HSL 283° 57.14% 80.78%
HSB/HSV 283° 23.93% 91.76%
CMYK 6.84% 23.93% 0.00%
8.24%

Color #DAB2EA in popluar number systems.

HEX DA B2 EA
Decimal 218 178 234
Binary 11011010 10110010 11101010
Octal 332 262 352

Shades and tints

Shades of #DAB2EA

#DAB2EA
(218,178,234)
#C7A2D5
(199,162,213)
#B492C0
(180,146,192)
#A182AB
(161,130,171)
#8E7296
(142,114,150)
#7B6281
(123,98,129)
#68526C
(104,82,108)
#554257
(85,66,87)
#423242
(66,50,66)
#2F222D
(47,34,45)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #DAB2EA

#DAB2EA
(218,178,234)
#DDB9EB
(221,185,235)
#E0C0EC
(224,192,236)
#E3C7ED
(227,199,237)
#E6CEEE
(230,206,238)
#E9D5EF
(233,213,239)
#ECDCF0
(236,220,240)
#EFE3F1
(239,227,241)
#F2EAF2
(242,234,242)
#F5F1F3
(245,241,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB2EA; }

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

This text font color is #DAB2EA.

Background Color

.myBgColor { background-color: #DAB2EA; }

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

This div background color is #DAB2EA.

Border color

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

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

This div border color is #DAB2EA.

Opacity

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

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

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

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

This text has shadow with #DAB2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB2EA.

Preview

Color preview on black background

This text has color #DAB2EA on black background.


Color preview on white background

This text has color #DAB2EA on white background.


Black color preview on #DAB2EA background

This text has black color on #DAB2EA background.


White color preview on #DAB2EA background

This text has white color on #DAB2EA background.


Related colors

Complementary color

Complementary color for #hex is #254D15.


I love getcolorcode.com

Triadic colors

1 #EADAB2 and #B2EADA with #DAB2EA are triadic colors.

2 #EAB2DA and #B2DAEA with #DAB2EA are triadic colors.