COLOR #BBE0AF

HEX: #BBE0AF RGB: (187,224,175)

Color info

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

RGB color model

#BBE0AF color RGB value is (187,224,175).

RGB: (187,224,175) (73%, 88%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 175 of 255 = 69%

187
224
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 175 = 586 (100%)
R 187 of 586 ~ 31.91%
G 224 of 586 ~ 38.23%
B 175 of 586 ~ 29.86'%

%31.91
%38.23
%29.86

CMYK color model

#BBE0AF color CMYK value is (17,0,22,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 12.16%

CMYK: (17,0,22,12)
C17M0Y22K12 (17%, 0%, 22%, 12%)
(0.17 / 0.00 / 0.22 / 0.12)

CMYK percentages

%16.52
%0
%21.88
%12.16

Codes

Color #BBE0AF in popluar color models

BB E0 AF
RGB 187 224 175
HSL 105° 44.14% 78.24%
HSB/HSV 105° 21.88% 87.84%
CMYK 16.52% 0.00% 21.88%
12.16%

Color #BBE0AF in popluar number systems.

HEX BB E0 AF
Decimal 187 224 175
Binary 10111011 11100000 10101111
Octal 273 340 257

Shades and tints

Shades of #BBE0AF

#BBE0AF
(187,224,175)
#AACCA0
(170,204,160)
#99B891
(153,184,145)
#88A482
(136,164,130)
#779073
(119,144,115)
#667C64
(102,124,100)
#556855
(85,104,85)
#445446
(68,84,70)
#334037
(51,64,55)
#222C28
(34,44,40)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBE0AF

#BBE0AF
(187,224,175)
#C1E2B6
(193,226,182)
#C7E4BD
(199,228,189)
#CDE6C4
(205,230,196)
#D3E8CB
(211,232,203)
#D9EAD2
(217,234,210)
#DFECD9
(223,236,217)
#E5EEE0
(229,238,224)
#EBF0E7
(235,240,231)
#F1F2EE
(241,242,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE0AF color. Also use rgb(187,224,175) instead hex code.

Text Font Color

.myTextColor { color: #BBE0AF; }

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

This text font color is #BBE0AF.

Background Color

.myBgColor { background-color: #BBE0AF; }

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

This div background color is #BBE0AF.

Border color

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

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

This div border color is #BBE0AF.

Opacity

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

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

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

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

This text has shadow with #BBE0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE0AF.

Preview

Color preview on black background

This text has color #BBE0AF on black background.


Color preview on white background

This text has color #BBE0AF on white background.


Black color preview on #BBE0AF background

This text has black color on #BBE0AF background.


White color preview on #BBE0AF background

This text has white color on #BBE0AF background.


Related colors

Complementary color

Complementary color for #hex is #441F50.


I love getcolorcode.com

Triadic colors

1 #AFBBE0 and #E0AFBB with #BBE0AF are triadic colors.

2 #AFE0BB and #E0BBAF with #BBE0AF are triadic colors.