COLOR #BDCF85

HEX: #BDCF85
RGB: (189,207,133)

Color info

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

RGB color model

#BDCF85 color RGB value is (189,207,133).

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

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 133 of 255 = 52%

189
207
133

R + G + B ~ 69%. #BDCF85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 207 + 133 = 529 (100%)
R 189 of 529 ~ 35.73%
G 207 of 529 ~ 39.13%
B 133 of 529 ~ 25.14%

%35.73
%39.13
%25.14

CMYK color model

#BDCF85 color CMYK value is (9,0,36,19).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 18.82%
CMYK:
(9,0,36,19)
C9M0Y36K19 
(9%,0%,36%,19%)
(0.09/0.00/0.36/0.19)	

CMYK percentages

%8.7
%0
%35.75
%18.82

Codes

Color #BDCF85 in popluar color models

BDCF85
RGB189207133
HSL75°43.53%66.67%
HSB/HSV75°35.75%81.18%
CMYK8.70%0.00%35.75%
18.82%

Color #BDCF85 in popluar number systems.

HEXBDCF85
Decimal189207133
Binary101111011100111110000101
Octal275317205

Shades and tints

Shades of #BDCF85

#BDCF85
(189,207,133)
#ACBD79
(172,189,121)
#9BAB6D
(155,171,109)
#8A9961
(138,153,97)
#798755
(121,135,85)
#687549
(104,117,73)
#57633D
(87,99,61)
#465131
(70,81,49)
#353F25
(53,63,37)
#242D19
(36,45,25)
#131B0D
(19,27,13)
#000000
(0,0,0)

Tints of #BDCF85

#BDCF85
(189,207,133)
#C3D390
(195,211,144)
#C9D79B
(201,215,155)
#CFDBA6
(207,219,166)
#D5DFB1
(213,223,177)
#DBE3BC
(219,227,188)
#E1E7C7
(225,231,199)
#E7EBD2
(231,235,210)
#EDEFDD
(237,239,221)
#F3F3E8
(243,243,232)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCF85; }

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

This text font color is #BDCF85.


Background Color

.myBgColor { background-color: #BDCF85; }

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

This div background color is #BDCF85.


Border color

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

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

This div border color is #BDCF85.


Opacity

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

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

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

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

This text has shadow with #BDCF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCF85 on black background.


Color preview on white background

This text has color #BDCF85 on white background.



Black color preview on #BDCF85 background

This text has black color on #BDCF85 background.


White color preview on #BDCF85 background

This text has white color on #BDCF85 background.