COLOR #B3DDA7

HEX: #B3DDA7 RGB: (179,221,167)

Color info

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

RGB color model

#B3DDA7 color RGB value is (179,221,167).

RGB: (179,221,167) (70%, 87%, 65%)

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 167 of 255 = 65%

179
221
167

R + G + B ~ 74%. #B3DDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 221 + 167 = 567 (100%)
R 179 of 567 ~ 31.57%
G 221 of 567 ~ 38.98%
B 167 of 567 ~ 29.45'%

%31.57
%38.98
%29.45

CMYK color model

#B3DDA7 color CMYK value is (19,0,24,13).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 13.33%

CMYK: (19,0,24,13)
C19M0Y24K13 (19%, 0%, 24%, 13%)
(0.19 / 0.00 / 0.24 / 0.13)

CMYK percentages

%19
%0
%24.43
%13.33

Codes

Color #B3DDA7 in popluar color models

B3 DD A7
RGB 179 221 167
HSL 107° 44.26% 76.08%
HSB/HSV 107° 24.43% 86.67%
CMYK 19.00% 0.00% 24.43%
13.33%

Color #B3DDA7 in popluar number systems.

HEX B3 DD A7
Decimal 179 221 167
Binary 10110011 11011101 10100111
Octal 263 335 247

Shades and tints

Shades of #B3DDA7

#B3DDA7
(179,221,167)
#A3C998
(163,201,152)
#93B589
(147,181,137)
#83A17A
(131,161,122)
#738D6B
(115,141,107)
#63795C
(99,121,92)
#53654D
(83,101,77)
#43513E
(67,81,62)
#333D2F
(51,61,47)
#232920
(35,41,32)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #B3DDA7

#B3DDA7
(179,221,167)
#B9E0AF
(185,224,175)
#BFE3B7
(191,227,183)
#C5E6BF
(197,230,191)
#CBE9C7
(203,233,199)
#D1ECCF
(209,236,207)
#D7EFD7
(215,239,215)
#DDF2DF
(221,242,223)
#E3F5E7
(227,245,231)
#E9F8EF
(233,248,239)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DDA7 color. Also use rgb(179,221,167) instead hex code.

Text Font Color

.myTextColor { color: #B3DDA7; }

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

This text font color is #B3DDA7.

Background Color

.myBgColor { background-color: #B3DDA7; }

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

This div background color is #B3DDA7.

Border color

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

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

This div border color is #B3DDA7.

Opacity

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

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

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

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

This text has shadow with #B3DDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DDA7.

Preview

Color preview on black background

This text has color #B3DDA7 on black background.


Color preview on white background

This text has color #B3DDA7 on white background.


Black color preview on #B3DDA7 background

This text has black color on #B3DDA7 background.


White color preview on #B3DDA7 background

This text has white color on #B3DDA7 background.


Related colors

Complementary color

Complementary color for #hex is #4C2258.


I love getcolorcode.com

Triadic colors

1 #A7B3DD and #DDA7B3 with #B3DDA7 are triadic colors.

2 #A7DDB3 and #DDB3A7 with #B3DDA7 are triadic colors.