COLOR #D1CCB2

HEX: #D1CCB2 RGB: (209,204,178)

Color info

#D1CCB2 contains red, green and blue colors in about the same proportion. Web safe color of #D1CCB2 is #CCCC99 (or #CC9).

RGB color model

#D1CCB2 color RGB value is (209,204,178).

RGB: (209,204,178) (82%, 80%, 70%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 178 of 255 = 70%

209
204
178

R + G + B ~ 77%. #D1CCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 204 + 178 = 591 (100%)
R 209 of 591 ~ 35.36%
G 204 of 591 ~ 34.52%
B 178 of 591 ~ 30.12'%

%35.36
%34.52
%30.12

CMYK color model

#D1CCB2 color CMYK value is (0,2,15,18).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 14.83%
  • key color value is 18.04%

CMYK: (0,2,15,18)
C0M2Y15K18 (0%, 2%, 15%, 18%)
(0.00 / 0.02 / 0.15 / 0.18)

CMYK percentages

%0
%2.39
%14.83
%18.04

Codes

Color #D1CCB2 in popluar color models

D1 CC B2
RGB 209 204 178
HSL 50° 25.20% 75.88%
HSB/HSV 50° 14.83% 81.96%
CMYK 0.00% 2.39% 14.83%
18.04%

Color #D1CCB2 in popluar number systems.

HEX D1 CC B2
Decimal 209 204 178
Binary 11010001 11001100 10110010
Octal 321 314 262

Shades and tints

Shades of #D1CCB2

#D1CCB2
(209,204,178)
#BEBAA2
(190,186,162)
#ABA892
(171,168,146)
#989682
(152,150,130)
#858472
(133,132,114)
#727262
(114,114,98)
#5F6052
(95,96,82)
#4C4E42
(76,78,66)
#393C32
(57,60,50)
#262A22
(38,42,34)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #D1CCB2

#D1CCB2
(209,204,178)
#D5D0B9
(213,208,185)
#D9D4C0
(217,212,192)
#DDD8C7
(221,216,199)
#E1DCCE
(225,220,206)
#E5E0D5
(229,224,213)
#E9E4DC
(233,228,220)
#EDE8E3
(237,232,227)
#F1ECEA
(241,236,234)
#F5F0F1
(245,240,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CCB2 color. Also use rgb(209,204,178) instead hex code.

Text Font Color

.myTextColor { color: #D1CCB2; }

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

This text font color is #D1CCB2.

Background Color

.myBgColor { background-color: #D1CCB2; }

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

This div background color is #D1CCB2.

Border color

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

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

This div border color is #D1CCB2.

Opacity

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

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

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

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

This text has shadow with #D1CCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CCB2.

Preview

Color preview on black background

This text has color #D1CCB2 on black background.


Color preview on white background

This text has color #D1CCB2 on white background.


Black color preview on #D1CCB2 background

This text has black color on #D1CCB2 background.


White color preview on #D1CCB2 background

This text has white color on #D1CCB2 background.


Related colors

Complementary color

Complementary color for #hex is #2E334D.


I love getcolorcode.com

Triadic colors

1 #B2D1CC and #CCB2D1 with #D1CCB2 are triadic colors.

2 #B2CCD1 and #CCD1B2 with #D1CCB2 are triadic colors.