COLOR #D4BBC4

HEX: #D4BBC4 RGB: (212,187,196)

Color info

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

RGB color model

#D4BBC4 color RGB value is (212,187,196).

RGB: (212,187,196) (83%, 73%, 77%)

RGB channels and saturation

R 212 of 255 = 83%
G 187 of 255 = 73%
B 196 of 255 = 77%

212
187
196

R + G + B ~ 78%. #D4BBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 187 + 196 = 595 (100%)
R 212 of 595 ~ 35.63%
G 187 of 595 ~ 31.43%
B 196 of 595 ~ 32.94'%

%35.63
%31.43
%32.94

CMYK color model

#D4BBC4 color CMYK value is (0,12,8,17).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 7.55%
  • key color value is 16.86%

CMYK: (0,12,8,17)
C0M12Y8K17 (0%, 12%, 8%, 17%)
(0.00 / 0.12 / 0.08 / 0.17)

CMYK percentages

%0
%11.79
%7.55
%16.86

Codes

Color #D4BBC4 in popluar color models

D4 BB C4
RGB 212 187 196
HSL 338° 22.52% 78.24%
HSB/HSV 338° 11.79% 83.14%
CMYK 0.00% 11.79% 7.55%
16.86%

Color #D4BBC4 in popluar number systems.

HEX D4 BB C4
Decimal 212 187 196
Binary 11010100 10111011 11000100
Octal 324 273 304

Shades and tints

Shades of #D4BBC4

#D4BBC4
(212,187,196)
#C1AAB3
(193,170,179)
#AE99A2
(174,153,162)
#9B8891
(155,136,145)
#887780
(136,119,128)
#75666F
(117,102,111)
#62555E
(98,85,94)
#4F444D
(79,68,77)
#3C333C
(60,51,60)
#29222B
(41,34,43)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #D4BBC4

#D4BBC4
(212,187,196)
#D7C1C9
(215,193,201)
#DAC7CE
(218,199,206)
#DDCDD3
(221,205,211)
#E0D3D8
(224,211,216)
#E3D9DD
(227,217,221)
#E6DFE2
(230,223,226)
#E9E5E7
(233,229,231)
#ECEBEC
(236,235,236)
#EFF1F1
(239,241,241)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BBC4 color. Also use rgb(212,187,196) instead hex code.

Text Font Color

.myTextColor { color: #D4BBC4; }

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

This text font color is #D4BBC4.

Background Color

.myBgColor { background-color: #D4BBC4; }

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

This div background color is #D4BBC4.

Border color

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

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

This div border color is #D4BBC4.

Opacity

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

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

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

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

This text has shadow with #D4BBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BBC4.

Preview

Color preview on black background

This text has color #D4BBC4 on black background.


Color preview on white background

This text has color #D4BBC4 on white background.


Black color preview on #D4BBC4 background

This text has black color on #D4BBC4 background.


White color preview on #D4BBC4 background

This text has white color on #D4BBC4 background.


Related colors

Complementary color

Complementary color for #hex is #2B443B.


I love getcolorcode.com

Triadic colors

1 #C4D4BB and #BBC4D4 with #D4BBC4 are triadic colors.

2 #C4BBD4 and #BBD4C4 with #D4BBC4 are triadic colors.