COLOR #DAB9EB

HEX: #DAB9EB RGB: (218,185,235)

Color info

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

RGB color model

#DAB9EB color RGB value is (218,185,235).

RGB: (218,185,235) (85%, 73%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 235 of 255 = 92%

218
185
235

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

Portions of RGB colors in percentages

R + G + B = 218 + 185 + 235 = 638 (100%)
R 218 of 638 ~ 34.17%
G 185 of 638 ~ 29%
B 235 of 638 ~ 36.83'%

%34.17
%29
%36.83

CMYK color model

#DAB9EB color CMYK value is (7,21,0,8).

  • cyan value is 7.23%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (7,21,0,8)
C7M21Y0K8 (7%, 21%, 0%, 8%)
(0.07 / 0.21 / 0.00 / 0.08)

CMYK percentages

%7.23
%21.28
%0
%7.84

Codes

Color #DAB9EB in popluar color models

DA B9 EB
RGB 218 185 235
HSL 280° 55.56% 82.35%
HSB/HSV 280° 21.28% 92.16%
CMYK 7.23% 21.28% 0.00%
7.84%

Color #DAB9EB in popluar number systems.

HEX DA B9 EB
Decimal 218 185 235
Binary 11011010 10111001 11101011
Octal 332 271 353

Shades and tints

Shades of #DAB9EB

#DAB9EB
(218,185,235)
#C7A9D6
(199,169,214)
#B499C1
(180,153,193)
#A189AC
(161,137,172)
#8E7997
(142,121,151)
#7B6982
(123,105,130)
#68596D
(104,89,109)
#554958
(85,73,88)
#423943
(66,57,67)
#2F292E
(47,41,46)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAB9EB

#DAB9EB
(218,185,235)
#DDBFEC
(221,191,236)
#E0C5ED
(224,197,237)
#E3CBEE
(227,203,238)
#E6D1EF
(230,209,239)
#E9D7F0
(233,215,240)
#ECDDF1
(236,221,241)
#EFE3F2
(239,227,242)
#F2E9F3
(242,233,243)
#F5EFF4
(245,239,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB9EB; }

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

This text font color is #DAB9EB.

Background Color

.myBgColor { background-color: #DAB9EB; }

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

This div background color is #DAB9EB.

Border color

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

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

This div border color is #DAB9EB.

Opacity

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

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

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

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

This text has shadow with #DAB9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB9EB.

Preview

Color preview on black background

This text has color #DAB9EB on black background.


Color preview on white background

This text has color #DAB9EB on white background.


Black color preview on #DAB9EB background

This text has black color on #DAB9EB background.


White color preview on #DAB9EB background

This text has white color on #DAB9EB background.


Related colors

Complementary color

Complementary color for #hex is #254614.


I love getcolorcode.com

Triadic colors

1 #EBDAB9 and #B9EBDA with #DAB9EB are triadic colors.

2 #EBB9DA and #B9DAEB with #DAB9EB are triadic colors.