COLOR #BDDF9F

HEX: #BDDF9F RGB: (189,223,159)

Color info

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

RGB color model

#BDDF9F color RGB value is (189,223,159).

RGB: (189,223,159) (74%, 87%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 159 of 255 = 62%

189
223
159

R + G + B ~ 74%. #BDDF9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 223 + 159 = 571 (100%)
R 189 of 571 ~ 33.1%
G 223 of 571 ~ 39.05%
B 159 of 571 ~ 27.85'%

%33.1
%39.05
%27.85

CMYK color model

#BDDF9F color CMYK value is (15,0,29,13).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 12.55%

CMYK: (15,0,29,13)
C15M0Y29K13 (15%, 0%, 29%, 13%)
(0.15 / 0.00 / 0.29 / 0.13)

CMYK percentages

%15.25
%0
%28.7
%12.55

Codes

Color #BDDF9F in popluar color models

BD DF 9F
RGB 189 223 159
HSL 92° 50.00% 74.90%
HSB/HSV 92° 28.70% 87.45%
CMYK 15.25% 0.00% 28.70%
12.55%

Color #BDDF9F in popluar number systems.

HEX BD DF 9F
Decimal 189 223 159
Binary 10111101 11011111 10011111
Octal 275 337 237

Shades and tints

Shades of #BDDF9F

#BDDF9F
(189,223,159)
#ACCB91
(172,203,145)
#9BB783
(155,183,131)
#8AA375
(138,163,117)
#798F67
(121,143,103)
#687B59
(104,123,89)
#57674B
(87,103,75)
#46533D
(70,83,61)
#353F2F
(53,63,47)
#242B21
(36,43,33)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDDF9F

#BDDF9F
(189,223,159)
#C3E1A7
(195,225,167)
#C9E3AF
(201,227,175)
#CFE5B7
(207,229,183)
#D5E7BF
(213,231,191)
#DBE9C7
(219,233,199)
#E1EBCF
(225,235,207)
#E7EDD7
(231,237,215)
#EDEFDF
(237,239,223)
#F3F1E7
(243,241,231)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDF9F color. Also use rgb(189,223,159) instead hex code.

Text Font Color

.myTextColor { color: #BDDF9F; }

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

This text font color is #BDDF9F.

Background Color

.myBgColor { background-color: #BDDF9F; }

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

This div background color is #BDDF9F.

Border color

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

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

This div border color is #BDDF9F.

Opacity

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

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

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

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

This text has shadow with #BDDF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDF9F.

Preview

Color preview on black background

This text has color #BDDF9F on black background.


Color preview on white background

This text has color #BDDF9F on white background.


Black color preview on #BDDF9F background

This text has black color on #BDDF9F background.


White color preview on #BDDF9F background

This text has white color on #BDDF9F background.


Related colors

Complementary color

Complementary color for #hex is #422060.


I love getcolorcode.com

Triadic colors

1 #9FBDDF and #DF9FBD with #BDDF9F are triadic colors.

2 #9FDFBD and #DFBD9F with #BDDF9F are triadic colors.