COLOR #B2DD91

HEX: #B2DD91 RGB: (178,221,145)

Color info

#B2DD91 contains mainly red and green colors. Web safe color of #B2DD91 is #99CC99 (or #9C9).

RGB color model

#B2DD91 color RGB value is (178,221,145).

RGB: (178,221,145) (70%, 87%, 57%)

RGB channels and saturation

R 178 of 255 = 70%
G 221 of 255 = 87%
B 145 of 255 = 57%

178
221
145

R + G + B ~ 71%. #B2DD91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 221 + 145 = 544 (100%)
R 178 of 544 ~ 32.72%
G 221 of 544 ~ 40.63%
B 145 of 544 ~ 26.65'%

%32.72
%40.63
%26.65

CMYK color model

#B2DD91 color CMYK value is (19,0,34,13).

  • cyan value is 19.46%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 13.33%

CMYK: (19,0,34,13)
C19M0Y34K13 (19%, 0%, 34%, 13%)
(0.19 / 0.00 / 0.34 / 0.13)

CMYK percentages

%19.46
%0
%34.39
%13.33

Codes

Color #B2DD91 in popluar color models

B2 DD 91
RGB 178 221 145
HSL 94° 52.78% 71.76%
HSB/HSV 94° 34.39% 86.67%
CMYK 19.46% 0.00% 34.39%
13.33%

Color #B2DD91 in popluar number systems.

HEX B2 DD 91
Decimal 178 221 145
Binary 10110010 11011101 10010001
Octal 262 335 221

Shades and tints

Shades of #B2DD91

#B2DD91
(178,221,145)
#A2C984
(162,201,132)
#92B577
(146,181,119)
#82A16A
(130,161,106)
#728D5D
(114,141,93)
#627950
(98,121,80)
#526543
(82,101,67)
#425136
(66,81,54)
#323D29
(50,61,41)
#22291C
(34,41,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #B2DD91

#B2DD91
(178,221,145)
#B9E09B
(185,224,155)
#C0E3A5
(192,227,165)
#C7E6AF
(199,230,175)
#CEE9B9
(206,233,185)
#D5ECC3
(213,236,195)
#DCEFCD
(220,239,205)
#E3F2D7
(227,242,215)
#EAF5E1
(234,245,225)
#F1F8EB
(241,248,235)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DD91 color. Also use rgb(178,221,145) instead hex code.

Text Font Color

.myTextColor { color: #B2DD91; }

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

This text font color is #B2DD91.

Background Color

.myBgColor { background-color: #B2DD91; }

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

This div background color is #B2DD91.

Border color

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

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

This div border color is #B2DD91.

Opacity

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

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

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

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

This text has shadow with #B2DD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DD91.

Preview

Color preview on black background

This text has color #B2DD91 on black background.


Color preview on white background

This text has color #B2DD91 on white background.


Black color preview on #B2DD91 background

This text has black color on #B2DD91 background.


White color preview on #B2DD91 background

This text has white color on #B2DD91 background.


Related colors

Complementary color

Complementary color for #hex is #4D226E.


I love getcolorcode.com

Triadic colors

1 #91B2DD and #DD91B2 with #B2DD91 are triadic colors.

2 #91DDB2 and #DDB291 with #B2DD91 are triadic colors.