COLOR #DABEE3

HEX: #DABEE3
RGB: (218,190,227)

Color info

#DABEE3 contains red, green and blue colors in about the same proportion. Web safe color of #DABEE3 is #CCCCCC (or #CCC).

RGB color model

#DABEE3 color RGB value is (218,190,227).

  • red value is 218;
  • green value is 190;
  • blue value is 227.
RGB:
(218,190,227)
(85%,75%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 227 of 255 = 89%

218
190
227

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

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 227 = 635 (100%)
R 218 of 635 ~ 34.33%
G 190 of 635 ~ 29.92%
B 227 of 635 ~ 35.75%

%34.33
%29.92
%35.75

CMYK color model

#DABEE3 color CMYK value is (4,16,0,11).

  • cyan value is 3.96%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,16,0,11)
C4M16Y0K11 
(4%,16%,0%,11%)
(0.04/0.16/0.00/0.11)	

CMYK percentages

%3.96
%16.3
%0
%10.98

Codes

Color #DABEE3 in popluar color models

DABEE3
RGB218190227
HSL285°39.78%81.76%
HSB/HSV285°16.30%89.02%
CMYK3.96%16.30%0.00%
10.98%

Color #DABEE3 in popluar number systems.

HEXDABEE3
Decimal218190227
Binary110110101011111011100011
Octal332276343

Shades and tints

Shades of #DABEE3

#DABEE3
(218,190,227)
#C7ADCF
(199,173,207)
#B49CBB
(180,156,187)
#A18BA7
(161,139,167)
#8E7A93
(142,122,147)
#7B697F
(123,105,127)
#68586B
(104,88,107)
#554757
(85,71,87)
#423643
(66,54,67)
#2F252F
(47,37,47)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #DABEE3

#DABEE3
(218,190,227)
#DDC3E5
(221,195,229)
#E0C8E7
(224,200,231)
#E3CDE9
(227,205,233)
#E6D2EB
(230,210,235)
#E9D7ED
(233,215,237)
#ECDCEF
(236,220,239)
#EFE1F1
(239,225,241)
#F2E6F3
(242,230,243)
#F5EBF5
(245,235,245)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEE3; }

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

This text font color is #DABEE3.


Background Color

.myBgColor { background-color: #DABEE3; }

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

This div background color is #DABEE3.


Border color

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

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

This div border color is #DABEE3.


Opacity

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

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

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

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

This text has shadow with #DABEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEE3 on black background.


Color preview on white background

This text has color #DABEE3 on white background.



Black color preview on #DABEE3 background

This text has black color on #DABEE3 background.


White color preview on #DABEE3 background

This text has white color on #DABEE3 background.