COLOR #BFD193

HEX: #BFD193 RGB: (191,209,147)

Color info

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

RGB color model

#BFD193 color RGB value is (191,209,147).

RGB: (191,209,147) (75%, 82%, 58%)

RGB channels and saturation

R 191 of 255 = 75%
G 209 of 255 = 82%
B 147 of 255 = 58%

191
209
147

R + G + B ~ 72%. #BFD193 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 209 + 147 = 547 (100%)
R 191 of 547 ~ 34.92%
G 209 of 547 ~ 38.21%
B 147 of 547 ~ 26.87'%

%34.92
%38.21
%26.87

CMYK color model

#BFD193 color CMYK value is (9,0,30,18).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK: (9,0,30,18) C9M0Y30K18 (9%,0%,30%,18%) (0.09/0.00/0.30/0.18) 

CMYK percentages

%8.61
%0
%29.67
%18.04

Codes

Color #BFD193 in popluar color models

BF D1 93
RGB 191 209 147
HSL 77° 40.26% 69.80%
HSB/HSV 77° 29.67% 81.96%
CMYK 8.61% 0.00% 29.67%
18.04%

Color #BFD193 in popluar number systems.

HEX BF D1 93
Decimal 191 209 147
Binary 10111111 11010001 10010011
Octal 277 321 223

Shades and tints

Shades of #BFD193

#BFD193
(191,209,147)
#AEBE86
(174,190,134)
#9DAB79
(157,171,121)
#8C986C
(140,152,108)
#7B855F
(123,133,95)
#6A7252
(106,114,82)
#595F45
(89,95,69)
#484C38
(72,76,56)
#37392B
(55,57,43)
#26261E
(38,38,30)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #BFD193

#BFD193
(191,209,147)
#C4D59C
(196,213,156)
#C9D9A5
(201,217,165)
#CEDDAE
(206,221,174)
#D3E1B7
(211,225,183)
#D8E5C0
(216,229,192)
#DDE9C9
(221,233,201)
#E2EDD2
(226,237,210)
#E7F1DB
(231,241,219)
#ECF5E4
(236,245,228)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD193; }

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

This text font color is #BFD193.

Background Color

.myBgColor { background-color: #BFD193; }

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

This div background color is #BFD193.

Border color

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

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

This div border color is #BFD193.

Opacity

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

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

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

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

This text has shadow with #BFD193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD193.

Preview

Color preview on black background

This text has color #BFD193 on black background.


Color preview on white background

This text has color #BFD193 on white background.


Black color preview on #BFD193 background

This text has black color on #BFD193 background.


White color preview on #BFD193 background

This text has white color on #BFD193 background.


Related colors

Complementary color

Complementary color for #hex is #402E6C.


I love getcolorcode.com

Triadic colors

1 #93BFD1 and #D193BF with #BFD193 are triadic colors.

2 #93D1BF and #D1BF93 with #BFD193 are triadic colors.