COLOR #BDD1A6

HEX: #BDD1A6
RGB: (189,209,166)

Color info

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

RGB color model

#BDD1A6 color RGB value is (189,209,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 166 of 255 = 65%

189
209
166

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

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 166 = 564 (100%)
R 189 of 564 ~ 33.51%
G 209 of 564 ~ 37.06%
B 166 of 564 ~ 29.43%

%33.51
%37.06
%29.43

CMYK color model

#BDD1A6 color CMYK value is (10,0,21,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%
CMYK:
(10,0,21,18)
C10M0Y21K18 
(10%,0%,21%,18%)
(0.10/0.00/0.21/0.18)	

CMYK percentages

%9.57
%0
%20.57
%18.04

Codes

Color #BDD1A6 in popluar color models

BDD1A6
RGB189209166
HSL88°31.85%73.53%
HSB/HSV88°20.57%81.96%
CMYK9.57%0.00%20.57%
18.04%

Color #BDD1A6 in popluar number systems.

HEXBDD1A6
Decimal189209166
Binary101111011101000110100110
Octal275321246

Shades and tints

Shades of #BDD1A6

#BDD1A6
(189,209,166)
#ACBE97
(172,190,151)
#9BAB88
(155,171,136)
#8A9879
(138,152,121)
#79856A
(121,133,106)
#68725B
(104,114,91)
#575F4C
(87,95,76)
#464C3D
(70,76,61)
#35392E
(53,57,46)
#24261F
(36,38,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BDD1A6

#BDD1A6
(189,209,166)
#C3D5AE
(195,213,174)
#C9D9B6
(201,217,182)
#CFDDBE
(207,221,190)
#D5E1C6
(213,225,198)
#DBE5CE
(219,229,206)
#E1E9D6
(225,233,214)
#E7EDDE
(231,237,222)
#EDF1E6
(237,241,230)
#F3F5EE
(243,245,238)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1A6; }

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

This text font color is #BDD1A6.


Background Color

.myBgColor { background-color: #BDD1A6; }

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

This div background color is #BDD1A6.


Border color

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

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

This div border color is #BDD1A6.


Opacity

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

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

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

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

This text has shadow with #BDD1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD1A6 on black background.


Color preview on white background

This text has color #BDD1A6 on white background.



Black color preview on #BDD1A6 background

This text has black color on #BDD1A6 background.


White color preview on #BDD1A6 background

This text has white color on #BDD1A6 background.