COLOR #BFC598

HEX: #BFC598
RGB: (191,197,152)

Color info

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

RGB color model

#BFC598 color RGB value is (191,197,152).

  • red value is 191;
  • green value is 197;
  • blue value is 152.
RGB:
(191,197,152)
(75%,77%,60%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 152 of 255 = 60%

191
197
152

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

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 152 = 540 (100%)
R 191 of 540 ~ 35.37%
G 197 of 540 ~ 36.48%
B 152 of 540 ~ 28.15%

%35.37
%36.48
%28.15

CMYK color model

#BFC598 color CMYK value is (3,0,23,23).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(3,0,23,23)
C3M0Y23K23 
(3%,0%,23%,23%)
(0.03/0.00/0.23/0.23)	

CMYK percentages

%3.05
%0
%22.84
%22.75

Codes

Color #BFC598 in popluar color models

BFC598
RGB191197152
HSL68°27.95%68.43%
HSB/HSV68°22.84%77.25%
CMYK3.05%0.00%22.84%
22.75%

Color #BFC598 in popluar number systems.

HEXBFC598
Decimal191197152
Binary101111111100010110011000
Octal277305230

Shades and tints

Shades of #BFC598

#BFC598
(191,197,152)
#AEB48B
(174,180,139)
#9DA37E
(157,163,126)
#8C9271
(140,146,113)
#7B8164
(123,129,100)
#6A7057
(106,112,87)
#595F4A
(89,95,74)
#484E3D
(72,78,61)
#373D30
(55,61,48)
#262C23
(38,44,35)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #BFC598

#BFC598
(191,197,152)
#C4CAA1
(196,202,161)
#C9CFAA
(201,207,170)
#CED4B3
(206,212,179)
#D3D9BC
(211,217,188)
#D8DEC5
(216,222,197)
#DDE3CE
(221,227,206)
#E2E8D7
(226,232,215)
#E7EDE0
(231,237,224)
#ECF2E9
(236,242,233)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC598; }

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

This text font color is #BFC598.


Background Color

.myBgColor { background-color: #BFC598; }

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

This div background color is #BFC598.


Border color

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

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

This div border color is #BFC598.


Opacity

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

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

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

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

This text has shadow with #BFC598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC598 on black background.


Color preview on white background

This text has color #BFC598 on white background.



Black color preview on #BFC598 background

This text has black color on #BFC598 background.


White color preview on #BFC598 background

This text has white color on #BFC598 background.