COLOR #B2CC98

HEX: #B2CC98 RGB: (178,204,152)

Color info

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

RGB color model

#B2CC98 color RGB value is (178,204,152).

RGB: (178,204,152) (70%, 80%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 152 of 255 = 60%

178
204
152

R + G + B ~ 70%. #B2CC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 204 + 152 = 534 (100%)
R 178 of 534 ~ 33.33%
G 204 of 534 ~ 38.2%
B 152 of 534 ~ 28.46'%

%33.33
%38.2
%28.46

CMYK color model

#B2CC98 color CMYK value is (13,0,25,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 20.00%

CMYK: (13,0,25,20)
C13M0Y25K20 (13%, 0%, 25%, 20%)
(0.13 / 0.00 / 0.25 / 0.20)

CMYK percentages

%12.75
%0
%25.49
%20

Codes

Color #B2CC98 in popluar color models

B2 CC 98
RGB 178 204 152
HSL 90° 33.77% 69.80%
HSB/HSV 90° 25.49% 80.00%
CMYK 12.75% 0.00% 25.49%
20.00%

Color #B2CC98 in popluar number systems.

HEX B2 CC 98
Decimal 178 204 152
Binary 10110010 11001100 10011000
Octal 262 314 230

Shades and tints

Shades of #B2CC98

#B2CC98
(178,204,152)
#A2BA8B
(162,186,139)
#92A87E
(146,168,126)
#829671
(130,150,113)
#728464
(114,132,100)
#627257
(98,114,87)
#52604A
(82,96,74)
#424E3D
(66,78,61)
#323C30
(50,60,48)
#222A23
(34,42,35)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #B2CC98

#B2CC98
(178,204,152)
#B9D0A1
(185,208,161)
#C0D4AA
(192,212,170)
#C7D8B3
(199,216,179)
#CEDCBC
(206,220,188)
#D5E0C5
(213,224,197)
#DCE4CE
(220,228,206)
#E3E8D7
(227,232,215)
#EAECE0
(234,236,224)
#F1F0E9
(241,240,233)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CC98; }

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

This text font color is #B2CC98.

Background Color

.myBgColor { background-color: #B2CC98; }

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

This div background color is #B2CC98.

Border color

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

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

This div border color is #B2CC98.

Opacity

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

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

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

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

This text has shadow with #B2CC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CC98.

Preview

Color preview on black background

This text has color #B2CC98 on black background.


Color preview on white background

This text has color #B2CC98 on white background.


Black color preview on #B2CC98 background

This text has black color on #B2CC98 background.


White color preview on #B2CC98 background

This text has white color on #B2CC98 background.


Related colors

Complementary color

Complementary color for #hex is #4D3367.


I love getcolorcode.com

Triadic colors

1 #98B2CC and #CC98B2 with #B2CC98 are triadic colors.

2 #98CCB2 and #CCB298 with #B2CC98 are triadic colors.