COLOR #BBDAAA

HEX: #BBDAAA RGB: (187,218,170)

Color info

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

RGB color model

#BBDAAA color RGB value is (187,218,170).

RGB: (187,218,170) (73%, 85%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 170 of 255 = 67%

187
218
170

R + G + B ~ 75%. #BBDAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 218 + 170 = 575 (100%)
R 187 of 575 ~ 32.52%
G 218 of 575 ~ 37.91%
B 170 of 575 ~ 29.57'%

%32.52
%37.91
%29.57

CMYK color model

#BBDAAA color CMYK value is (14,0,22,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 14.51%

CMYK: (14,0,22,15)
C14M0Y22K15 (14%, 0%, 22%, 15%)
(0.14 / 0.00 / 0.22 / 0.15)

CMYK percentages

%14.22
%0
%22.02
%14.51

Codes

Color #BBDAAA in popluar color models

BB DA AA
RGB 187 218 170
HSL 99° 39.34% 76.08%
HSB/HSV 99° 22.02% 85.49%
CMYK 14.22% 0.00% 22.02%
14.51%

Color #BBDAAA in popluar number systems.

HEX BB DA AA
Decimal 187 218 170
Binary 10111011 11011010 10101010
Octal 273 332 252

Shades and tints

Shades of #BBDAAA

#BBDAAA
(187,218,170)
#AAC79B
(170,199,155)
#99B48C
(153,180,140)
#88A17D
(136,161,125)
#778E6E
(119,142,110)
#667B5F
(102,123,95)
#556850
(85,104,80)
#445541
(68,85,65)
#334232
(51,66,50)
#222F23
(34,47,35)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #BBDAAA

#BBDAAA
(187,218,170)
#C1DDB1
(193,221,177)
#C7E0B8
(199,224,184)
#CDE3BF
(205,227,191)
#D3E6C6
(211,230,198)
#D9E9CD
(217,233,205)
#DFECD4
(223,236,212)
#E5EFDB
(229,239,219)
#EBF2E2
(235,242,226)
#F1F5E9
(241,245,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDAAA; }

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

This text font color is #BBDAAA.

Background Color

.myBgColor { background-color: #BBDAAA; }

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

This div background color is #BBDAAA.

Border color

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

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

This div border color is #BBDAAA.

Opacity

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

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

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

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

This text has shadow with #BBDAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDAAA.

Preview

Color preview on black background

This text has color #BBDAAA on black background.


Color preview on white background

This text has color #BBDAAA on white background.


Black color preview on #BBDAAA background

This text has black color on #BBDAAA background.


White color preview on #BBDAAA background

This text has white color on #BBDAAA background.


Related colors

Complementary color

Complementary color for #hex is #442555.


I love getcolorcode.com

Triadic colors

1 #AABBDA and #DAAABB with #BBDAAA are triadic colors.

2 #AADABB and #DABBAA with #BBDAAA are triadic colors.