COLOR #B6CA98

HEX: #B6CA98 RGB: (182,202,152)

Color info

#B6CA98 contains red, green and blue colors in about the same proportion. Web safe color of #B6CA98 is #CCCC99 (or #CC9).

RGB color model

#B6CA98 color RGB value is (182,202,152).

RGB: (182,202,152) (71%, 79%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 152 of 255 = 60%

182
202
152

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

Portions of RGB colors in percentages

R + G + B = 182 + 202 + 152 = 536 (100%)
R 182 of 536 ~ 33.96%
G 202 of 536 ~ 37.69%
B 152 of 536 ~ 28.36'%

%33.96
%37.69
%28.36

CMYK color model

#B6CA98 color CMYK value is (10,0,25,21).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%

CMYK: (10,0,25,21)
C10M0Y25K21 (10%, 0%, 25%, 21%)
(0.10 / 0.00 / 0.25 / 0.21)

CMYK percentages

%9.9
%0
%24.75
%20.78

Codes

Color #B6CA98 in popluar color models

B6 CA 98
RGB 182 202 152
HSL 84° 32.05% 69.41%
HSB/HSV 84° 24.75% 79.22%
CMYK 9.90% 0.00% 24.75%
20.78%

Color #B6CA98 in popluar number systems.

HEX B6 CA 98
Decimal 182 202 152
Binary 10110110 11001010 10011000
Octal 266 312 230

Shades and tints

Shades of #B6CA98

#B6CA98
(182,202,152)
#A6B88B
(166,184,139)
#96A67E
(150,166,126)
#869471
(134,148,113)
#768264
(118,130,100)
#667057
(102,112,87)
#565E4A
(86,94,74)
#464C3D
(70,76,61)
#363A30
(54,58,48)
#262823
(38,40,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #B6CA98

#B6CA98
(182,202,152)
#BCCEA1
(188,206,161)
#C2D2AA
(194,210,170)
#C8D6B3
(200,214,179)
#CEDABC
(206,218,188)
#D4DEC5
(212,222,197)
#DAE2CE
(218,226,206)
#E0E6D7
(224,230,215)
#E6EAE0
(230,234,224)
#ECEEE9
(236,238,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CA98 color. Also use rgb(182,202,152) instead hex code.

Text Font Color

.myTextColor { color: #B6CA98; }

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

This text font color is #B6CA98.

Background Color

.myBgColor { background-color: #B6CA98; }

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

This div background color is #B6CA98.

Border color

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

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

This div border color is #B6CA98.

Opacity

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

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

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

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

This text has shadow with #B6CA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CA98.

Preview

Color preview on black background

This text has color #B6CA98 on black background.


Color preview on white background

This text has color #B6CA98 on white background.


Black color preview on #B6CA98 background

This text has black color on #B6CA98 background.


White color preview on #B6CA98 background

This text has white color on #B6CA98 background.


Related colors

Complementary color

Complementary color for #hex is #493567.


I love getcolorcode.com

Triadic colors

1 #98B6CA and #CA98B6 with #B6CA98 are triadic colors.

2 #98CAB6 and #CAB698 with #B6CA98 are triadic colors.