COLOR #BCCFA7

HEX: #BCCFA7
RGB: (188,207,167)

Color info

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

RGB color model

#BCCFA7 color RGB value is (188,207,167).

  • red value is 188;
  • green value is 207;
  • blue value is 167.
RGB:
(188,207,167)
(74%,81%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 167 of 255 = 65%

188
207
167

R + G + B ~ 73%. #BCCFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 167 = 562 (100%)
R 188 of 562 ~ 33.45%
G 207 of 562 ~ 36.83%
B 167 of 562 ~ 29.72%

%33.45
%36.83
%29.72

CMYK color model

#BCCFA7 color CMYK value is (9,0,19,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 18.82%
CMYK:
(9,0,19,19)
C9M0Y19K19 
(9%,0%,19%,19%)
(0.09/0.00/0.19/0.19)	

CMYK percentages

%9.18
%0
%19.32
%18.82

Codes

Color #BCCFA7 in popluar color models

BCCFA7
RGB188207167
HSL89°29.41%73.33%
HSB/HSV89°19.32%81.18%
CMYK9.18%0.00%19.32%
18.82%

Color #BCCFA7 in popluar number systems.

HEXBCCFA7
Decimal188207167
Binary101111001100111110100111
Octal274317247

Shades and tints

Shades of #BCCFA7

#BCCFA7
(188,207,167)
#ABBD98
(171,189,152)
#9AAB89
(154,171,137)
#89997A
(137,153,122)
#78876B
(120,135,107)
#67755C
(103,117,92)
#56634D
(86,99,77)
#45513E
(69,81,62)
#343F2F
(52,63,47)
#232D20
(35,45,32)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #BCCFA7

#BCCFA7
(188,207,167)
#C2D3AF
(194,211,175)
#C8D7B7
(200,215,183)
#CEDBBF
(206,219,191)
#D4DFC7
(212,223,199)
#DAE3CF
(218,227,207)
#E0E7D7
(224,231,215)
#E6EBDF
(230,235,223)
#ECEFE7
(236,239,231)
#F2F3EF
(242,243,239)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCFA7 color. Also use rgb(188,207,167) instead hex code.

Text Font Color

.myTextColor { color: #BCCFA7; }

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

This text font color is #BCCFA7.


Background Color

.myBgColor { background-color: #BCCFA7; }

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

This div background color is #BCCFA7.


Border color

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

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

This div border color is #BCCFA7.


Opacity

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

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

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

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

This text has shadow with #BCCFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFA7 on black background.


Color preview on white background

This text has color #BCCFA7 on white background.



Black color preview on #BCCFA7 background

This text has black color on #BCCFA7 background.


White color preview on #BCCFA7 background

This text has white color on #BCCFA7 background.