COLOR #BBDFAA

HEX: #BBDFAA RGB: (187,223,170)

Color info

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

RGB color model

#BBDFAA color RGB value is (187,223,170).

RGB: (187,223,170) (73%, 87%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 170 of 255 = 67%

187
223
170

R + G + B ~ 76%. #BBDFAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 223 + 170 = 580 (100%)
R 187 of 580 ~ 32.24%
G 223 of 580 ~ 38.45%
B 170 of 580 ~ 29.31'%

%32.24
%38.45
%29.31

CMYK color model

#BBDFAA color CMYK value is (16,0,24,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%

CMYK: (16,0,24,13)
C16M0Y24K13 (16%, 0%, 24%, 13%)
(0.16 / 0.00 / 0.24 / 0.13)

CMYK percentages

%16.14
%0
%23.77
%12.55

Codes

Color #BBDFAA in popluar color models

BB DF AA
RGB 187 223 170
HSL 101° 45.30% 77.06%
HSB/HSV 101° 23.77% 87.45%
CMYK 16.14% 0.00% 23.77%
12.55%

Color #BBDFAA in popluar number systems.

HEX BB DF AA
Decimal 187 223 170
Binary 10111011 11011111 10101010
Octal 273 337 252

Shades and tints

Shades of #BBDFAA

#BBDFAA
(187,223,170)
#AACB9B
(170,203,155)
#99B78C
(153,183,140)
#88A37D
(136,163,125)
#778F6E
(119,143,110)
#667B5F
(102,123,95)
#556750
(85,103,80)
#445341
(68,83,65)
#333F32
(51,63,50)
#222B23
(34,43,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #BBDFAA

#BBDFAA
(187,223,170)
#C1E1B1
(193,225,177)
#C7E3B8
(199,227,184)
#CDE5BF
(205,229,191)
#D3E7C6
(211,231,198)
#D9E9CD
(217,233,205)
#DFEBD4
(223,235,212)
#E5EDDB
(229,237,219)
#EBEFE2
(235,239,226)
#F1F1E9
(241,241,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDFAA color. Also use rgb(187,223,170) instead hex code.

Text Font Color

.myTextColor { color: #BBDFAA; }

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

This text font color is #BBDFAA.

Background Color

.myBgColor { background-color: #BBDFAA; }

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

This div background color is #BBDFAA.

Border color

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

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

This div border color is #BBDFAA.

Opacity

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

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

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

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

This text has shadow with #BBDFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDFAA.

Preview

Color preview on black background

This text has color #BBDFAA on black background.


Color preview on white background

This text has color #BBDFAA on white background.


Black color preview on #BBDFAA background

This text has black color on #BBDFAA background.


White color preview on #BBDFAA background

This text has white color on #BBDFAA background.


Related colors

Complementary color

Complementary color for #hex is #442055.


I love getcolorcode.com

Triadic colors

1 #AABBDF and #DFAABB with #BBDFAA are triadic colors.

2 #AADFBB and #DFBBAA with #BBDFAA are triadic colors.