COLOR #DADEB9

HEX: #DADEB9 RGB: (218,222,185)

Color info

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

RGB color model

#DADEB9 color RGB value is (218,222,185).

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

RGB channels and saturation

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

218
222
185

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

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 185 = 625 (100%)
R 218 of 625 ~ 34.88%
G 222 of 625 ~ 35.52%
B 185 of 625 ~ 29.6'%

%34.88
%35.52
%29.6

CMYK color model

#DADEB9 color CMYK value is (2,0,17,13).

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

CMYK: (2,0,17,13)
C2M0Y17K13 (2%, 0%, 17%, 13%)
(0.02 / 0.00 / 0.17 / 0.13)

CMYK percentages

%1.8
%0
%16.67
%12.94

Codes

Color #DADEB9 in popluar color models

DA DE B9
RGB 218 222 185
HSL 66° 35.92% 79.80%
HSB/HSV 66° 16.67% 87.06%
CMYK 1.80% 0.00% 16.67%
12.94%

Color #DADEB9 in popluar number systems.

HEX DA DE B9
Decimal 218 222 185
Binary 11011010 11011110 10111001
Octal 332 336 271

Shades and tints

Shades of #DADEB9

#DADEB9
(218,222,185)
#C7CAA9
(199,202,169)
#B4B699
(180,182,153)
#A1A289
(161,162,137)
#8E8E79
(142,142,121)
#7B7A69
(123,122,105)
#686659
(104,102,89)
#555249
(85,82,73)
#423E39
(66,62,57)
#2F2A29
(47,42,41)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #DADEB9

#DADEB9
(218,222,185)
#DDE1BF
(221,225,191)
#E0E4C5
(224,228,197)
#E3E7CB
(227,231,203)
#E6EAD1
(230,234,209)
#E9EDD7
(233,237,215)
#ECF0DD
(236,240,221)
#EFF3E3
(239,243,227)
#F2F6E9
(242,246,233)
#F5F9EF
(245,249,239)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADEB9; }

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

This text font color is #DADEB9.

Background Color

.myBgColor { background-color: #DADEB9; }

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

This div background color is #DADEB9.

Border color

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

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

This div border color is #DADEB9.

Opacity

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

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

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

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

This text has shadow with #DADEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADEB9.

Preview

Color preview on black background

This text has color #DADEB9 on black background.


Color preview on white background

This text has color #DADEB9 on white background.


Black color preview on #DADEB9 background

This text has black color on #DADEB9 background.


White color preview on #DADEB9 background

This text has white color on #DADEB9 background.


Related colors

Complementary color

Complementary color for #hex is #252146.


I love getcolorcode.com

Triadic colors

1 #B9DADE and #DEB9DA with #DADEB9 are triadic colors.

2 #B9DEDA and #DEDAB9 with #DADEB9 are triadic colors.