COLOR #D1DFBB

HEX: #D1DFBB RGB: (209,223,187)

Color info

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

RGB color model

#D1DFBB color RGB value is (209,223,187).

RGB: (209,223,187) (82%, 87%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 223 of 255 = 87%
B 187 of 255 = 73%

209
223
187

R + G + B ~ 81%. #D1DFBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 223 + 187 = 619 (100%)
R 209 of 619 ~ 33.76%
G 223 of 619 ~ 36.03%
B 187 of 619 ~ 30.21'%

%33.76
%36.03
%30.21

CMYK color model

#D1DFBB color CMYK value is (6,0,16,13).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 12.55%
CMYK: (6,0,16,13) C6M0Y16K13 (6%,0%,16%,13%) (0.06/0.00/0.16/0.13) 

CMYK percentages

%6.28
%0
%16.14
%12.55

Codes

Color #D1DFBB in popluar color models

D1 DF BB
RGB 209 223 187
HSL 83° 36.00% 80.39%
HSB/HSV 83° 16.14% 87.45%
CMYK 6.28% 0.00% 16.14%
12.55%

Color #D1DFBB in popluar number systems.

HEX D1 DF BB
Decimal 209 223 187
Binary 11010001 11011111 10111011
Octal 321 337 273

Shades and tints

Shades of #D1DFBB

#D1DFBB
(209,223,187)
#BECBAA
(190,203,170)
#ABB799
(171,183,153)
#98A388
(152,163,136)
#858F77
(133,143,119)
#727B66
(114,123,102)
#5F6755
(95,103,85)
#4C5344
(76,83,68)
#393F33
(57,63,51)
#262B22
(38,43,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1DFBB

#D1DFBB
(209,223,187)
#D5E1C1
(213,225,193)
#D9E3C7
(217,227,199)
#DDE5CD
(221,229,205)
#E1E7D3
(225,231,211)
#E5E9D9
(229,233,217)
#E9EBDF
(233,235,223)
#EDEDE5
(237,237,229)
#F1EFEB
(241,239,235)
#F5F1F1
(245,241,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DFBB color. Also use rgb(209,223,187) instead hex code.

Text Font Color

.myTextColor { color: #D1DFBB; }

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

This text font color is #D1DFBB.

Background Color

.myBgColor { background-color: #D1DFBB; }

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

This div background color is #D1DFBB.

Border color

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

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

This div border color is #D1DFBB.

Opacity

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

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

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

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

This text has shadow with #D1DFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DFBB.

Preview

Color preview on black background

This text has color #D1DFBB on black background.


Color preview on white background

This text has color #D1DFBB on white background.


Black color preview on #D1DFBB background

This text has black color on #D1DFBB background.


White color preview on #D1DFBB background

This text has white color on #D1DFBB background.


Related colors

Complementary color

Complementary color for #hex is #2E2044.


I love getcolorcode.com

Triadic colors

1 #BBD1DF and #DFBBD1 with #D1DFBB are triadic colors.

2 #BBDFD1 and #DFD1BB with #D1DFBB are triadic colors.