COLOR #BDCF7B

HEX: #BDCF7B
RGB: (189,207,123)

Color info

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

RGB color model

#BDCF7B color RGB value is (189,207,123).

  • red value is 189;
  • green value is 207;
  • blue value is 123.
RGB:
(189,207,123)
(74%,81%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 123 of 255 = 48%

189
207
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 207 + 123 = 519 (100%)
R 189 of 519 ~ 36.42%
G 207 of 519 ~ 39.88%
B 123 of 519 ~ 23.7%

%36.42
%39.88
%23.7

CMYK color model

#BDCF7B color CMYK value is (9,0,41,19).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 40.58%
  • key color value is 18.82%
CMYK:
(9,0,41,19)
C9M0Y41K19 
(9%,0%,41%,19%)
(0.09/0.00/0.41/0.19)	

CMYK percentages

%8.7
%0
%40.58
%18.82

Codes

Color #BDCF7B in popluar color models

BDCF7B
RGB189207123
HSL73°46.67%64.71%
HSB/HSV73°40.58%81.18%
CMYK8.70%0.00%40.58%
18.82%

Color #BDCF7B in popluar number systems.

HEXBDCF7B
Decimal189207123
Binary10111101110011111111011
Octal275317173

Shades and tints

Shades of #BDCF7B

#BDCF7B
(189,207,123)
#ACBD70
(172,189,112)
#9BAB65
(155,171,101)
#8A995A
(138,153,90)
#79874F
(121,135,79)
#687544
(104,117,68)
#576339
(87,99,57)
#46512E
(70,81,46)
#353F23
(53,63,35)
#242D18
(36,45,24)
#131B0D
(19,27,13)
#000000
(0,0,0)

Tints of #BDCF7B

#BDCF7B
(189,207,123)
#C3D387
(195,211,135)
#C9D793
(201,215,147)
#CFDB9F
(207,219,159)
#D5DFAB
(213,223,171)
#DBE3B7
(219,227,183)
#E1E7C3
(225,231,195)
#E7EBCF
(231,235,207)
#EDEFDB
(237,239,219)
#F3F3E7
(243,243,231)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCF7B color. Also use rgb(189,207,123) instead hex code.

Text Font Color

.myTextColor { color: #BDCF7B; }

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

This text font color is #BDCF7B.


Background Color

.myBgColor { background-color: #BDCF7B; }

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

This div background color is #BDCF7B.


Border color

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

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

This div border color is #BDCF7B.


Opacity

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

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

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

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

This text has shadow with #BDCF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCF7B on black background.


Color preview on white background

This text has color #BDCF7B on white background.



Black color preview on #BDCF7B background

This text has black color on #BDCF7B background.


White color preview on #BDCF7B background

This text has white color on #BDCF7B background.