COLOR #BCD1AF

HEX: #BCD1AF
RGB: (188,209,175)

Color info

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

RGB color model

#BCD1AF color RGB value is (188,209,175).

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

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 175 of 255 = 69%

188
209
175

R + G + B ~ 75%. #BCD1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 175 = 572 (100%)
R 188 of 572 ~ 32.87%
G 209 of 572 ~ 36.54%
B 175 of 572 ~ 30.59%

%32.87
%36.54
%30.59

CMYK color model

#BCD1AF color CMYK value is (10,0,16,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(10,0,16,18)
C10M0Y16K18 
(10%,0%,16%,18%)
(0.10/0.00/0.16/0.18)	

CMYK percentages

%10.05
%0
%16.27
%18.04

Codes

Color #BCD1AF in popluar color models

BCD1AF
RGB188209175
HSL97°26.98%75.29%
HSB/HSV97°16.27%81.96%
CMYK10.05%0.00%16.27%
18.04%

Color #BCD1AF in popluar number systems.

HEXBCD1AF
Decimal188209175
Binary101111001101000110101111
Octal274321257

Shades and tints

Shades of #BCD1AF

#BCD1AF
(188,209,175)
#ABBEA0
(171,190,160)
#9AAB91
(154,171,145)
#899882
(137,152,130)
#788573
(120,133,115)
#677264
(103,114,100)
#565F55
(86,95,85)
#454C46
(69,76,70)
#343937
(52,57,55)
#232628
(35,38,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #BCD1AF

#BCD1AF
(188,209,175)
#C2D5B6
(194,213,182)
#C8D9BD
(200,217,189)
#CEDDC4
(206,221,196)
#D4E1CB
(212,225,203)
#DAE5D2
(218,229,210)
#E0E9D9
(224,233,217)
#E6EDE0
(230,237,224)
#ECF1E7
(236,241,231)
#F2F5EE
(242,245,238)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1AF; }

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

This text font color is #BCD1AF.


Background Color

.myBgColor { background-color: #BCD1AF; }

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

This div background color is #BCD1AF.


Border color

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

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

This div border color is #BCD1AF.


Opacity

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

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

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

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

This text has shadow with #BCD1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1AF on black background.


Color preview on white background

This text has color #BCD1AF on white background.



Black color preview on #BCD1AF background

This text has black color on #BCD1AF background.


White color preview on #BCD1AF background

This text has white color on #BCD1AF background.