COLOR #BFCD7D

HEX: #BFCD7D RGB: (191,205,125)

Color info

#BFCD7D contains mainly red and green colors. Web safe color of #BFCD7D is #CCCC66 (or #CC6).

RGB color model

#BFCD7D color RGB value is (191,205,125).

RGB: (191,205,125) (75%, 80%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 205 of 255 = 80%
B 125 of 255 = 49%

191
205
125

R + G + B ~ 68%. #BFCD7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 205 + 125 = 521 (100%)
R 191 of 521 ~ 36.66%
G 205 of 521 ~ 39.35%
B 125 of 521 ~ 23.99'%

%36.66
%39.35
%23.99

CMYK color model

#BFCD7D color CMYK value is (7,0,39,20).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 19.61%
CMYK: (7,0,39,20) C7M0Y39K20 (7%,0%,39%,20%) (0.07/0.00/0.39/0.20) 

CMYK percentages

%6.83
%0
%39.02
%19.61

Codes

Color #BFCD7D in popluar color models

BF CD 7D
RGB 191 205 125
HSL 71° 44.44% 64.71%
HSB/HSV 71° 39.02% 80.39%
CMYK 6.83% 0.00% 39.02%
19.61%

Color #BFCD7D in popluar number systems.

HEX BF CD 7D
Decimal 191 205 125
Binary 10111111 11001101 1111101
Octal 277 315 175

Shades and tints

Shades of #BFCD7D

#BFCD7D
(191,205,125)
#AEBB72
(174,187,114)
#9DA967
(157,169,103)
#8C975C
(140,151,92)
#7B8551
(123,133,81)
#6A7346
(106,115,70)
#59613B
(89,97,59)
#484F30
(72,79,48)
#373D25
(55,61,37)
#262B1A
(38,43,26)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #BFCD7D

#BFCD7D
(191,205,125)
#C4D188
(196,209,136)
#C9D593
(201,213,147)
#CED99E
(206,217,158)
#D3DDA9
(211,221,169)
#D8E1B4
(216,225,180)
#DDE5BF
(221,229,191)
#E2E9CA
(226,233,202)
#E7EDD5
(231,237,213)
#ECF1E0
(236,241,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCD7D color. Also use rgb(191,205,125) instead hex code.

Text Font Color

.myTextColor { color: #BFCD7D; }

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

This text font color is #BFCD7D.

Background Color

.myBgColor { background-color: #BFCD7D; }

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

This div background color is #BFCD7D.

Border color

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

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

This div border color is #BFCD7D.

Opacity

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

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

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

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

This text has shadow with #BFCD7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFCD7D.

Preview

Color preview on black background

This text has color #BFCD7D on black background.


Color preview on white background

This text has color #BFCD7D on white background.


Black color preview on #BFCD7D background

This text has black color on #BFCD7D background.


White color preview on #BFCD7D background

This text has white color on #BFCD7D background.


Related colors

Complementary color

Complementary color for #hex is #403282.


I love getcolorcode.com

Triadic colors

1 #7DBFCD and #CD7DBF with #BFCD7D are triadic colors.

2 #7DCDBF and #CDBF7D with #BFCD7D are triadic colors.