COLOR #BBD485

HEX: #BBD485
RGB: (187,212,133)

Color info

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

RGB color model

#BBD485 color RGB value is (187,212,133).

  • red value is 187;
  • green value is 212;
  • blue value is 133.
RGB:
(187,212,133)
(73%,83%,52%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 133 of 255 = 52%

187
212
133

R + G + B ~ 69%. #BBD485 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 133 = 532 (100%)
R 187 of 532 ~ 35.15%
G 212 of 532 ~ 39.85%
B 133 of 532 ~ 25%

%35.15
%39.85
%25

CMYK color model

#BBD485 color CMYK value is (12,0,37,17).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(12,0,37,17)
C12M0Y37K17 
(12%,0%,37%,17%)
(0.12/0.00/0.37/0.17)	

CMYK percentages

%11.79
%0
%37.26
%16.86

Codes

Color #BBD485 in popluar color models

BBD485
RGB187212133
HSL79°47.88%67.65%
HSB/HSV79°37.26%83.14%
CMYK11.79%0.00%37.26%
16.86%

Color #BBD485 in popluar number systems.

HEXBBD485
Decimal187212133
Binary101110111101010010000101
Octal273324205

Shades and tints

Shades of #BBD485

#BBD485
(187,212,133)
#AAC179
(170,193,121)
#99AE6D
(153,174,109)
#889B61
(136,155,97)
#778855
(119,136,85)
#667549
(102,117,73)
#55623D
(85,98,61)
#444F31
(68,79,49)
#333C25
(51,60,37)
#222919
(34,41,25)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #BBD485

#BBD485
(187,212,133)
#C1D790
(193,215,144)
#C7DA9B
(199,218,155)
#CDDDA6
(205,221,166)
#D3E0B1
(211,224,177)
#D9E3BC
(217,227,188)
#DFE6C7
(223,230,199)
#E5E9D2
(229,233,210)
#EBECDD
(235,236,221)
#F1EFE8
(241,239,232)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD485 color. Also use rgb(187,212,133) instead hex code.

Text Font Color

.myTextColor { color: #BBD485; }

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

This text font color is #BBD485.


Background Color

.myBgColor { background-color: #BBD485; }

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

This div background color is #BBD485.


Border color

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

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

This div border color is #BBD485.


Opacity

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

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

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

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

This text has shadow with #BBD485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD485 on black background.


Color preview on white background

This text has color #BBD485 on white background.



Black color preview on #BBD485 background

This text has black color on #BBD485 background.


White color preview on #BBD485 background

This text has white color on #BBD485 background.