COLOR #B2DB98

HEX: #B2DB98 RGB: (178,219,152)

Color info

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

RGB color model

#B2DB98 color RGB value is (178,219,152).

RGB: (178,219,152) (70%, 86%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 152 of 255 = 60%

178
219
152

R + G + B ~ 72%. #B2DB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 219 + 152 = 549 (100%)
R 178 of 549 ~ 32.42%
G 219 of 549 ~ 39.89%
B 152 of 549 ~ 27.69'%

%32.42
%39.89
%27.69

CMYK color model

#B2DB98 color CMYK value is (19,0,31,14).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 14.12%

CMYK: (19,0,31,14)
C19M0Y31K14 (19%, 0%, 31%, 14%)
(0.19 / 0.00 / 0.31 / 0.14)

CMYK percentages

%18.72
%0
%30.59
%14.12

Codes

Color #B2DB98 in popluar color models

B2 DB 98
RGB 178 219 152
HSL 97° 48.20% 72.75%
HSB/HSV 97° 30.59% 85.88%
CMYK 18.72% 0.00% 30.59%
14.12%

Color #B2DB98 in popluar number systems.

HEX B2 DB 98
Decimal 178 219 152
Binary 10110010 11011011 10011000
Octal 262 333 230

Shades and tints

Shades of #B2DB98

#B2DB98
(178,219,152)
#A2C88B
(162,200,139)
#92B57E
(146,181,126)
#82A271
(130,162,113)
#728F64
(114,143,100)
#627C57
(98,124,87)
#52694A
(82,105,74)
#42563D
(66,86,61)
#324330
(50,67,48)
#223023
(34,48,35)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #B2DB98

#B2DB98
(178,219,152)
#B9DEA1
(185,222,161)
#C0E1AA
(192,225,170)
#C7E4B3
(199,228,179)
#CEE7BC
(206,231,188)
#D5EAC5
(213,234,197)
#DCEDCE
(220,237,206)
#E3F0D7
(227,240,215)
#EAF3E0
(234,243,224)
#F1F6E9
(241,246,233)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DB98 color. Also use rgb(178,219,152) instead hex code.

Text Font Color

.myTextColor { color: #B2DB98; }

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

This text font color is #B2DB98.

Background Color

.myBgColor { background-color: #B2DB98; }

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

This div background color is #B2DB98.

Border color

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

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

This div border color is #B2DB98.

Opacity

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

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

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

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

This text has shadow with #B2DB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DB98.

Preview

Color preview on black background

This text has color #B2DB98 on black background.


Color preview on white background

This text has color #B2DB98 on white background.


Black color preview on #B2DB98 background

This text has black color on #B2DB98 background.


White color preview on #B2DB98 background

This text has white color on #B2DB98 background.


Related colors

Complementary color

Complementary color for #hex is #4D2467.


I love getcolorcode.com

Triadic colors

1 #98B2DB and #DB98B2 with #B2DB98 are triadic colors.

2 #98DBB2 and #DBB298 with #B2DB98 are triadic colors.