COLOR #BBC3AD

HEX: #BBC3AD RGB: (187,195,173)

Color info

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

RGB color model

#BBC3AD color RGB value is (187,195,173).

RGB: (187,195,173) (73%, 76%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 173 of 255 = 68%

187
195
173

R + G + B ~ 72%. #BBC3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 173 = 555 (100%)
R 187 of 555 ~ 33.69%
G 195 of 555 ~ 35.14%
B 173 of 555 ~ 31.17'%

%33.69
%35.14
%31.17

CMYK color model

#BBC3AD color CMYK value is (4,0,11,24).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (4,0,11,24)
C4M0Y11K24 (4%, 0%, 11%, 24%)
(0.04 / 0.00 / 0.11 / 0.24)

CMYK percentages

%4.1
%0
%11.28
%23.53

Codes

Color #BBC3AD in popluar color models

BB C3 AD
RGB 187 195 173
HSL 82° 15.49% 72.16%
HSB/HSV 82° 11.28% 76.47%
CMYK 4.10% 0.00% 11.28%
23.53%

Color #BBC3AD in popluar number systems.

HEX BB C3 AD
Decimal 187 195 173
Binary 10111011 11000011 10101101
Octal 273 303 255

Shades and tints

Shades of #BBC3AD

#BBC3AD
(187,195,173)
#AAB29E
(170,178,158)
#99A18F
(153,161,143)
#889080
(136,144,128)
#777F71
(119,127,113)
#666E62
(102,110,98)
#555D53
(85,93,83)
#444C44
(68,76,68)
#333B35
(51,59,53)
#222A26
(34,42,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBC3AD

#BBC3AD
(187,195,173)
#C1C8B4
(193,200,180)
#C7CDBB
(199,205,187)
#CDD2C2
(205,210,194)
#D3D7C9
(211,215,201)
#D9DCD0
(217,220,208)
#DFE1D7
(223,225,215)
#E5E6DE
(229,230,222)
#EBEBE5
(235,235,229)
#F1F0EC
(241,240,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC3AD color. Also use rgb(187,195,173) instead hex code.

Text Font Color

.myTextColor { color: #BBC3AD; }

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

This text font color is #BBC3AD.

Background Color

.myBgColor { background-color: #BBC3AD; }

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

This div background color is #BBC3AD.

Border color

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

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

This div border color is #BBC3AD.

Opacity

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

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

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

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

This text has shadow with #BBC3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC3AD.

Preview

Color preview on black background

This text has color #BBC3AD on black background.


Color preview on white background

This text has color #BBC3AD on white background.


Black color preview on #BBC3AD background

This text has black color on #BBC3AD background.


White color preview on #BBC3AD background

This text has white color on #BBC3AD background.


Related colors

Complementary color

Complementary color for #hex is #443C52.


I love getcolorcode.com

Triadic colors

1 #ADBBC3 and #C3ADBB with #BBC3AD are triadic colors.

2 #ADC3BB and #C3BBAD with #BBC3AD are triadic colors.