COLOR #DABBE7

HEX: #DABBE7
RGB: (218,187,231)

Color info

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

RGB color model

#DABBE7 color RGB value is (218,187,231).

  • red value is 218;
  • green value is 187;
  • blue value is 231.
RGB:
(218,187,231)
(85%,73%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 231 of 255 = 91%

218
187
231

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

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 231 = 636 (100%)
R 218 of 636 ~ 34.28%
G 187 of 636 ~ 29.4%
B 231 of 636 ~ 36.32%

%34.28
%29.4
%36.32

CMYK color model

#DABBE7 color CMYK value is (6,19,0,9).

  • cyan value is 5.63%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,19,0,9)
C6M19Y0K9 
(6%,19%,0%,9%)
(0.06/0.19/0.00/0.09)	

CMYK percentages

%5.63
%19.05
%0
%9.41

Codes

Color #DABBE7 in popluar color models

DABBE7
RGB218187231
HSL282°47.83%81.96%
HSB/HSV282°19.05%90.59%
CMYK5.63%19.05%0.00%
9.41%

Color #DABBE7 in popluar number systems.

HEXDABBE7
Decimal218187231
Binary110110101011101111100111
Octal332273347

Shades and tints

Shades of #DABBE7

#DABBE7
(218,187,231)
#C7AAD2
(199,170,210)
#B499BD
(180,153,189)
#A188A8
(161,136,168)
#8E7793
(142,119,147)
#7B667E
(123,102,126)
#685569
(104,85,105)
#554454
(85,68,84)
#42333F
(66,51,63)
#2F222A
(47,34,42)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #DABBE7

#DABBE7
(218,187,231)
#DDC1E9
(221,193,233)
#E0C7EB
(224,199,235)
#E3CDED
(227,205,237)
#E6D3EF
(230,211,239)
#E9D9F1
(233,217,241)
#ECDFF3
(236,223,243)
#EFE5F5
(239,229,245)
#F2EBF7
(242,235,247)
#F5F1F9
(245,241,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBE7; }

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

This text font color is #DABBE7.


Background Color

.myBgColor { background-color: #DABBE7; }

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

This div background color is #DABBE7.


Border color

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

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

This div border color is #DABBE7.


Opacity

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

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

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

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

This text has shadow with #DABBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBE7 on black background.


Color preview on white background

This text has color #DABBE7 on white background.



Black color preview on #DABBE7 background

This text has black color on #DABBE7 background.


White color preview on #DABBE7 background

This text has white color on #DABBE7 background.