COLOR #BFC693

HEX: #BFC693 RGB: (191,198,147)

Color info

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

RGB color model

#BFC693 color RGB value is (191,198,147).

RGB: (191,198,147) (75%, 78%, 58%)

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 147 of 255 = 58%

191
198
147

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

Portions of RGB colors in percentages

R + G + B = 191 + 198 + 147 = 536 (100%)
R 191 of 536 ~ 35.63%
G 198 of 536 ~ 36.94%
B 147 of 536 ~ 27.43'%

%35.63
%36.94
%27.43

CMYK color model

#BFC693 color CMYK value is (4,0,26,22).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 22.35%

CMYK: (4,0,26,22)
C4M0Y26K22 (4%, 0%, 26%, 22%)
(0.04 / 0.00 / 0.26 / 0.22)

CMYK percentages

%3.54
%0
%25.76
%22.35

Codes

Color #BFC693 in popluar color models

BF C6 93
RGB 191 198 147
HSL 68° 30.91% 67.65%
HSB/HSV 68° 25.76% 77.65%
CMYK 3.54% 0.00% 25.76%
22.35%

Color #BFC693 in popluar number systems.

HEX BF C6 93
Decimal 191 198 147
Binary 10111111 11000110 10010011
Octal 277 306 223

Shades and tints

Shades of #BFC693

#BFC693
(191,198,147)
#AEB486
(174,180,134)
#9DA279
(157,162,121)
#8C906C
(140,144,108)
#7B7E5F
(123,126,95)
#6A6C52
(106,108,82)
#595A45
(89,90,69)
#484838
(72,72,56)
#37362B
(55,54,43)
#26241E
(38,36,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #BFC693

#BFC693
(191,198,147)
#C4CB9C
(196,203,156)
#C9D0A5
(201,208,165)
#CED5AE
(206,213,174)
#D3DAB7
(211,218,183)
#D8DFC0
(216,223,192)
#DDE4C9
(221,228,201)
#E2E9D2
(226,233,210)
#E7EEDB
(231,238,219)
#ECF3E4
(236,243,228)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC693 color. Also use rgb(191,198,147) instead hex code.

Text Font Color

.myTextColor { color: #BFC693; }

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

This text font color is #BFC693.

Background Color

.myBgColor { background-color: #BFC693; }

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

This div background color is #BFC693.

Border color

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

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

This div border color is #BFC693.

Opacity

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

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

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

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

This text has shadow with #BFC693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC693.

Preview

Color preview on black background

This text has color #BFC693 on black background.


Color preview on white background

This text has color #BFC693 on white background.


Black color preview on #BFC693 background

This text has black color on #BFC693 background.


White color preview on #BFC693 background

This text has white color on #BFC693 background.


Related colors

Complementary color

Complementary color for #hex is #40396C.


I love getcolorcode.com

Triadic colors

1 #93BFC6 and #C693BF with #BFC693 are triadic colors.

2 #93C6BF and #C6BF93 with #BFC693 are triadic colors.