COLOR #B3DDAD

HEX: #B3DDAD RGB: (179,221,173)

Color info

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

RGB color model

#B3DDAD color RGB value is (179,221,173).

RGB: (179,221,173) (70%, 87%, 68%)

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 173 of 255 = 68%

179
221
173

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

Portions of RGB colors in percentages

R + G + B = 179 + 221 + 173 = 573 (100%)
R 179 of 573 ~ 31.24%
G 221 of 573 ~ 38.57%
B 173 of 573 ~ 30.19'%

%31.24
%38.57
%30.19

CMYK color model

#B3DDAD color CMYK value is (19,0,22,13).

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

CMYK: (19,0,22,13)
C19M0Y22K13 (19%, 0%, 22%, 13%)
(0.19 / 0.00 / 0.22 / 0.13)

CMYK percentages

%19
%0
%21.72
%13.33

Codes

Color #B3DDAD in popluar color models

B3 DD AD
RGB 179 221 173
HSL 113° 41.38% 77.25%
HSB/HSV 113° 21.72% 86.67%
CMYK 19.00% 0.00% 21.72%
13.33%

Color #B3DDAD in popluar number systems.

HEX B3 DD AD
Decimal 179 221 173
Binary 10110011 11011101 10101101
Octal 263 335 255

Shades and tints

Shades of #B3DDAD

#B3DDAD
(179,221,173)
#A3C99E
(163,201,158)
#93B58F
(147,181,143)
#83A180
(131,161,128)
#738D71
(115,141,113)
#637962
(99,121,98)
#536553
(83,101,83)
#435144
(67,81,68)
#333D35
(51,61,53)
#232926
(35,41,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B3DDAD

#B3DDAD
(179,221,173)
#B9E0B4
(185,224,180)
#BFE3BB
(191,227,187)
#C5E6C2
(197,230,194)
#CBE9C9
(203,233,201)
#D1ECD0
(209,236,208)
#D7EFD7
(215,239,215)
#DDF2DE
(221,242,222)
#E3F5E5
(227,245,229)
#E9F8EC
(233,248,236)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DDAD; }

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

This text font color is #B3DDAD.

Background Color

.myBgColor { background-color: #B3DDAD; }

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

This div background color is #B3DDAD.

Border color

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

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

This div border color is #B3DDAD.

Opacity

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

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

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

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

This text has shadow with #B3DDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DDAD.

Preview

Color preview on black background

This text has color #B3DDAD on black background.


Color preview on white background

This text has color #B3DDAD on white background.


Black color preview on #B3DDAD background

This text has black color on #B3DDAD background.


White color preview on #B3DDAD background

This text has white color on #B3DDAD background.


Related colors

Complementary color

Complementary color for #hex is #4C2252.


I love getcolorcode.com

Triadic colors

1 #ADB3DD and #DDADB3 with #B3DDAD are triadic colors.

2 #ADDDB3 and #DDB3AD with #B3DDAD are triadic colors.