COLOR #BDD5B3

HEX: #BDD5B3
RGB: (189,213,179)

Color info

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

RGB color model

#BDD5B3 color RGB value is (189,213,179).

  • red value is 189;
  • green value is 213;
  • blue value is 179.
RGB:
(189,213,179)
(74%,84%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 179 of 255 = 70%

189
213
179

R + G + B ~ 76%. #BDD5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 179 = 581 (100%)
R 189 of 581 ~ 32.53%
G 213 of 581 ~ 36.66%
B 179 of 581 ~ 30.81%

%32.53
%36.66
%30.81

CMYK color model

#BDD5B3 color CMYK value is (11,0,16,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK:
(11,0,16,16)
C11M0Y16K16 
(11%,0%,16%,16%)
(0.11/0.00/0.16/0.16)	

CMYK percentages

%11.27
%0
%15.96
%16.47

Codes

Color #BDD5B3 in popluar color models

BDD5B3
RGB189213179
HSL102°28.81%76.86%
HSB/HSV102°15.96%83.53%
CMYK11.27%0.00%15.96%
16.47%

Color #BDD5B3 in popluar number systems.

HEXBDD5B3
Decimal189213179
Binary101111011101010110110011
Octal275325263

Shades and tints

Shades of #BDD5B3

#BDD5B3
(189,213,179)
#ACC2A3
(172,194,163)
#9BAF93
(155,175,147)
#8A9C83
(138,156,131)
#798973
(121,137,115)
#687663
(104,118,99)
#576353
(87,99,83)
#465043
(70,80,67)
#353D33
(53,61,51)
#242A23
(36,42,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDD5B3

#BDD5B3
(189,213,179)
#C3D8B9
(195,216,185)
#C9DBBF
(201,219,191)
#CFDEC5
(207,222,197)
#D5E1CB
(213,225,203)
#DBE4D1
(219,228,209)
#E1E7D7
(225,231,215)
#E7EADD
(231,234,221)
#EDEDE3
(237,237,227)
#F3F0E9
(243,240,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD5B3 color. Also use rgb(189,213,179) instead hex code.

Text Font Color

.myTextColor { color: #BDD5B3; }

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

This text font color is #BDD5B3.


Background Color

.myBgColor { background-color: #BDD5B3; }

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

This div background color is #BDD5B3.


Border color

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

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

This div border color is #BDD5B3.


Opacity

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

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

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

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

This text has shadow with #BDD5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5B3 on black background.


Color preview on white background

This text has color #BDD5B3 on white background.



Black color preview on #BDD5B3 background

This text has black color on #BDD5B3 background.


White color preview on #BDD5B3 background

This text has white color on #BDD5B3 background.