COLOR #DABEE7

HEX: #DABEE7 RGB: (218,190,231)

Color info

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

RGB color model

#DABEE7 color RGB value is (218,190,231).

RGB: (218,190,231) (85%, 75%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 231 of 255 = 91%

218
190
231

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

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 231 = 639 (100%)
R 218 of 639 ~ 34.12%
G 190 of 639 ~ 29.73%
B 231 of 639 ~ 36.15'%

%34.12
%29.73
%36.15

CMYK color model

#DABEE7 color CMYK value is (6,18,0,9).

  • cyan value is 5.63%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (6,18,0,9)
C6M18Y0K9 (6%, 18%, 0%, 9%)
(0.06 / 0.18 / 0.00 / 0.09)

CMYK percentages

%5.63
%17.75
%0
%9.41

Codes

Color #DABEE7 in popluar color models

DA BE E7
RGB 218 190 231
HSL 281° 46.07% 82.55%
HSB/HSV 281° 17.75% 90.59%
CMYK 5.63% 17.75% 0.00%
9.41%

Color #DABEE7 in popluar number systems.

HEX DA BE E7
Decimal 218 190 231
Binary 11011010 10111110 11100111
Octal 332 276 347

Shades and tints

Shades of #DABEE7

#DABEE7
(218,190,231)
#C7ADD2
(199,173,210)
#B49CBD
(180,156,189)
#A18BA8
(161,139,168)
#8E7A93
(142,122,147)
#7B697E
(123,105,126)
#685869
(104,88,105)
#554754
(85,71,84)
#42363F
(66,54,63)
#2F252A
(47,37,42)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #DABEE7

#DABEE7
(218,190,231)
#DDC3E9
(221,195,233)
#E0C8EB
(224,200,235)
#E3CDED
(227,205,237)
#E6D2EF
(230,210,239)
#E9D7F1
(233,215,241)
#ECDCF3
(236,220,243)
#EFE1F5
(239,225,245)
#F2E6F7
(242,230,247)
#F5EBF9
(245,235,249)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEE7; }

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

This text font color is #DABEE7.

Background Color

.myBgColor { background-color: #DABEE7; }

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

This div background color is #DABEE7.

Border color

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

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

This div border color is #DABEE7.

Opacity

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

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

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

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

This text has shadow with #DABEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABEE7.

Preview

Color preview on black background

This text has color #DABEE7 on black background.


Color preview on white background

This text has color #DABEE7 on white background.


Black color preview on #DABEE7 background

This text has black color on #DABEE7 background.


White color preview on #DABEE7 background

This text has white color on #DABEE7 background.


Related colors

Complementary color

Complementary color for #hex is #254118.


I love getcolorcode.com

Triadic colors

1 #E7DABE and #BEE7DA with #DABEE7 are triadic colors.

2 #E7BEDA and #BEDAE7 with #DABEE7 are triadic colors.