COLOR #BCD7BE

HEX: #BCD7BE RGB: (188,215,190)

Color info

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

RGB color model

#BCD7BE color RGB value is (188,215,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 190 of 255 = 75%

188
215
190

R + G + B ~ 78%. #BCD7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 190 = 593 (100%)
R 188 of 593 ~ 31.7%
G 215 of 593 ~ 36.26%
B 190 of 593 ~ 32.04%

%31.7
%36.26
%32.04

CMYK color model

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

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

CMYK percentages

%12.56
%0
%11.63
%15.69

Codes

Color #BCD7BE in popluar color models

BCD7BE
RGB188215190
HSL124°25.23%79.02%
HSB/HSV124°12.56%84.31%
CMYK12.56%0.00%11.63%
15.69%

Color #BCD7BE in popluar number systems.

HEXBCD7BE
Decimal188215190
Binary101111001101011110111110
Octal274327276

Shades and tints

Shades of #BCD7BE

#BCD7BE
(188,215,190)
#ABC4AD
(171,196,173)
#9AB19C
(154,177,156)
#899E8B
(137,158,139)
#788B7A
(120,139,122)
#677869
(103,120,105)
#566558
(86,101,88)
#455247
(69,82,71)
#343F36
(52,63,54)
#232C25
(35,44,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCD7BE

#BCD7BE
(188,215,190)
#C2DAC3
(194,218,195)
#C8DDC8
(200,221,200)
#CEE0CD
(206,224,205)
#D4E3D2
(212,227,210)
#DAE6D7
(218,230,215)
#E0E9DC
(224,233,220)
#E6ECE1
(230,236,225)
#ECEFE6
(236,239,230)
#F2F2EB
(242,242,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD7BE; }

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

This text font color is #BCD7BE.


Background Color

.myBgColor { background-color: #BCD7BE; }

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

This div background color is #BCD7BE.


Border color

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

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

This div border color is #BCD7BE.


Opacity

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

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

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

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

This text has shadow with #BCD7BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCD7BE on black background.


Color preview on white background

This text has color #BCD7BE on white background.



Black color preview on #BCD7BE background

This text has black color on #BCD7BE background.


White color preview on #BCD7BE background

This text has white color on #BCD7BE background.