COLOR #BDCF9B

HEX: #BDCF9B RGB: (189,207,155)

Color info

#BDCF9B contains red, green and blue colors in about the same proportion. Web safe color of #BDCF9B is #CCCC99 (or #CC9).

RGB color model

#BDCF9B color RGB value is (189,207,155).

RGB: (189,207,155) (74%, 81%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 155 of 255 = 61%

189
207
155

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

Portions of RGB colors in percentages

R + G + B = 189 + 207 + 155 = 551 (100%)
R 189 of 551 ~ 34.3%
G 207 of 551 ~ 37.57%
B 155 of 551 ~ 28.13'%

%34.3
%37.57
%28.13

CMYK color model

#BDCF9B color CMYK value is (9,0,25,19).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 18.82%

CMYK: (9,0,25,19)
C9M0Y25K19 (9%, 0%, 25%, 19%)
(0.09 / 0.00 / 0.25 / 0.19)

CMYK percentages

%8.7
%0
%25.12
%18.82

Codes

Color #BDCF9B in popluar color models

BD CF 9B
RGB 189 207 155
HSL 81° 35.14% 70.98%
HSB/HSV 81° 25.12% 81.18%
CMYK 8.70% 0.00% 25.12%
18.82%

Color #BDCF9B in popluar number systems.

HEX BD CF 9B
Decimal 189 207 155
Binary 10111101 11001111 10011011
Octal 275 317 233

Shades and tints

Shades of #BDCF9B

#BDCF9B
(189,207,155)
#ACBD8D
(172,189,141)
#9BAB7F
(155,171,127)
#8A9971
(138,153,113)
#798763
(121,135,99)
#687555
(104,117,85)
#576347
(87,99,71)
#465139
(70,81,57)
#353F2B
(53,63,43)
#242D1D
(36,45,29)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #BDCF9B

#BDCF9B
(189,207,155)
#C3D3A4
(195,211,164)
#C9D7AD
(201,215,173)
#CFDBB6
(207,219,182)
#D5DFBF
(213,223,191)
#DBE3C8
(219,227,200)
#E1E7D1
(225,231,209)
#E7EBDA
(231,235,218)
#EDEFE3
(237,239,227)
#F3F3EC
(243,243,236)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCF9B; }

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

This text font color is #BDCF9B.

Background Color

.myBgColor { background-color: #BDCF9B; }

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

This div background color is #BDCF9B.

Border color

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

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

This div border color is #BDCF9B.

Opacity

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

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

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

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

This text has shadow with #BDCF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCF9B.

Preview

Color preview on black background

This text has color #BDCF9B on black background.


Color preview on white background

This text has color #BDCF9B on white background.


Black color preview on #BDCF9B background

This text has black color on #BDCF9B background.


White color preview on #BDCF9B background

This text has white color on #BDCF9B background.


Related colors

Complementary color

Complementary color for #hex is #423064.


I love getcolorcode.com

Triadic colors

1 #9BBDCF and #CF9BBD with #BDCF9B are triadic colors.

2 #9BCFBD and #CFBD9B with #BDCF9B are triadic colors.