COLOR #BBD297

HEX: #BBD297
RGB: (187,210,151)

Color info

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

RGB color model

#BBD297 color RGB value is (187,210,151).

  • red value is 187;
  • green value is 210;
  • blue value is 151.
RGB:
(187,210,151)
(73%,82%,59%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 151 of 255 = 59%

187
210
151

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

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 151 = 548 (100%)
R 187 of 548 ~ 34.12%
G 210 of 548 ~ 38.32%
B 151 of 548 ~ 27.55%

%34.12
%38.32
%27.55

CMYK color model

#BBD297 color CMYK value is (11,0,28,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 17.65%
CMYK:
(11,0,28,18)
C11M0Y28K18 
(11%,0%,28%,18%)
(0.11/0.00/0.28/0.18)	

CMYK percentages

%10.95
%0
%28.1
%17.65

Codes

Color #BBD297 in popluar color models

BBD297
RGB187210151
HSL83°39.60%70.78%
HSB/HSV83°28.10%82.35%
CMYK10.95%0.00%28.10%
17.65%

Color #BBD297 in popluar number systems.

HEXBBD297
Decimal187210151
Binary101110111101001010010111
Octal273322227

Shades and tints

Shades of #BBD297

#BBD297
(187,210,151)
#AABF8A
(170,191,138)
#99AC7D
(153,172,125)
#889970
(136,153,112)
#778663
(119,134,99)
#667356
(102,115,86)
#556049
(85,96,73)
#444D3C
(68,77,60)
#333A2F
(51,58,47)
#222722
(34,39,34)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBD297

#BBD297
(187,210,151)
#C1D6A0
(193,214,160)
#C7DAA9
(199,218,169)
#CDDEB2
(205,222,178)
#D3E2BB
(211,226,187)
#D9E6C4
(217,230,196)
#DFEACD
(223,234,205)
#E5EED6
(229,238,214)
#EBF2DF
(235,242,223)
#F1F6E8
(241,246,232)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD297 color. Also use rgb(187,210,151) instead hex code.

Text Font Color

.myTextColor { color: #BBD297; }

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

This text font color is #BBD297.


Background Color

.myBgColor { background-color: #BBD297; }

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

This div background color is #BBD297.


Border color

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

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

This div border color is #BBD297.


Opacity

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

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

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

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

This text has shadow with #BBD297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD297 on black background.


Color preview on white background

This text has color #BBD297 on white background.



Black color preview on #BBD297 background

This text has black color on #BBD297 background.


White color preview on #BBD297 background

This text has white color on #BBD297 background.