COLOR #DADEBB

HEX: #DADEBB RGB: (218,222,187)

Color info

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

RGB color model

#DADEBB color RGB value is (218,222,187).

RGB: (218,222,187) (85%, 87%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 187 of 255 = 73%

218
222
187

R + G + B ~ 82%. #DADEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 187 = 627 (100%)
R 218 of 627 ~ 34.77%
G 222 of 627 ~ 35.41%
B 187 of 627 ~ 29.82'%

%34.77
%35.41
%29.82

CMYK color model

#DADEBB color CMYK value is (2,0,16,13).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 12.94%

CMYK: (2,0,16,13)
C2M0Y16K13 (2%, 0%, 16%, 13%)
(0.02 / 0.00 / 0.16 / 0.13)

CMYK percentages

%1.8
%0
%15.77
%12.94

Codes

Color #DADEBB in popluar color models

DA DE BB
RGB 218 222 187
HSL 67° 34.65% 80.20%
HSB/HSV 67° 15.77% 87.06%
CMYK 1.80% 0.00% 15.77%
12.94%

Color #DADEBB in popluar number systems.

HEX DA DE BB
Decimal 218 222 187
Binary 11011010 11011110 10111011
Octal 332 336 273

Shades and tints

Shades of #DADEBB

#DADEBB
(218,222,187)
#C7CAAA
(199,202,170)
#B4B699
(180,182,153)
#A1A288
(161,162,136)
#8E8E77
(142,142,119)
#7B7A66
(123,122,102)
#686655
(104,102,85)
#555244
(85,82,68)
#423E33
(66,62,51)
#2F2A22
(47,42,34)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #DADEBB

#DADEBB
(218,222,187)
#DDE1C1
(221,225,193)
#E0E4C7
(224,228,199)
#E3E7CD
(227,231,205)
#E6EAD3
(230,234,211)
#E9EDD9
(233,237,217)
#ECF0DF
(236,240,223)
#EFF3E5
(239,243,229)
#F2F6EB
(242,246,235)
#F5F9F1
(245,249,241)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADEBB; }

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

This text font color is #DADEBB.

Background Color

.myBgColor { background-color: #DADEBB; }

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

This div background color is #DADEBB.

Border color

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

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

This div border color is #DADEBB.

Opacity

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

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

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

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

This text has shadow with #DADEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADEBB.

Preview

Color preview on black background

This text has color #DADEBB on black background.


Color preview on white background

This text has color #DADEBB on white background.


Black color preview on #DADEBB background

This text has black color on #DADEBB background.


White color preview on #DADEBB background

This text has white color on #DADEBB background.


Related colors

Complementary color

Complementary color for #hex is #252144.


I love getcolorcode.com

Triadic colors

1 #BBDADE and #DEBBDA with #DADEBB are triadic colors.

2 #BBDEDA and #DEDABB with #DADEBB are triadic colors.