COLOR #BBC7AF

HEX: #BBC7AF RGB: (187,199,175)

Color info

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

RGB color model

#BBC7AF color RGB value is (187,199,175).

RGB: (187,199,175) (73%, 78%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 175 of 255 = 69%

187
199
175

R + G + B ~ 73%. #BBC7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 199 + 175 = 561 (100%)
R 187 of 561 ~ 33.33%
G 199 of 561 ~ 35.47%
B 175 of 561 ~ 31.19'%

%33.33
%35.47
%31.19

CMYK color model

#BBC7AF color CMYK value is (6,0,12,22).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 21.96%

CMYK: (6,0,12,22)
C6M0Y12K22 (6%, 0%, 12%, 22%)
(0.06 / 0.00 / 0.12 / 0.22)

CMYK percentages

%6.03
%0
%12.06
%21.96

Codes

Color #BBC7AF in popluar color models

BB C7 AF
RGB 187 199 175
HSL 90° 17.65% 73.33%
HSB/HSV 90° 12.06% 78.04%
CMYK 6.03% 0.00% 12.06%
21.96%

Color #BBC7AF in popluar number systems.

HEX BB C7 AF
Decimal 187 199 175
Binary 10111011 11000111 10101111
Octal 273 307 257

Shades and tints

Shades of #BBC7AF

#BBC7AF
(187,199,175)
#AAB5A0
(170,181,160)
#99A391
(153,163,145)
#889182
(136,145,130)
#777F73
(119,127,115)
#666D64
(102,109,100)
#555B55
(85,91,85)
#444946
(68,73,70)
#333737
(51,55,55)
#222528
(34,37,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #BBC7AF

#BBC7AF
(187,199,175)
#C1CCB6
(193,204,182)
#C7D1BD
(199,209,189)
#CDD6C4
(205,214,196)
#D3DBCB
(211,219,203)
#D9E0D2
(217,224,210)
#DFE5D9
(223,229,217)
#E5EAE0
(229,234,224)
#EBEFE7
(235,239,231)
#F1F4EE
(241,244,238)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC7AF color. Also use rgb(187,199,175) instead hex code.

Text Font Color

.myTextColor { color: #BBC7AF; }

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

This text font color is #BBC7AF.

Background Color

.myBgColor { background-color: #BBC7AF; }

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

This div background color is #BBC7AF.

Border color

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

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

This div border color is #BBC7AF.

Opacity

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

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

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

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

This text has shadow with #BBC7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC7AF.

Preview

Color preview on black background

This text has color #BBC7AF on black background.


Color preview on white background

This text has color #BBC7AF on white background.


Black color preview on #BBC7AF background

This text has black color on #BBC7AF background.


White color preview on #BBC7AF background

This text has white color on #BBC7AF background.


Related colors

Complementary color

Complementary color for #hex is #443850.


I love getcolorcode.com

Triadic colors

1 #AFBBC7 and #C7AFBB with #BBC7AF are triadic colors.

2 #AFC7BB and #C7BBAF with #BBC7AF are triadic colors.