COLOR #BBCA81

HEX: #BBCA81
RGB: (187,202,129)

Color info

#BBCA81 contains mainly red and green colors. Web safe color of #BBCA81 is #CCCC99 (or #CC9).

RGB color model

#BBCA81 color RGB value is (187,202,129).

  • red value is 187;
  • green value is 202;
  • blue value is 129.
RGB:
(187,202,129)
(73%,79%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 129 of 255 = 51%

187
202
129

R + G + B ~ 68%. #BBCA81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 129 = 518 (100%)
R 187 of 518 ~ 36.1%
G 202 of 518 ~ 39%
B 129 of 518 ~ 24.9%

%36.1
%39
%24.9

CMYK color model

#BBCA81 color CMYK value is (7,0,36,21).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 20.78%
CMYK:
(7,0,36,21)
C7M0Y36K21 
(7%,0%,36%,21%)
(0.07/0.00/0.36/0.21)	

CMYK percentages

%7.43
%0
%36.14
%20.78

Codes

Color #BBCA81 in popluar color models

BBCA81
RGB187202129
HSL72°40.78%64.90%
HSB/HSV72°36.14%79.22%
CMYK7.43%0.00%36.14%
20.78%

Color #BBCA81 in popluar number systems.

HEXBBCA81
Decimal187202129
Binary101110111100101010000001
Octal273312201

Shades and tints

Shades of #BBCA81

#BBCA81
(187,202,129)
#AAB876
(170,184,118)
#99A66B
(153,166,107)
#889460
(136,148,96)
#778255
(119,130,85)
#66704A
(102,112,74)
#555E3F
(85,94,63)
#444C34
(68,76,52)
#333A29
(51,58,41)
#22281E
(34,40,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #BBCA81

#BBCA81
(187,202,129)
#C1CE8C
(193,206,140)
#C7D297
(199,210,151)
#CDD6A2
(205,214,162)
#D3DAAD
(211,218,173)
#D9DEB8
(217,222,184)
#DFE2C3
(223,226,195)
#E5E6CE
(229,230,206)
#EBEAD9
(235,234,217)
#F1EEE4
(241,238,228)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCA81 color. Also use rgb(187,202,129) instead hex code.

Text Font Color

.myTextColor { color: #BBCA81; }

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

This text font color is #BBCA81.


Background Color

.myBgColor { background-color: #BBCA81; }

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

This div background color is #BBCA81.


Border color

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

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

This div border color is #BBCA81.


Opacity

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

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

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

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

This text has shadow with #BBCA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCA81 on black background.


Color preview on white background

This text has color #BBCA81 on white background.



Black color preview on #BBCA81 background

This text has black color on #BBCA81 background.


White color preview on #BBCA81 background

This text has white color on #BBCA81 background.