COLOR #DABCEF

HEX: #DABCEF RGB: (218,188,239)

Color info

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

RGB color model

#DABCEF color RGB value is (218,188,239).

RGB: (218,188,239) (85%, 74%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 239 of 255 = 94%

218
188
239

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

Portions of RGB colors in percentages

R + G + B = 218 + 188 + 239 = 645 (100%)
R 218 of 645 ~ 33.8%
G 188 of 645 ~ 29.15%
B 239 of 645 ~ 37.05'%

%33.8
%29.15
%37.05

CMYK color model

#DABCEF color CMYK value is (9,21,0,6).

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

CMYK: (9,21,0,6)
C9M21Y0K6 (9%, 21%, 0%, 6%)
(0.09 / 0.21 / 0.00 / 0.06)

CMYK percentages

%8.79
%21.34
%0
%6.27

Codes

Color #DABCEF in popluar color models

DA BC EF
RGB 218 188 239
HSL 275° 61.45% 83.73%
HSB/HSV 275° 21.34% 93.73%
CMYK 8.79% 21.34% 0.00%
6.27%

Color #DABCEF in popluar number systems.

HEX DA BC EF
Decimal 218 188 239
Binary 11011010 10111100 11101111
Octal 332 274 357

Shades and tints

Shades of #DABCEF

#DABCEF
(218,188,239)
#C7ABDA
(199,171,218)
#B49AC5
(180,154,197)
#A189B0
(161,137,176)
#8E789B
(142,120,155)
#7B6786
(123,103,134)
#685671
(104,86,113)
#55455C
(85,69,92)
#423447
(66,52,71)
#2F2332
(47,35,50)
#1C121D
(28,18,29)
#000000
(0,0,0)

Tints of #DABCEF

#DABCEF
(218,188,239)
#DDC2F0
(221,194,240)
#E0C8F1
(224,200,241)
#E3CEF2
(227,206,242)
#E6D4F3
(230,212,243)
#E9DAF4
(233,218,244)
#ECE0F5
(236,224,245)
#EFE6F6
(239,230,246)
#F2ECF7
(242,236,247)
#F5F2F8
(245,242,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABCEF; }

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

This text font color is #DABCEF.

Background Color

.myBgColor { background-color: #DABCEF; }

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

This div background color is #DABCEF.

Border color

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

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

This div border color is #DABCEF.

Opacity

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

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

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

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

This text has shadow with #DABCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABCEF.

Preview

Color preview on black background

This text has color #DABCEF on black background.


Color preview on white background

This text has color #DABCEF on white background.


Black color preview on #DABCEF background

This text has black color on #DABCEF background.


White color preview on #DABCEF background

This text has white color on #DABCEF background.


Related colors

Complementary color

Complementary color for #hex is #254310.


I love getcolorcode.com

Triadic colors

1 #EFDABC and #BCEFDA with #DABCEF are triadic colors.

2 #EFBCDA and #BCDAEF with #DABCEF are triadic colors.