COLOR #BDD097

HEX: #BDD097 RGB: (189,208,151)

Color info

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

RGB color model

#BDD097 color RGB value is (189,208,151).

RGB: (189,208,151) (74%, 82%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 151 of 255 = 59%

189
208
151

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

Portions of RGB colors in percentages

R + G + B = 189 + 208 + 151 = 548 (100%)
R 189 of 548 ~ 34.49%
G 208 of 548 ~ 37.96%
B 151 of 548 ~ 27.55'%

%34.49
%37.96
%27.55

CMYK color model

#BDD097 color CMYK value is (9,0,27,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 18.43%

CMYK: (9,0,27,18)
C9M0Y27K18 (9%, 0%, 27%, 18%)
(0.09 / 0.00 / 0.27 / 0.18)

CMYK percentages

%9.13
%0
%27.4
%18.43

Codes

Color #BDD097 in popluar color models

BD D0 97
RGB 189 208 151
HSL 80° 37.75% 70.39%
HSB/HSV 80° 27.40% 81.57%
CMYK 9.13% 0.00% 27.40%
18.43%

Color #BDD097 in popluar number systems.

HEX BD D0 97
Decimal 189 208 151
Binary 10111101 11010000 10010111
Octal 275 320 227

Shades and tints

Shades of #BDD097

#BDD097
(189,208,151)
#ACBE8A
(172,190,138)
#9BAC7D
(155,172,125)
#8A9A70
(138,154,112)
#798863
(121,136,99)
#687656
(104,118,86)
#576449
(87,100,73)
#46523C
(70,82,60)
#35402F
(53,64,47)
#242E22
(36,46,34)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #BDD097

#BDD097
(189,208,151)
#C3D4A0
(195,212,160)
#C9D8A9
(201,216,169)
#CFDCB2
(207,220,178)
#D5E0BB
(213,224,187)
#DBE4C4
(219,228,196)
#E1E8CD
(225,232,205)
#E7ECD6
(231,236,214)
#EDF0DF
(237,240,223)
#F3F4E8
(243,244,232)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD097 color. Also use rgb(189,208,151) instead hex code.

Text Font Color

.myTextColor { color: #BDD097; }

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

This text font color is #BDD097.

Background Color

.myBgColor { background-color: #BDD097; }

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

This div background color is #BDD097.

Border color

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

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

This div border color is #BDD097.

Opacity

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

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

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

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

This text has shadow with #BDD097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD097.

Preview

Color preview on black background

This text has color #BDD097 on black background.


Color preview on white background

This text has color #BDD097 on white background.


Black color preview on #BDD097 background

This text has black color on #BDD097 background.


White color preview on #BDD097 background

This text has white color on #BDD097 background.


Related colors

Complementary color

Complementary color for #hex is #422F68.


I love getcolorcode.com

Triadic colors

1 #97BDD0 and #D097BD with #BDD097 are triadic colors.

2 #97D0BD and #D0BD97 with #BDD097 are triadic colors.