COLOR #BBE398

HEX: #BBE398
RGB: (187,227,152)

Color info

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

RGB color model

#BBE398 color RGB value is (187,227,152).

  • red value is 187;
  • green value is 227;
  • blue value is 152.
RGB:
(187,227,152)
(73%,89%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 152 of 255 = 60%

187
227
152

R + G + B ~ 74%. #BBE398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 227 + 152 = 566 (100%)
R 187 of 566 ~ 33.04%
G 227 of 566 ~ 40.11%
B 152 of 566 ~ 26.86%

%33.04
%40.11
%26.86

CMYK color model

#BBE398 color CMYK value is (18,0,33,11).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 10.98%
CMYK:
(18,0,33,11)
C18M0Y33K11 
(18%,0%,33%,11%)
(0.18/0.00/0.33/0.11)	

CMYK percentages

%17.62
%0
%33.04
%10.98

Codes

Color #BBE398 in popluar color models

BBE398
RGB187227152
HSL92°57.25%74.31%
HSB/HSV92°33.04%89.02%
CMYK17.62%0.00%33.04%
10.98%

Color #BBE398 in popluar number systems.

HEXBBE398
Decimal187227152
Binary101110111110001110011000
Octal273343230

Shades and tints

Shades of #BBE398

#BBE398
(187,227,152)
#AACF8B
(170,207,139)
#99BB7E
(153,187,126)
#88A771
(136,167,113)
#779364
(119,147,100)
#667F57
(102,127,87)
#556B4A
(85,107,74)
#44573D
(68,87,61)
#334330
(51,67,48)
#222F23
(34,47,35)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #BBE398

#BBE398
(187,227,152)
#C1E5A1
(193,229,161)
#C7E7AA
(199,231,170)
#CDE9B3
(205,233,179)
#D3EBBC
(211,235,188)
#D9EDC5
(217,237,197)
#DFEFCE
(223,239,206)
#E5F1D7
(229,241,215)
#EBF3E0
(235,243,224)
#F1F5E9
(241,245,233)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE398 color. Also use rgb(187,227,152) instead hex code.

Text Font Color

.myTextColor { color: #BBE398; }

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

This text font color is #BBE398.


Background Color

.myBgColor { background-color: #BBE398; }

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

This div background color is #BBE398.


Border color

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

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

This div border color is #BBE398.


Opacity

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

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

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

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

This text has shadow with #BBE398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE398 on black background.


Color preview on white background

This text has color #BBE398 on white background.



Black color preview on #BBE398 background

This text has black color on #BBE398 background.


White color preview on #BBE398 background

This text has white color on #BBE398 background.