COLOR #BBE2AD

HEX: #BBE2AD
RGB: (187,226,173)

Color info

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

RGB color model

#BBE2AD color RGB value is (187,226,173).

  • red value is 187;
  • green value is 226;
  • blue value is 173.
RGB:
(187,226,173)
(73%,89%,68%)

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 173 of 255 = 68%

187
226
173

R + G + B ~ 77%. #BBE2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 173 = 586 (100%)
R 187 of 586 ~ 31.91%
G 226 of 586 ~ 38.57%
B 173 of 586 ~ 29.52%

%31.91
%38.57
%29.52

CMYK color model

#BBE2AD color CMYK value is (17,0,23,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK:
(17,0,23,11)
C17M0Y23K11 
(17%,0%,23%,11%)
(0.17/0.00/0.23/0.11)	

CMYK percentages

%17.26
%0
%23.45
%11.37

Codes

Color #BBE2AD in popluar color models

BBE2AD
RGB187226173
HSL104°47.75%78.24%
HSB/HSV104°23.45%88.63%
CMYK17.26%0.00%23.45%
11.37%

Color #BBE2AD in popluar number systems.

HEXBBE2AD
Decimal187226173
Binary101110111110001010101101
Octal273342255

Shades and tints

Shades of #BBE2AD

#BBE2AD
(187,226,173)
#AACE9E
(170,206,158)
#99BA8F
(153,186,143)
#88A680
(136,166,128)
#779271
(119,146,113)
#667E62
(102,126,98)
#556A53
(85,106,83)
#445644
(68,86,68)
#334235
(51,66,53)
#222E26
(34,46,38)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #BBE2AD

#BBE2AD
(187,226,173)
#C1E4B4
(193,228,180)
#C7E6BB
(199,230,187)
#CDE8C2
(205,232,194)
#D3EAC9
(211,234,201)
#D9ECD0
(217,236,208)
#DFEED7
(223,238,215)
#E5F0DE
(229,240,222)
#EBF2E5
(235,242,229)
#F1F4EC
(241,244,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE2AD color. Also use rgb(187,226,173) instead hex code.

Text Font Color

.myTextColor { color: #BBE2AD; }

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

This text font color is #BBE2AD.


Background Color

.myBgColor { background-color: #BBE2AD; }

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

This div background color is #BBE2AD.


Border color

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

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

This div border color is #BBE2AD.


Opacity

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

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

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

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

This text has shadow with #BBE2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2AD on black background.


Color preview on white background

This text has color #BBE2AD on white background.



Black color preview on #BBE2AD background

This text has black color on #BBE2AD background.


White color preview on #BBE2AD background

This text has white color on #BBE2AD background.