COLOR #DADEBE

HEX: #DADEBE RGB: (218,222,190)

Color info

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

RGB color model

#DADEBE color RGB value is (218,222,190).

RGB: (218,222,190) (85%, 87%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 190 of 255 = 75%

218
222
190

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

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 190 = 630 (100%)
R 218 of 630 ~ 34.6%
G 222 of 630 ~ 35.24%
B 190 of 630 ~ 30.16'%

%34.6
%35.24
%30.16

CMYK color model

#DADEBE color CMYK value is (2,0,14,13).

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

CMYK: (2,0,14,13)
C2M0Y14K13 (2%, 0%, 14%, 13%)
(0.02 / 0.00 / 0.14 / 0.13)

CMYK percentages

%1.8
%0
%14.41
%12.94

Codes

Color #DADEBE in popluar color models

DA DE BE
RGB 218 222 190
HSL 68° 32.65% 80.78%
HSB/HSV 68° 14.41% 87.06%
CMYK 1.80% 0.00% 14.41%
12.94%

Color #DADEBE in popluar number systems.

HEX DA DE BE
Decimal 218 222 190
Binary 11011010 11011110 10111110
Octal 332 336 276

Shades and tints

Shades of #DADEBE

#DADEBE
(218,222,190)
#C7CAAD
(199,202,173)
#B4B69C
(180,182,156)
#A1A28B
(161,162,139)
#8E8E7A
(142,142,122)
#7B7A69
(123,122,105)
#686658
(104,102,88)
#555247
(85,82,71)
#423E36
(66,62,54)
#2F2A25
(47,42,37)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DADEBE

#DADEBE
(218,222,190)
#DDE1C3
(221,225,195)
#E0E4C8
(224,228,200)
#E3E7CD
(227,231,205)
#E6EAD2
(230,234,210)
#E9EDD7
(233,237,215)
#ECF0DC
(236,240,220)
#EFF3E1
(239,243,225)
#F2F6E6
(242,246,230)
#F5F9EB
(245,249,235)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADEBE; }

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

This text font color is #DADEBE.

Background Color

.myBgColor { background-color: #DADEBE; }

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

This div background color is #DADEBE.

Border color

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

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

This div border color is #DADEBE.

Opacity

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

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

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

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

This text has shadow with #DADEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADEBE.

Preview

Color preview on black background

This text has color #DADEBE on black background.


Color preview on white background

This text has color #DADEBE on white background.


Black color preview on #DADEBE background

This text has black color on #DADEBE background.


White color preview on #DADEBE background

This text has white color on #DADEBE background.


Related colors

Complementary color

Complementary color for #hex is #252141.


I love getcolorcode.com

Triadic colors

1 #BEDADE and #DEBEDA with #DADEBE are triadic colors.

2 #BEDEDA and #DEDABE with #DADEBE are triadic colors.