COLOR #BDD7A7

HEX: #BDD7A7
RGB: (189,215,167)

Color info

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

RGB color model

#BDD7A7 color RGB value is (189,215,167).

  • red value is 189;
  • green value is 215;
  • blue value is 167.
RGB:
(189,215,167)
(74%,84%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 167 of 255 = 65%

189
215
167

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 167 = 571 (100%)
R 189 of 571 ~ 33.1%
G 215 of 571 ~ 37.65%
B 167 of 571 ~ 29.25%

%33.1
%37.65
%29.25

CMYK color model

#BDD7A7 color CMYK value is (12,0,22,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 15.69%
CMYK:
(12,0,22,16)
C12M0Y22K16 
(12%,0%,22%,16%)
(0.12/0.00/0.22/0.16)	

CMYK percentages

%12.09
%0
%22.33
%15.69

Codes

Color #BDD7A7 in popluar color models

BDD7A7
RGB189215167
HSL93°37.50%74.90%
HSB/HSV93°22.33%84.31%
CMYK12.09%0.00%22.33%
15.69%

Color #BDD7A7 in popluar number systems.

HEXBDD7A7
Decimal189215167
Binary101111011101011110100111
Octal275327247

Shades and tints

Shades of #BDD7A7

#BDD7A7
(189,215,167)
#ACC498
(172,196,152)
#9BB189
(155,177,137)
#8A9E7A
(138,158,122)
#798B6B
(121,139,107)
#68785C
(104,120,92)
#57654D
(87,101,77)
#46523E
(70,82,62)
#353F2F
(53,63,47)
#242C20
(36,44,32)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #BDD7A7

#BDD7A7
(189,215,167)
#C3DAAF
(195,218,175)
#C9DDB7
(201,221,183)
#CFE0BF
(207,224,191)
#D5E3C7
(213,227,199)
#DBE6CF
(219,230,207)
#E1E9D7
(225,233,215)
#E7ECDF
(231,236,223)
#EDEFE7
(237,239,231)
#F3F2EF
(243,242,239)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD7A7 color. Also use rgb(189,215,167) instead hex code.

Text Font Color

.myTextColor { color: #BDD7A7; }

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

This text font color is #BDD7A7.


Background Color

.myBgColor { background-color: #BDD7A7; }

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

This div background color is #BDD7A7.


Border color

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

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

This div border color is #BDD7A7.


Opacity

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

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

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

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

This text has shadow with #BDD7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7A7 on black background.


Color preview on white background

This text has color #BDD7A7 on white background.



Black color preview on #BDD7A7 background

This text has black color on #BDD7A7 background.


White color preview on #BDD7A7 background

This text has white color on #BDD7A7 background.