COLOR #BCD7B9

HEX: #BCD7B9
RGB: (188,215,185)

Color info

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

RGB color model

#BCD7B9 color RGB value is (188,215,185).

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

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 185 of 255 = 73%

188
215
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 185 = 588 (100%)
R 188 of 588 ~ 31.97%
G 215 of 588 ~ 36.56%
B 185 of 588 ~ 31.46%

%31.97
%36.56
%31.46

CMYK color model

#BCD7B9 color CMYK value is (13,0,14,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 15.69%
CMYK:
(13,0,14,16)
C13M0Y14K16 
(13%,0%,14%,16%)
(0.13/0.00/0.14/0.16)	

CMYK percentages

%12.56
%0
%13.95
%15.69

Codes

Color #BCD7B9 in popluar color models

BCD7B9
RGB188215185
HSL114°27.27%78.43%
HSB/HSV114°13.95%84.31%
CMYK12.56%0.00%13.95%
15.69%

Color #BCD7B9 in popluar number systems.

HEXBCD7B9
Decimal188215185
Binary101111001101011110111001
Octal274327271

Shades and tints

Shades of #BCD7B9

#BCD7B9
(188,215,185)
#ABC4A9
(171,196,169)
#9AB199
(154,177,153)
#899E89
(137,158,137)
#788B79
(120,139,121)
#677869
(103,120,105)
#566559
(86,101,89)
#455249
(69,82,73)
#343F39
(52,63,57)
#232C29
(35,44,41)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCD7B9

#BCD7B9
(188,215,185)
#C2DABF
(194,218,191)
#C8DDC5
(200,221,197)
#CEE0CB
(206,224,203)
#D4E3D1
(212,227,209)
#DAE6D7
(218,230,215)
#E0E9DD
(224,233,221)
#E6ECE3
(230,236,227)
#ECEFE9
(236,239,233)
#F2F2EF
(242,242,239)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD7B9 color. Also use rgb(188,215,185) instead hex code.

Text Font Color

.myTextColor { color: #BCD7B9; }

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

This text font color is #BCD7B9.


Background Color

.myBgColor { background-color: #BCD7B9; }

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

This div background color is #BCD7B9.


Border color

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

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

This div border color is #BCD7B9.


Opacity

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

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

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

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

This text has shadow with #BCD7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD7B9 on black background.


Color preview on white background

This text has color #BCD7B9 on white background.



Black color preview on #BCD7B9 background

This text has black color on #BCD7B9 background.


White color preview on #BCD7B9 background

This text has white color on #BCD7B9 background.