COLOR #D5BBBE

HEX: #D5BBBE RGB: (213,187,190)

Color info

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

RGB color model

#D5BBBE color RGB value is (213,187,190).

RGB: (213,187,190) (84%, 73%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 190 of 255 = 75%

213
187
190

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

Portions of RGB colors in percentages

R + G + B = 213 + 187 + 190 = 590 (100%)
R 213 of 590 ~ 36.1%
G 187 of 590 ~ 31.69%
B 190 of 590 ~ 32.2'%

%36.1
%31.69
%32.2

CMYK color model

#D5BBBE color CMYK value is (0,12,11,16).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 10.80%
  • key color value is 16.47%

CMYK: (0,12,11,16)
C0M12Y11K16 (0%, 12%, 11%, 16%)
(0.00 / 0.12 / 0.11 / 0.16)

CMYK percentages

%0
%12.21
%10.8
%16.47

Codes

Color #D5BBBE in popluar color models

D5 BB BE
RGB 213 187 190
HSL 353° 23.64% 78.43%
HSB/HSV 353° 12.21% 83.53%
CMYK 0.00% 12.21% 10.80%
16.47%

Color #D5BBBE in popluar number systems.

HEX D5 BB BE
Decimal 213 187 190
Binary 11010101 10111011 10111110
Octal 325 273 276

Shades and tints

Shades of #D5BBBE

#D5BBBE
(213,187,190)
#C2AAAD
(194,170,173)
#AF999C
(175,153,156)
#9C888B
(156,136,139)
#89777A
(137,119,122)
#766669
(118,102,105)
#635558
(99,85,88)
#504447
(80,68,71)
#3D3336
(61,51,54)
#2A2225
(42,34,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D5BBBE

#D5BBBE
(213,187,190)
#D8C1C3
(216,193,195)
#DBC7C8
(219,199,200)
#DECDCD
(222,205,205)
#E1D3D2
(225,211,210)
#E4D9D7
(228,217,215)
#E7DFDC
(231,223,220)
#EAE5E1
(234,229,225)
#EDEBE6
(237,235,230)
#F0F1EB
(240,241,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BBBE color. Also use rgb(213,187,190) instead hex code.

Text Font Color

.myTextColor { color: #D5BBBE; }

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

This text font color is #D5BBBE.

Background Color

.myBgColor { background-color: #D5BBBE; }

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

This div background color is #D5BBBE.

Border color

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

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

This div border color is #D5BBBE.

Opacity

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

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

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

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

This text has shadow with #D5BBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BBBE.

Preview

Color preview on black background

This text has color #D5BBBE on black background.


Color preview on white background

This text has color #D5BBBE on white background.


Black color preview on #D5BBBE background

This text has black color on #D5BBBE background.


White color preview on #D5BBBE background

This text has white color on #D5BBBE background.


Related colors

Complementary color

Complementary color for #hex is #2A4441.


I love getcolorcode.com

Triadic colors

1 #BED5BB and #BBBED5 with #D5BBBE are triadic colors.

2 #BEBBD5 and #BBD5BE with #D5BBBE are triadic colors.