COLOR #BDD8B7

HEX: #BDD8B7
RGB: (189,216,183)

Color info

#BDD8B7 contains red, green and blue colors in about the same proportion. Web safe color of #BDD8B7 is #CCCCCC (or #CCC).

RGB color model

#BDD8B7 color RGB value is (189,216,183).

  • red value is 189;
  • green value is 216;
  • blue value is 183.
RGB:
(189,216,183)
(74%,85%,72%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 183 of 255 = 72%

189
216
183

R + G + B ~ 77%. #BDD8B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 216 + 183 = 588 (100%)
R 189 of 588 ~ 32.14%
G 216 of 588 ~ 36.73%
B 183 of 588 ~ 31.12%

%32.14
%36.73
%31.12

CMYK color model

#BDD8B7 color CMYK value is (13,0,15,15).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 15.29%
CMYK:
(13,0,15,15)
C13M0Y15K15 
(13%,0%,15%,15%)
(0.13/0.00/0.15/0.15)	

CMYK percentages

%12.5
%0
%15.28
%15.29

Codes

Color #BDD8B7 in popluar color models

BDD8B7
RGB189216183
HSL109°29.73%78.24%
HSB/HSV109°15.28%84.71%
CMYK12.50%0.00%15.28%
15.29%

Color #BDD8B7 in popluar number systems.

HEXBDD8B7
Decimal189216183
Binary101111011101100010110111
Octal275330267

Shades and tints

Shades of #BDD8B7

#BDD8B7
(189,216,183)
#ACC5A7
(172,197,167)
#9BB297
(155,178,151)
#8A9F87
(138,159,135)
#798C77
(121,140,119)
#687967
(104,121,103)
#576657
(87,102,87)
#465347
(70,83,71)
#354037
(53,64,55)
#242D27
(36,45,39)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #BDD8B7

#BDD8B7
(189,216,183)
#C3DBBD
(195,219,189)
#C9DEC3
(201,222,195)
#CFE1C9
(207,225,201)
#D5E4CF
(213,228,207)
#DBE7D5
(219,231,213)
#E1EADB
(225,234,219)
#E7EDE1
(231,237,225)
#EDF0E7
(237,240,231)
#F3F3ED
(243,243,237)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD8B7 color. Also use rgb(189,216,183) instead hex code.

Text Font Color

.myTextColor { color: #BDD8B7; }

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

This text font color is #BDD8B7.


Background Color

.myBgColor { background-color: #BDD8B7; }

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

This div background color is #BDD8B7.


Border color

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

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

This div border color is #BDD8B7.


Opacity

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

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

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

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

This text has shadow with #BDD8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD8B7 on black background.


Color preview on white background

This text has color #BDD8B7 on white background.



Black color preview on #BDD8B7 background

This text has black color on #BDD8B7 background.


White color preview on #BDD8B7 background

This text has white color on #BDD8B7 background.