COLOR #DABBEA

HEX: #DABBEA RGB: (218,187,234)

Color info

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

RGB color model

#DABBEA color RGB value is (218,187,234).

RGB: (218,187,234) (85%, 73%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 234 of 255 = 92%

218
187
234

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

Portions of RGB colors in percentages

R + G + B = 218 + 187 + 234 = 639 (100%)
R 218 of 639 ~ 34.12%
G 187 of 639 ~ 29.26%
B 234 of 639 ~ 36.62'%

%34.12
%29.26
%36.62

CMYK color model

#DABBEA color CMYK value is (7,20,0,8).

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

CMYK: (7,20,0,8)
C7M20Y0K8 (7%, 20%, 0%, 8%)
(0.07 / 0.20 / 0.00 / 0.08)

CMYK percentages

%6.84
%20.09
%0
%8.24

Codes

Color #DABBEA in popluar color models

DA BB EA
RGB 218 187 234
HSL 280° 52.81% 82.55%
HSB/HSV 280° 20.09% 91.76%
CMYK 6.84% 20.09% 0.00%
8.24%

Color #DABBEA in popluar number systems.

HEX DA BB EA
Decimal 218 187 234
Binary 11011010 10111011 11101010
Octal 332 273 352

Shades and tints

Shades of #DABBEA

#DABBEA
(218,187,234)
#C7AAD5
(199,170,213)
#B499C0
(180,153,192)
#A188AB
(161,136,171)
#8E7796
(142,119,150)
#7B6681
(123,102,129)
#68556C
(104,85,108)
#554457
(85,68,87)
#423342
(66,51,66)
#2F222D
(47,34,45)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #DABBEA

#DABBEA
(218,187,234)
#DDC1EB
(221,193,235)
#E0C7EC
(224,199,236)
#E3CDED
(227,205,237)
#E6D3EE
(230,211,238)
#E9D9EF
(233,217,239)
#ECDFF0
(236,223,240)
#EFE5F1
(239,229,241)
#F2EBF2
(242,235,242)
#F5F1F3
(245,241,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBEA; }

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

This text font color is #DABBEA.

Background Color

.myBgColor { background-color: #DABBEA; }

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

This div background color is #DABBEA.

Border color

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

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

This div border color is #DABBEA.

Opacity

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

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

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

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

This text has shadow with #DABBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABBEA.

Preview

Color preview on black background

This text has color #DABBEA on black background.


Color preview on white background

This text has color #DABBEA on white background.


Black color preview on #DABBEA background

This text has black color on #DABBEA background.


White color preview on #DABBEA background

This text has white color on #DABBEA background.


Related colors

Complementary color

Complementary color for #hex is #254415.


I love getcolorcode.com

Triadic colors

1 #EADABB and #BBEADA with #DABBEA are triadic colors.

2 #EABBDA and #BBDAEA with #DABBEA are triadic colors.