COLOR #BFC998

HEX: #BFC998 RGB: (191,201,152)

Color info

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

RGB color model

#BFC998 color RGB value is (191,201,152).

RGB: (191,201,152) (75%, 79%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 152 of 255 = 60%

191
201
152

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

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 152 = 544 (100%)
R 191 of 544 ~ 35.11%
G 201 of 544 ~ 36.95%
B 152 of 544 ~ 27.94'%

%35.11
%36.95
%27.94

CMYK color model

#BFC998 color CMYK value is (5,0,24,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 21.18%

CMYK: (5,0,24,21)
C5M0Y24K21 (5%, 0%, 24%, 21%)
(0.05 / 0.00 / 0.24 / 0.21)

CMYK percentages

%4.98
%0
%24.38
%21.18

Codes

Color #BFC998 in popluar color models

BF C9 98
RGB 191 201 152
HSL 72° 31.21% 69.22%
HSB/HSV 72° 24.38% 78.82%
CMYK 4.98% 0.00% 24.38%
21.18%

Color #BFC998 in popluar number systems.

HEX BF C9 98
Decimal 191 201 152
Binary 10111111 11001001 10011000
Octal 277 311 230

Shades and tints

Shades of #BFC998

#BFC998
(191,201,152)
#AEB78B
(174,183,139)
#9DA57E
(157,165,126)
#8C9371
(140,147,113)
#7B8164
(123,129,100)
#6A6F57
(106,111,87)
#595D4A
(89,93,74)
#484B3D
(72,75,61)
#373930
(55,57,48)
#262723
(38,39,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BFC998

#BFC998
(191,201,152)
#C4CDA1
(196,205,161)
#C9D1AA
(201,209,170)
#CED5B3
(206,213,179)
#D3D9BC
(211,217,188)
#D8DDC5
(216,221,197)
#DDE1CE
(221,225,206)
#E2E5D7
(226,229,215)
#E7E9E0
(231,233,224)
#ECEDE9
(236,237,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC998 color. Also use rgb(191,201,152) instead hex code.

Text Font Color

.myTextColor { color: #BFC998; }

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

This text font color is #BFC998.

Background Color

.myBgColor { background-color: #BFC998; }

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

This div background color is #BFC998.

Border color

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

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

This div border color is #BFC998.

Opacity

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

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

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

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

This text has shadow with #BFC998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC998.

Preview

Color preview on black background

This text has color #BFC998 on black background.


Color preview on white background

This text has color #BFC998 on white background.


Black color preview on #BFC998 background

This text has black color on #BFC998 background.


White color preview on #BFC998 background

This text has white color on #BFC998 background.


Related colors

Complementary color

Complementary color for #hex is #403667.


I love getcolorcode.com

Triadic colors

1 #98BFC9 and #C998BF with #BFC998 are triadic colors.

2 #98C9BF and #C9BF98 with #BFC998 are triadic colors.