COLOR #BBC1A7

HEX: #BBC1A7
RGB: (187,193,167)

Color info

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

RGB color model

#BBC1A7 color RGB value is (187,193,167).

  • red value is 187;
  • green value is 193;
  • blue value is 167.
RGB:
(187,193,167)
(73%,76%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 167 of 255 = 65%

187
193
167

R + G + B ~ 71%. #BBC1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 193 + 167 = 547 (100%)
R 187 of 547 ~ 34.19%
G 193 of 547 ~ 35.28%
B 167 of 547 ~ 30.53%

%34.19
%35.28
%30.53

CMYK color model

#BBC1A7 color CMYK value is (3,0,13,24).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK:
(3,0,13,24)
C3M0Y13K24 
(3%,0%,13%,24%)
(0.03/0.00/0.13/0.24)	

CMYK percentages

%3.11
%0
%13.47
%24.31

Codes

Color #BBC1A7 in popluar color models

BBC1A7
RGB187193167
HSL74°17.33%70.59%
HSB/HSV74°13.47%75.69%
CMYK3.11%0.00%13.47%
24.31%

Color #BBC1A7 in popluar number systems.

HEXBBC1A7
Decimal187193167
Binary101110111100000110100111
Octal273301247

Shades and tints

Shades of #BBC1A7

#BBC1A7
(187,193,167)
#AAB098
(170,176,152)
#999F89
(153,159,137)
#888E7A
(136,142,122)
#777D6B
(119,125,107)
#666C5C
(102,108,92)
#555B4D
(85,91,77)
#444A3E
(68,74,62)
#33392F
(51,57,47)
#222820
(34,40,32)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBC1A7

#BBC1A7
(187,193,167)
#C1C6AF
(193,198,175)
#C7CBB7
(199,203,183)
#CDD0BF
(205,208,191)
#D3D5C7
(211,213,199)
#D9DACF
(217,218,207)
#DFDFD7
(223,223,215)
#E5E4DF
(229,228,223)
#EBE9E7
(235,233,231)
#F1EEEF
(241,238,239)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC1A7 color. Also use rgb(187,193,167) instead hex code.

Text Font Color

.myTextColor { color: #BBC1A7; }

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

This text font color is #BBC1A7.


Background Color

.myBgColor { background-color: #BBC1A7; }

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

This div background color is #BBC1A7.


Border color

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

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

This div border color is #BBC1A7.


Opacity

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

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

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

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

This text has shadow with #BBC1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC1A7 on black background.


Color preview on white background

This text has color #BBC1A7 on white background.



Black color preview on #BBC1A7 background

This text has black color on #BBC1A7 background.


White color preview on #BBC1A7 background

This text has white color on #BBC1A7 background.