COLOR #DAB8EF

HEX: #DAB8EF RGB: (218,184,239)

Color info

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

RGB color model

#DAB8EF color RGB value is (218,184,239).

RGB: (218,184,239) (85%, 72%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 239 of 255 = 94%

218
184
239

R + G + B ~ 84%. #DAB8EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 184 + 239 = 641 (100%)
R 218 of 641 ~ 34.01%
G 184 of 641 ~ 28.71%
B 239 of 641 ~ 37.29'%

%34.01
%28.71
%37.29

CMYK color model

#DAB8EF color CMYK value is (9,23,0,6).

  • cyan value is 8.79%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,23,0,6)
C9M23Y0K6 (9%, 23%, 0%, 6%)
(0.09 / 0.23 / 0.00 / 0.06)

CMYK percentages

%8.79
%23.01
%0
%6.27

Codes

Color #DAB8EF in popluar color models

DA B8 EF
RGB 218 184 239
HSL 277° 63.22% 82.94%
HSB/HSV 277° 23.01% 93.73%
CMYK 8.79% 23.01% 0.00%
6.27%

Color #DAB8EF in popluar number systems.

HEX DA B8 EF
Decimal 218 184 239
Binary 11011010 10111000 11101111
Octal 332 270 357

Shades and tints

Shades of #DAB8EF

#DAB8EF
(218,184,239)
#C7A8DA
(199,168,218)
#B498C5
(180,152,197)
#A188B0
(161,136,176)
#8E789B
(142,120,155)
#7B6886
(123,104,134)
#685871
(104,88,113)
#55485C
(85,72,92)
#423847
(66,56,71)
#2F2832
(47,40,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAB8EF

#DAB8EF
(218,184,239)
#DDBEF0
(221,190,240)
#E0C4F1
(224,196,241)
#E3CAF2
(227,202,242)
#E6D0F3
(230,208,243)
#E9D6F4
(233,214,244)
#ECDCF5
(236,220,245)
#EFE2F6
(239,226,246)
#F2E8F7
(242,232,247)
#F5EEF8
(245,238,248)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB8EF color. Also use rgb(218,184,239) instead hex code.

Text Font Color

.myTextColor { color: #DAB8EF; }

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

This text font color is #DAB8EF.

Background Color

.myBgColor { background-color: #DAB8EF; }

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

This div background color is #DAB8EF.

Border color

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

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

This div border color is #DAB8EF.

Opacity

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

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

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

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

This text has shadow with #DAB8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB8EF.

Preview

Color preview on black background

This text has color #DAB8EF on black background.


Color preview on white background

This text has color #DAB8EF on white background.


Black color preview on #DAB8EF background

This text has black color on #DAB8EF background.


White color preview on #DAB8EF background

This text has white color on #DAB8EF background.


Related colors

Complementary color

Complementary color for #hex is #254710.


I love getcolorcode.com

Triadic colors

1 #EFDAB8 and #B8EFDA with #DAB8EF are triadic colors.

2 #EFB8DA and #B8DAEF with #DAB8EF are triadic colors.