COLOR #BBC3AE

HEX: #BBC3AE
RGB: (187,195,174)

Color info

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

RGB color model

#BBC3AE color RGB value is (187,195,174).

  • red value is 187;
  • green value is 195;
  • blue value is 174.
RGB:
(187,195,174)
(73%,76%,68%)

RGB channels and saturation

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

187
195
174

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

Portions of RGB colors in percentages

R + G + B =
187 + 195 + 174 = 556 (100%)
R 187 of 556 ~ 33.63%
G 195 of 556 ~ 35.07%
B 174 of 556 ~ 31.29%

%33.63
%35.07
%31.29

CMYK color model

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

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • 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
%10.77
%23.53

Codes

Color #BBC3AE in popluar color models

BBC3AE
RGB187195174
HSL83°14.89%72.35%
HSB/HSV83°10.77%76.47%
CMYK4.10%0.00%10.77%
23.53%

Color #BBC3AE in popluar number systems.

HEXBBC3AE
Decimal187195174
Binary101110111100001110101110
Octal273303256

Shades and tints

Shades of #BBC3AE

#BBC3AE
(187,195,174)
#AAB29F
(170,178,159)
#99A190
(153,161,144)
#889081
(136,144,129)
#777F72
(119,127,114)
#666E63
(102,110,99)
#555D54
(85,93,84)
#444C45
(68,76,69)
#333B36
(51,59,54)
#222A27
(34,42,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #BBC3AE

#BBC3AE
(187,195,174)
#C1C8B5
(193,200,181)
#C7CDBC
(199,205,188)
#CDD2C3
(205,210,195)
#D3D7CA
(211,215,202)
#D9DCD1
(217,220,209)
#DFE1D8
(223,225,216)
#E5E6DF
(229,230,223)
#EBEBE6
(235,235,230)
#F1F0ED
(241,240,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC3AE; }

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

This text font color is #BBC3AE.


Background Color

.myBgColor { background-color: #BBC3AE; }

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

This div background color is #BBC3AE.


Border color

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

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

This div border color is #BBC3AE.


Opacity

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

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

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

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

This text has shadow with #BBC3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC3AE on black background.


Color preview on white background

This text has color #BBC3AE on white background.



Black color preview on #BBC3AE background

This text has black color on #BBC3AE background.


White color preview on #BBC3AE background

This text has white color on #BBC3AE background.