COLOR #B3D2AA

HEX: #B3D2AA RGB: (179,210,170)

Color info

#B3D2AA contains red, green and blue colors in about the same proportion. Web safe color of #B3D2AA is #99CC99 (or #9C9).

RGB color model

#B3D2AA color RGB value is (179,210,170).

RGB: (179,210,170) (70%, 82%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 170 of 255 = 67%

179
210
170

R + G + B ~ 73%. #B3D2AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 210 + 170 = 559 (100%)
R 179 of 559 ~ 32.02%
G 210 of 559 ~ 37.57%
B 170 of 559 ~ 30.41'%

%32.02
%37.57
%30.41

CMYK color model

#B3D2AA color CMYK value is (15,0,19,18).

  • cyan value is 14.76%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 17.65%

CMYK: (15,0,19,18)
C15M0Y19K18 (15%, 0%, 19%, 18%)
(0.15 / 0.00 / 0.19 / 0.18)

CMYK percentages

%14.76
%0
%19.05
%17.65

Codes

Color #B3D2AA in popluar color models

B3 D2 AA
RGB 179 210 170
HSL 107° 30.77% 74.51%
HSB/HSV 107° 19.05% 82.35%
CMYK 14.76% 0.00% 19.05%
17.65%

Color #B3D2AA in popluar number systems.

HEX B3 D2 AA
Decimal 179 210 170
Binary 10110011 11010010 10101010
Octal 263 322 252

Shades and tints

Shades of #B3D2AA

#B3D2AA
(179,210,170)
#A3BF9B
(163,191,155)
#93AC8C
(147,172,140)
#83997D
(131,153,125)
#73866E
(115,134,110)
#63735F
(99,115,95)
#536050
(83,96,80)
#434D41
(67,77,65)
#333A32
(51,58,50)
#232723
(35,39,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B3D2AA

#B3D2AA
(179,210,170)
#B9D6B1
(185,214,177)
#BFDAB8
(191,218,184)
#C5DEBF
(197,222,191)
#CBE2C6
(203,226,198)
#D1E6CD
(209,230,205)
#D7EAD4
(215,234,212)
#DDEEDB
(221,238,219)
#E3F2E2
(227,242,226)
#E9F6E9
(233,246,233)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D2AA color. Also use rgb(179,210,170) instead hex code.

Text Font Color

.myTextColor { color: #B3D2AA; }

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

This text font color is #B3D2AA.

Background Color

.myBgColor { background-color: #B3D2AA; }

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

This div background color is #B3D2AA.

Border color

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

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

This div border color is #B3D2AA.

Opacity

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

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

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

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

This text has shadow with #B3D2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D2AA.

Preview

Color preview on black background

This text has color #B3D2AA on black background.


Color preview on white background

This text has color #B3D2AA on white background.


Black color preview on #B3D2AA background

This text has black color on #B3D2AA background.


White color preview on #B3D2AA background

This text has white color on #B3D2AA background.


Related colors

Complementary color

Complementary color for #hex is #4C2D55.


I love getcolorcode.com

Triadic colors

1 #AAB3D2 and #D2AAB3 with #B3D2AA are triadic colors.

2 #AAD2B3 and #D2B3AA with #B3D2AA are triadic colors.