COLOR #D7DDD8

HEX: #D7DDD8
RGB: (215,221,216)

Color info

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

RGB color model

#D7DDD8 color RGB value is (215,221,216).

  • red value is 215;
  • green value is 221;
  • blue value is 216.
RGB:
(215,221,216)
(84%,87%,85%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 216 of 255 = 85%

215
221
216

R + G + B ~ 85%. #D7DDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 216 = 652 (100%)
R 215 of 652 ~ 32.98%
G 221 of 652 ~ 33.9%
B 216 of 652 ~ 33.13%

%32.98
%33.9
%33.13

CMYK color model

#D7DDD8 color CMYK value is (3,0,2,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(3,0,2,13)
C3M0Y2K13 
(3%,0%,2%,13%)
(0.03/0.00/0.02/0.13)	

CMYK percentages

%2.71
%0
%2.26
%13.33

Codes

Color #D7DDD8 in popluar color models

D7DDD8
RGB215221216
HSL130°8.11%85.49%
HSB/HSV130°2.71%86.67%
CMYK2.71%0.00%2.26%
13.33%

Color #D7DDD8 in popluar number systems.

HEXD7DDD8
Decimal215221216
Binary110101111101110111011000
Octal327335330

Shades and tints

Shades of #D7DDD8

#D7DDD8
(215,221,216)
#C4C9C5
(196,201,197)
#B1B5B2
(177,181,178)
#9EA19F
(158,161,159)
#8B8D8C
(139,141,140)
#787979
(120,121,121)
#656566
(101,101,102)
#525153
(82,81,83)
#3F3D40
(63,61,64)
#2C292D
(44,41,45)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #D7DDD8

#D7DDD8
(215,221,216)
#DAE0DB
(218,224,219)
#DDE3DE
(221,227,222)
#E0E6E1
(224,230,225)
#E3E9E4
(227,233,228)
#E6ECE7
(230,236,231)
#E9EFEA
(233,239,234)
#ECF2ED
(236,242,237)
#EFF5F0
(239,245,240)
#F2F8F3
(242,248,243)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DDD8 color. Also use rgb(215,221,216) instead hex code.

Text Font Color

.myTextColor { color: #D7DDD8; }

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

This text font color is #D7DDD8.


Background Color

.myBgColor { background-color: #D7DDD8; }

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

This div background color is #D7DDD8.


Border color

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

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

This div border color is #D7DDD8.


Opacity

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

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

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

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

This text has shadow with #D7DDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDD8 on black background.


Color preview on white background

This text has color #D7DDD8 on white background.



Black color preview on #D7DDD8 background

This text has black color on #D7DDD8 background.


White color preview on #D7DDD8 background

This text has white color on #D7DDD8 background.