COLOR #BDD1AB

HEX: #BDD1AB RGB: (189,209,171)

Color info

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

RGB color model

#BDD1AB color RGB value is (189,209,171).

RGB: (189,209,171) (74%, 82%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 171 of 255 = 67%

189
209
171

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

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 171 = 569 (100%)
R 189 of 569 ~ 33.22%
G 209 of 569 ~ 36.73%
B 171 of 569 ~ 30.05'%

%33.22
%36.73
%30.05

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 18.04%

CMYK: (10,0,18,18)
C10M0Y18K18 (10%, 0%, 18%, 18%)
(0.10 / 0.00 / 0.18 / 0.18)

CMYK percentages

%9.57
%0
%18.18
%18.04

Codes

Color #BDD1AB in popluar color models

BD D1 AB
RGB 189 209 171
HSL 92° 29.23% 74.51%
HSB/HSV 92° 18.18% 81.96%
CMYK 9.57% 0.00% 18.18%
18.04%

Color #BDD1AB in popluar number systems.

HEX BD D1 AB
Decimal 189 209 171
Binary 10111101 11010001 10101011
Octal 275 321 253

Shades and tints

Shades of #BDD1AB

#BDD1AB
(189,209,171)
#ACBE9C
(172,190,156)
#9BAB8D
(155,171,141)
#8A987E
(138,152,126)
#79856F
(121,133,111)
#687260
(104,114,96)
#575F51
(87,95,81)
#464C42
(70,76,66)
#353933
(53,57,51)
#242624
(36,38,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDD1AB

#BDD1AB
(189,209,171)
#C3D5B2
(195,213,178)
#C9D9B9
(201,217,185)
#CFDDC0
(207,221,192)
#D5E1C7
(213,225,199)
#DBE5CE
(219,229,206)
#E1E9D5
(225,233,213)
#E7EDDC
(231,237,220)
#EDF1E3
(237,241,227)
#F3F5EA
(243,245,234)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1AB; }

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

This text font color is #BDD1AB.

Background Color

.myBgColor { background-color: #BDD1AB; }

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

This div background color is #BDD1AB.

Border color

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

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

This div border color is #BDD1AB.

Opacity

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

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

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

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

This text has shadow with #BDD1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1AB.

Preview

Color preview on black background

This text has color #BDD1AB on black background.


Color preview on white background

This text has color #BDD1AB on white background.


Black color preview on #BDD1AB background

This text has black color on #BDD1AB background.


White color preview on #BDD1AB background

This text has white color on #BDD1AB background.


Related colors

Complementary color

Complementary color for #hex is #422E54.


I love getcolorcode.com

Triadic colors

1 #ABBDD1 and #D1ABBD with #BDD1AB are triadic colors.

2 #ABD1BD and #D1BDAB with #BDD1AB are triadic colors.