COLOR #BDD7BB

HEX: #BDD7BB
RGB: (189,215,187)

Color info

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

RGB color model

#BDD7BB color RGB value is (189,215,187).

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

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 187 of 255 = 73%

189
215
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 187 = 591 (100%)
R 189 of 591 ~ 31.98%
G 215 of 591 ~ 36.38%
B 187 of 591 ~ 31.64%

%31.98
%36.38
%31.64

CMYK color model

#BDD7BB color CMYK value is (12,0,13,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(12,0,13,16)
C12M0Y13K16 
(12%,0%,13%,16%)
(0.12/0.00/0.13/0.16)	

CMYK percentages

%12.09
%0
%13.02
%15.69

Codes

Color #BDD7BB in popluar color models

BDD7BB
RGB189215187
HSL116°25.93%78.82%
HSB/HSV116°13.02%84.31%
CMYK12.09%0.00%13.02%
15.69%

Color #BDD7BB in popluar number systems.

HEXBDD7BB
Decimal189215187
Binary101111011101011110111011
Octal275327273

Shades and tints

Shades of #BDD7BB

#BDD7BB
(189,215,187)
#ACC4AA
(172,196,170)
#9BB199
(155,177,153)
#8A9E88
(138,158,136)
#798B77
(121,139,119)
#687866
(104,120,102)
#576555
(87,101,85)
#465244
(70,82,68)
#353F33
(53,63,51)
#242C22
(36,44,34)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #BDD7BB

#BDD7BB
(189,215,187)
#C3DAC1
(195,218,193)
#C9DDC7
(201,221,199)
#CFE0CD
(207,224,205)
#D5E3D3
(213,227,211)
#DBE6D9
(219,230,217)
#E1E9DF
(225,233,223)
#E7ECE5
(231,236,229)
#EDEFEB
(237,239,235)
#F3F2F1
(243,242,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7BB; }

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

This text font color is #BDD7BB.


Background Color

.myBgColor { background-color: #BDD7BB; }

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

This div background color is #BDD7BB.


Border color

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

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

This div border color is #BDD7BB.


Opacity

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

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

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

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

This text has shadow with #BDD7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7BB on black background.


Color preview on white background

This text has color #BDD7BB on white background.



Black color preview on #BDD7BB background

This text has black color on #BDD7BB background.


White color preview on #BDD7BB background

This text has white color on #BDD7BB background.