COLOR #BDD6AC

HEX: #BDD6AC RGB: (189,214,172)

Color info

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

RGB color model

#BDD6AC color RGB value is (189,214,172).

RGB: (189,214,172) (74%, 84%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 172 of 255 = 67%

189
214
172

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

Portions of RGB colors in percentages

R + G + B = 189 + 214 + 172 = 575 (100%)
R 189 of 575 ~ 32.87%
G 214 of 575 ~ 37.22%
B 172 of 575 ~ 29.91'%

%32.87
%37.22
%29.91

CMYK color model

#BDD6AC color CMYK value is (12,0,20,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 16.08%

CMYK: (12,0,20,16)
C12M0Y20K16 (12%, 0%, 20%, 16%)
(0.12 / 0.00 / 0.20 / 0.16)

CMYK percentages

%11.68
%0
%19.63
%16.08

Codes

Color #BDD6AC in popluar color models

BD D6 AC
RGB 189 214 172
HSL 96° 33.87% 75.69%
HSB/HSV 96° 19.63% 83.92%
CMYK 11.68% 0.00% 19.63%
16.08%

Color #BDD6AC in popluar number systems.

HEX BD D6 AC
Decimal 189 214 172
Binary 10111101 11010110 10101100
Octal 275 326 254

Shades and tints

Shades of #BDD6AC

#BDD6AC
(189,214,172)
#ACC39D
(172,195,157)
#9BB08E
(155,176,142)
#8A9D7F
(138,157,127)
#798A70
(121,138,112)
#687761
(104,119,97)
#576452
(87,100,82)
#465143
(70,81,67)
#353E34
(53,62,52)
#242B25
(36,43,37)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #BDD6AC

#BDD6AC
(189,214,172)
#C3D9B3
(195,217,179)
#C9DCBA
(201,220,186)
#CFDFC1
(207,223,193)
#D5E2C8
(213,226,200)
#DBE5CF
(219,229,207)
#E1E8D6
(225,232,214)
#E7EBDD
(231,235,221)
#EDEEE4
(237,238,228)
#F3F1EB
(243,241,235)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6AC; }

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

This text font color is #BDD6AC.

Background Color

.myBgColor { background-color: #BDD6AC; }

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

This div background color is #BDD6AC.

Border color

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

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

This div border color is #BDD6AC.

Opacity

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

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

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

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

This text has shadow with #BDD6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD6AC.

Preview

Color preview on black background

This text has color #BDD6AC on black background.


Color preview on white background

This text has color #BDD6AC on white background.


Black color preview on #BDD6AC background

This text has black color on #BDD6AC background.


White color preview on #BDD6AC background

This text has white color on #BDD6AC background.


Related colors

Complementary color

Complementary color for #hex is #422953.


I love getcolorcode.com

Triadic colors

1 #ACBDD6 and #D6ACBD with #BDD6AC are triadic colors.

2 #ACD6BD and #D6BDAC with #BDD6AC are triadic colors.