COLOR #BDD4A8

HEX: #BDD4A8
RGB: (189,212,168)

Color info

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

RGB color model

#BDD4A8 color RGB value is (189,212,168).

  • red value is 189;
  • green value is 212;
  • blue value is 168.
RGB:
(189,212,168)
(74%,83%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 168 of 255 = 66%

189
212
168

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

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 168 = 569 (100%)
R 189 of 569 ~ 33.22%
G 212 of 569 ~ 37.26%
B 168 of 569 ~ 29.53%

%33.22
%37.26
%29.53

CMYK color model

#BDD4A8 color CMYK value is (11,0,21,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK:
(11,0,21,17)
C11M0Y21K17 
(11%,0%,21%,17%)
(0.11/0.00/0.21/0.17)	

CMYK percentages

%10.85
%0
%20.75
%16.86

Codes

Color #BDD4A8 in popluar color models

BDD4A8
RGB189212168
HSL91°33.85%74.51%
HSB/HSV91°20.75%83.14%
CMYK10.85%0.00%20.75%
16.86%

Color #BDD4A8 in popluar number systems.

HEXBDD4A8
Decimal189212168
Binary101111011101010010101000
Octal275324250

Shades and tints

Shades of #BDD4A8

#BDD4A8
(189,212,168)
#ACC199
(172,193,153)
#9BAE8A
(155,174,138)
#8A9B7B
(138,155,123)
#79886C
(121,136,108)
#68755D
(104,117,93)
#57624E
(87,98,78)
#464F3F
(70,79,63)
#353C30
(53,60,48)
#242921
(36,41,33)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDD4A8

#BDD4A8
(189,212,168)
#C3D7AF
(195,215,175)
#C9DAB6
(201,218,182)
#CFDDBD
(207,221,189)
#D5E0C4
(213,224,196)
#DBE3CB
(219,227,203)
#E1E6D2
(225,230,210)
#E7E9D9
(231,233,217)
#EDECE0
(237,236,224)
#F3EFE7
(243,239,231)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD4A8 color. Also use rgb(189,212,168) instead hex code.

Text Font Color

.myTextColor { color: #BDD4A8; }

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

This text font color is #BDD4A8.


Background Color

.myBgColor { background-color: #BDD4A8; }

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

This div background color is #BDD4A8.


Border color

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

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

This div border color is #BDD4A8.


Opacity

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

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

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

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

This text has shadow with #BDD4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4A8 on black background.


Color preview on white background

This text has color #BDD4A8 on white background.



Black color preview on #BDD4A8 background

This text has black color on #BDD4A8 background.


White color preview on #BDD4A8 background

This text has white color on #BDD4A8 background.