COLOR #D4BBBE

HEX: #D4BBBE RGB: (212,187,190)

Color info

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

RGB color model

#D4BBBE color RGB value is (212,187,190).

RGB: (212,187,190) (83%, 73%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 187 of 255 = 73%
B 190 of 255 = 75%

212
187
190

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

Portions of RGB colors in percentages

R + G + B = 212 + 187 + 190 = 589 (100%)
R 212 of 589 ~ 35.99%
G 187 of 589 ~ 31.75%
B 190 of 589 ~ 32.26'%

%35.99
%31.75
%32.26

CMYK color model

#D4BBBE color CMYK value is (0,12,10,17).

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

CMYK: (0,12,10,17)
C0M12Y10K17 (0%, 12%, 10%, 17%)
(0.00 / 0.12 / 0.10 / 0.17)

CMYK percentages

%0
%11.79
%10.38
%16.86

Codes

Color #D4BBBE in popluar color models

D4 BB BE
RGB 212 187 190
HSL 353° 22.52% 78.24%
HSB/HSV 353° 11.79% 83.14%
CMYK 0.00% 11.79% 10.38%
16.86%

Color #D4BBBE in popluar number systems.

HEX D4 BB BE
Decimal 212 187 190
Binary 11010100 10111011 10111110
Octal 324 273 276

Shades and tints

Shades of #D4BBBE

#D4BBBE
(212,187,190)
#C1AAAD
(193,170,173)
#AE999C
(174,153,156)
#9B888B
(155,136,139)
#88777A
(136,119,122)
#756669
(117,102,105)
#625558
(98,85,88)
#4F4447
(79,68,71)
#3C3336
(60,51,54)
#292225
(41,34,37)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #D4BBBE

#D4BBBE
(212,187,190)
#D7C1C3
(215,193,195)
#DAC7C8
(218,199,200)
#DDCDCD
(221,205,205)
#E0D3D2
(224,211,210)
#E3D9D7
(227,217,215)
#E6DFDC
(230,223,220)
#E9E5E1
(233,229,225)
#ECEBE6
(236,235,230)
#EFF1EB
(239,241,235)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BBBE; }

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

This text font color is #D4BBBE.

Background Color

.myBgColor { background-color: #D4BBBE; }

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

This div background color is #D4BBBE.

Border color

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

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

This div border color is #D4BBBE.

Opacity

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

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

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

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

This text has shadow with #D4BBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BBBE.

Preview

Color preview on black background

This text has color #D4BBBE on black background.


Color preview on white background

This text has color #D4BBBE on white background.


Black color preview on #D4BBBE background

This text has black color on #D4BBBE background.


White color preview on #D4BBBE background

This text has white color on #D4BBBE background.


Related colors

Complementary color

Complementary color for #hex is #2B4441.


I love getcolorcode.com

Triadic colors

1 #BED4BB and #BBBED4 with #D4BBBE are triadic colors.

2 #BEBBD4 and #BBD4BE with #D4BBBE are triadic colors.