COLOR #BFD999

HEX: #BFD999 RGB: (191,217,153)

Color info

#BFD999 contains mainly red and green colors. Web safe color of #BFD999 is #CCCC99 (or #CC9).

RGB color model

#BFD999 color RGB value is (191,217,153).

RGB: (191,217,153) (75%, 85%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 153 of 255 = 60%

191
217
153

R + G + B ~ 73%. #BFD999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 217 + 153 = 561 (100%)
R 191 of 561 ~ 34.05%
G 217 of 561 ~ 38.68%
B 153 of 561 ~ 27.27'%

%34.05
%38.68
%27.27

CMYK color model

#BFD999 color CMYK value is (12,0,29,15).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 14.90%

CMYK: (12,0,29,15)
C12M0Y29K15 (12%, 0%, 29%, 15%)
(0.12 / 0.00 / 0.29 / 0.15)

CMYK percentages

%11.98
%0
%29.49
%14.9

Codes

Color #BFD999 in popluar color models

BF D9 99
RGB 191 217 153
HSL 84° 45.71% 72.55%
HSB/HSV 84° 29.49% 85.10%
CMYK 11.98% 0.00% 29.49%
14.90%

Color #BFD999 in popluar number systems.

HEX BF D9 99
Decimal 191 217 153
Binary 10111111 11011001 10011001
Octal 277 331 231

Shades and tints

Shades of #BFD999

#BFD999
(191,217,153)
#AEC68C
(174,198,140)
#9DB37F
(157,179,127)
#8CA072
(140,160,114)
#7B8D65
(123,141,101)
#6A7A58
(106,122,88)
#59674B
(89,103,75)
#48543E
(72,84,62)
#374131
(55,65,49)
#262E24
(38,46,36)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #BFD999

#BFD999
(191,217,153)
#C4DCA2
(196,220,162)
#C9DFAB
(201,223,171)
#CEE2B4
(206,226,180)
#D3E5BD
(211,229,189)
#D8E8C6
(216,232,198)
#DDEBCF
(221,235,207)
#E2EED8
(226,238,216)
#E7F1E1
(231,241,225)
#ECF4EA
(236,244,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD999 color. Also use rgb(191,217,153) instead hex code.

Text Font Color

.myTextColor { color: #BFD999; }

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

This text font color is #BFD999.

Background Color

.myBgColor { background-color: #BFD999; }

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

This div background color is #BFD999.

Border color

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

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

This div border color is #BFD999.

Opacity

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

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

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

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

This text has shadow with #BFD999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD999.

Preview

Color preview on black background

This text has color #BFD999 on black background.


Color preview on white background

This text has color #BFD999 on white background.


Black color preview on #BFD999 background

This text has black color on #BFD999 background.


White color preview on #BFD999 background

This text has white color on #BFD999 background.


Related colors

Complementary color

Complementary color for #hex is #402666.


I love getcolorcode.com

Triadic colors

1 #99BFD9 and #D999BF with #BFD999 are triadic colors.

2 #99D9BF and #D9BF99 with #BFD999 are triadic colors.