COLOR #BCD8AF

HEX: #BCD8AF
RGB: (188,216,175)

Color info

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

RGB color model

#BCD8AF color RGB value is (188,216,175).

  • red value is 188;
  • green value is 216;
  • blue value is 175.
RGB:
(188,216,175)
(74%,85%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 175 of 255 = 69%

188
216
175

R + G + B ~ 76%. #BCD8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 216 + 175 = 579 (100%)
R 188 of 579 ~ 32.47%
G 216 of 579 ~ 37.31%
B 175 of 579 ~ 30.22%

%32.47
%37.31
%30.22

CMYK color model

#BCD8AF color CMYK value is (13,0,19,15).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 15.29%
CMYK:
(13,0,19,15)
C13M0Y19K15 
(13%,0%,19%,15%)
(0.13/0.00/0.19/0.15)	

CMYK percentages

%12.96
%0
%18.98
%15.29

Codes

Color #BCD8AF in popluar color models

BCD8AF
RGB188216175
HSL101°34.45%76.67%
HSB/HSV101°18.98%84.71%
CMYK12.96%0.00%18.98%
15.29%

Color #BCD8AF in popluar number systems.

HEXBCD8AF
Decimal188216175
Binary101111001101100010101111
Octal274330257

Shades and tints

Shades of #BCD8AF

#BCD8AF
(188,216,175)
#ABC5A0
(171,197,160)
#9AB291
(154,178,145)
#899F82
(137,159,130)
#788C73
(120,140,115)
#677964
(103,121,100)
#566655
(86,102,85)
#455346
(69,83,70)
#344037
(52,64,55)
#232D28
(35,45,40)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCD8AF

#BCD8AF
(188,216,175)
#C2DBB6
(194,219,182)
#C8DEBD
(200,222,189)
#CEE1C4
(206,225,196)
#D4E4CB
(212,228,203)
#DAE7D2
(218,231,210)
#E0EAD9
(224,234,217)
#E6EDE0
(230,237,224)
#ECF0E7
(236,240,231)
#F2F3EE
(242,243,238)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD8AF color. Also use rgb(188,216,175) instead hex code.

Text Font Color

.myTextColor { color: #BCD8AF; }

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

This text font color is #BCD8AF.


Background Color

.myBgColor { background-color: #BCD8AF; }

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

This div background color is #BCD8AF.


Border color

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

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

This div border color is #BCD8AF.


Opacity

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

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

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

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

This text has shadow with #BCD8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD8AF on black background.


Color preview on white background

This text has color #BCD8AF on white background.



Black color preview on #BCD8AF background

This text has black color on #BCD8AF background.


White color preview on #BCD8AF background

This text has white color on #BCD8AF background.