COLOR #BDD5B7

HEX: #BDD5B7
RGB: (189,213,183)

Color info

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

RGB color model

#BDD5B7 color RGB value is (189,213,183).

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

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 183 of 255 = 72%

189
213
183

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 183 = 585 (100%)
R 189 of 585 ~ 32.31%
G 213 of 585 ~ 36.41%
B 183 of 585 ~ 31.28%

%32.31
%36.41
%31.28

CMYK color model

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

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(11,0,14,16)
C11M0Y14K16 
(11%,0%,14%,16%)
(0.11/0.00/0.14/0.16)	

CMYK percentages

%11.27
%0
%14.08
%16.47

Codes

Color #BDD5B7 in popluar color models

BDD5B7
RGB189213183
HSL108°26.32%77.65%
HSB/HSV108°14.08%83.53%
CMYK11.27%0.00%14.08%
16.47%

Color #BDD5B7 in popluar number systems.

HEXBDD5B7
Decimal189213183
Binary101111011101010110110111
Octal275325267

Shades and tints

Shades of #BDD5B7

#BDD5B7
(189,213,183)
#ACC2A7
(172,194,167)
#9BAF97
(155,175,151)
#8A9C87
(138,156,135)
#798977
(121,137,119)
#687667
(104,118,103)
#576357
(87,99,87)
#465047
(70,80,71)
#353D37
(53,61,55)
#242A27
(36,42,39)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDD5B7

#BDD5B7
(189,213,183)
#C3D8BD
(195,216,189)
#C9DBC3
(201,219,195)
#CFDEC9
(207,222,201)
#D5E1CF
(213,225,207)
#DBE4D5
(219,228,213)
#E1E7DB
(225,231,219)
#E7EAE1
(231,234,225)
#EDEDE7
(237,237,231)
#F3F0ED
(243,240,237)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5B7; }

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

This text font color is #BDD5B7.


Background Color

.myBgColor { background-color: #BDD5B7; }

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

This div background color is #BDD5B7.


Border color

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

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

This div border color is #BDD5B7.


Opacity

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

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

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

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

This text has shadow with #BDD5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5B7 on black background.


Color preview on white background

This text has color #BDD5B7 on white background.



Black color preview on #BDD5B7 background

This text has black color on #BDD5B7 background.


White color preview on #BDD5B7 background

This text has white color on #BDD5B7 background.