COLOR #D6BBBD

HEX: #D6BBBD
RGB: (214,187,189)

Color info

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

RGB color model

#D6BBBD color RGB value is (214,187,189).

  • red value is 214;
  • green value is 187;
  • blue value is 189.
RGB:
(214,187,189)
(84%,73%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 187 of 255 = 73%
B 189 of 255 = 74%

214
187
189

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

Portions of RGB colors in percentages

R + G + B =
214 + 187 + 189 = 590 (100%)
R 214 of 590 ~ 36.27%
G 187 of 590 ~ 31.69%
B 189 of 590 ~ 32.03%

%36.27
%31.69
%32.03

CMYK color model

#D6BBBD color CMYK value is (0,13,12,16).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK:
(0,13,12,16)
C0M13Y12K16 
(0%,13%,12%,16%)
(0.00/0.13/0.12/0.16)	

CMYK percentages

%0
%12.62
%11.68
%16.08

Codes

Color #D6BBBD in popluar color models

D6BBBD
RGB214187189
HSL356°24.77%78.63%
HSB/HSV356°12.62%83.92%
CMYK0.00%12.62%11.68%
16.08%

Color #D6BBBD in popluar number systems.

HEXD6BBBD
Decimal214187189
Binary110101101011101110111101
Octal326273275

Shades and tints

Shades of #D6BBBD

#D6BBBD
(214,187,189)
#C3AAAC
(195,170,172)
#B0999B
(176,153,155)
#9D888A
(157,136,138)
#8A7779
(138,119,121)
#776668
(119,102,104)
#645557
(100,85,87)
#514446
(81,68,70)
#3E3335
(62,51,53)
#2B2224
(43,34,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #D6BBBD

#D6BBBD
(214,187,189)
#D9C1C3
(217,193,195)
#DCC7C9
(220,199,201)
#DFCDCF
(223,205,207)
#E2D3D5
(226,211,213)
#E5D9DB
(229,217,219)
#E8DFE1
(232,223,225)
#EBE5E7
(235,229,231)
#EEEBED
(238,235,237)
#F1F1F3
(241,241,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BBBD color. Also use rgb(214,187,189) instead hex code.

Text Font Color

.myTextColor { color: #D6BBBD; }

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

This text font color is #D6BBBD.


Background Color

.myBgColor { background-color: #D6BBBD; }

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

This div background color is #D6BBBD.


Border color

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

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

This div border color is #D6BBBD.


Opacity

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

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

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

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

This text has shadow with #D6BBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BBBD on black background.


Color preview on white background

This text has color #D6BBBD on white background.



Black color preview on #D6BBBD background

This text has black color on #D6BBBD background.


White color preview on #D6BBBD background

This text has white color on #D6BBBD background.