COLOR #BDD6A6

HEX: #BDD6A6
RGB: (189,214,166)

Color info

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

RGB color model

#BDD6A6 color RGB value is (189,214,166).

  • red value is 189;
  • green value is 214;
  • blue value is 166.
RGB:
(189,214,166)
(74%,84%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 166 of 255 = 65%

189
214
166

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 166 = 569 (100%)
R 189 of 569 ~ 33.22%
G 214 of 569 ~ 37.61%
B 166 of 569 ~ 29.17%

%33.22
%37.61
%29.17

CMYK color model

#BDD6A6 color CMYK value is (12,0,22,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 22.43%
  • key color value is 16.08%
CMYK:
(12,0,22,16)
C12M0Y22K16 
(12%,0%,22%,16%)
(0.12/0.00/0.22/0.16)	

CMYK percentages

%11.68
%0
%22.43
%16.08

Codes

Color #BDD6A6 in popluar color models

BDD6A6
RGB189214166
HSL91°36.92%74.51%
HSB/HSV91°22.43%83.92%
CMYK11.68%0.00%22.43%
16.08%

Color #BDD6A6 in popluar number systems.

HEXBDD6A6
Decimal189214166
Binary101111011101011010100110
Octal275326246

Shades and tints

Shades of #BDD6A6

#BDD6A6
(189,214,166)
#ACC397
(172,195,151)
#9BB088
(155,176,136)
#8A9D79
(138,157,121)
#798A6A
(121,138,106)
#68775B
(104,119,91)
#57644C
(87,100,76)
#46513D
(70,81,61)
#353E2E
(53,62,46)
#242B1F
(36,43,31)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #BDD6A6

#BDD6A6
(189,214,166)
#C3D9AE
(195,217,174)
#C9DCB6
(201,220,182)
#CFDFBE
(207,223,190)
#D5E2C6
(213,226,198)
#DBE5CE
(219,229,206)
#E1E8D6
(225,232,214)
#E7EBDE
(231,235,222)
#EDEEE6
(237,238,230)
#F3F1EE
(243,241,238)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD6A6 color. Also use rgb(189,214,166) instead hex code.

Text Font Color

.myTextColor { color: #BDD6A6; }

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

This text font color is #BDD6A6.


Background Color

.myBgColor { background-color: #BDD6A6; }

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

This div background color is #BDD6A6.


Border color

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

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

This div border color is #BDD6A6.


Opacity

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

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

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

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

This text has shadow with #BDD6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6A6 on black background.


Color preview on white background

This text has color #BDD6A6 on white background.



Black color preview on #BDD6A6 background

This text has black color on #BDD6A6 background.


White color preview on #BDD6A6 background

This text has white color on #BDD6A6 background.