COLOR #B2CD98

HEX: #B2CD98 RGB: (178,205,152)

Color info

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

RGB color model

#B2CD98 color RGB value is (178,205,152).

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

RGB channels and saturation

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

178
205
152

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

Portions of RGB colors in percentages

R + G + B = 178 + 205 + 152 = 535 (100%)
R 178 of 535 ~ 33.27%
G 205 of 535 ~ 38.32%
B 152 of 535 ~ 28.41'%

%33.27
%38.32
%28.41

CMYK color model

#B2CD98 color CMYK value is (13,0,26,20).

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 19.61%

CMYK: (13,0,26,20)
C13M0Y26K20 (13%, 0%, 26%, 20%)
(0.13 / 0.00 / 0.26 / 0.20)

CMYK percentages

%13.17
%0
%25.85
%19.61

Codes

Color #B2CD98 in popluar color models

B2 CD 98
RGB 178 205 152
HSL 91° 34.64% 70.00%
HSB/HSV 91° 25.85% 80.39%
CMYK 13.17% 0.00% 25.85%
19.61%

Color #B2CD98 in popluar number systems.

HEX B2 CD 98
Decimal 178 205 152
Binary 10110010 11001101 10011000
Octal 262 315 230

Shades and tints

Shades of #B2CD98

#B2CD98
(178,205,152)
#A2BB8B
(162,187,139)
#92A97E
(146,169,126)
#829771
(130,151,113)
#728564
(114,133,100)
#627357
(98,115,87)
#52614A
(82,97,74)
#424F3D
(66,79,61)
#323D30
(50,61,48)
#222B23
(34,43,35)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2CD98

#B2CD98
(178,205,152)
#B9D1A1
(185,209,161)
#C0D5AA
(192,213,170)
#C7D9B3
(199,217,179)
#CEDDBC
(206,221,188)
#D5E1C5
(213,225,197)
#DCE5CE
(220,229,206)
#E3E9D7
(227,233,215)
#EAEDE0
(234,237,224)
#F1F1E9
(241,241,233)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CD98; }

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

This text font color is #B2CD98.

Background Color

.myBgColor { background-color: #B2CD98; }

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

This div background color is #B2CD98.

Border color

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

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

This div border color is #B2CD98.

Opacity

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

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

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

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

This text has shadow with #B2CD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CD98.

Preview

Color preview on black background

This text has color #B2CD98 on black background.


Color preview on white background

This text has color #B2CD98 on white background.


Black color preview on #B2CD98 background

This text has black color on #B2CD98 background.


White color preview on #B2CD98 background

This text has white color on #B2CD98 background.


Related colors

Complementary color

Complementary color for #hex is #4D3267.


I love getcolorcode.com

Triadic colors

1 #98B2CD and #CD98B2 with #B2CD98 are triadic colors.

2 #98CDB2 and #CDB298 with #B2CD98 are triadic colors.