COLOR #BDDBA6

HEX: #BDDBA6
RGB: (189,219,166)

Color info

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

RGB color model

#BDDBA6 color RGB value is (189,219,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 166 of 255 = 65%

189
219
166

R + G + B ~ 75%. #BDDBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 219 + 166 = 574 (100%)
R 189 of 574 ~ 32.93%
G 219 of 574 ~ 38.15%
B 166 of 574 ~ 28.92%

%32.93
%38.15
%28.92

CMYK color model

#BDDBA6 color CMYK value is (14,0,24,14).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(14,0,24,14)
C14M0Y24K14 
(14%,0%,24%,14%)
(0.14/0.00/0.24/0.14)	

CMYK percentages

%13.7
%0
%24.2
%14.12

Codes

Color #BDDBA6 in popluar color models

BDDBA6
RGB189219166
HSL94°42.40%75.49%
HSB/HSV94°24.20%85.88%
CMYK13.70%0.00%24.20%
14.12%

Color #BDDBA6 in popluar number systems.

HEXBDDBA6
Decimal189219166
Binary101111011101101110100110
Octal275333246

Shades and tints

Shades of #BDDBA6

#BDDBA6
(189,219,166)
#ACC897
(172,200,151)
#9BB588
(155,181,136)
#8AA279
(138,162,121)
#798F6A
(121,143,106)
#687C5B
(104,124,91)
#57694C
(87,105,76)
#46563D
(70,86,61)
#35432E
(53,67,46)
#24301F
(36,48,31)
#131D10
(19,29,16)
#000000
(0,0,0)

Tints of #BDDBA6

#BDDBA6
(189,219,166)
#C3DEAE
(195,222,174)
#C9E1B6
(201,225,182)
#CFE4BE
(207,228,190)
#D5E7C6
(213,231,198)
#DBEACE
(219,234,206)
#E1EDD6
(225,237,214)
#E7F0DE
(231,240,222)
#EDF3E6
(237,243,230)
#F3F6EE
(243,246,238)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDBA6; }

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

This text font color is #BDDBA6.


Background Color

.myBgColor { background-color: #BDDBA6; }

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

This div background color is #BDDBA6.


Border color

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

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

This div border color is #BDDBA6.


Opacity

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

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

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

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

This text has shadow with #BDDBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDBA6 on black background.


Color preview on white background

This text has color #BDDBA6 on white background.



Black color preview on #BDDBA6 background

This text has black color on #BDDBA6 background.


White color preview on #BDDBA6 background

This text has white color on #BDDBA6 background.