COLOR #BCD7AF

HEX: #BCD7AF RGB: (188,215,175)

Color info

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

RGB color model

#BCD7AF color RGB value is (188,215,175).

RGB: (188,215,175) (74%, 84%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 175 of 255 = 69%

188
215
175

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

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 175 = 578 (100%)
R 188 of 578 ~ 32.53%
G 215 of 578 ~ 37.2%
B 175 of 578 ~ 30.28'%

%32.53
%37.2
%30.28

CMYK color model

#BCD7AF color CMYK value is (13,0,19,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 15.69%

CMYK: (13,0,19,16)
C13M0Y19K16 (13%, 0%, 19%, 16%)
(0.13 / 0.00 / 0.19 / 0.16)

CMYK percentages

%12.56
%0
%18.6
%15.69

Codes

Color #BCD7AF in popluar color models

BC D7 AF
RGB 188 215 175
HSL 101° 33.33% 76.47%
HSB/HSV 101° 18.60% 84.31%
CMYK 12.56% 0.00% 18.60%
15.69%

Color #BCD7AF in popluar number systems.

HEX BC D7 AF
Decimal 188 215 175
Binary 10111100 11010111 10101111
Octal 274 327 257

Shades and tints

Shades of #BCD7AF

#BCD7AF
(188,215,175)
#ABC4A0
(171,196,160)
#9AB191
(154,177,145)
#899E82
(137,158,130)
#788B73
(120,139,115)
#677864
(103,120,100)
#566555
(86,101,85)
#455246
(69,82,70)
#343F37
(52,63,55)
#232C28
(35,44,40)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCD7AF

#BCD7AF
(188,215,175)
#C2DAB6
(194,218,182)
#C8DDBD
(200,221,189)
#CEE0C4
(206,224,196)
#D4E3CB
(212,227,203)
#DAE6D2
(218,230,210)
#E0E9D9
(224,233,217)
#E6ECE0
(230,236,224)
#ECEFE7
(236,239,231)
#F2F2EE
(242,242,238)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD7AF; }

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

This text font color is #BCD7AF.

Background Color

.myBgColor { background-color: #BCD7AF; }

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

This div background color is #BCD7AF.

Border color

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

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

This div border color is #BCD7AF.

Opacity

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

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

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

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

This text has shadow with #BCD7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD7AF.

Preview

Color preview on black background

This text has color #BCD7AF on black background.


Color preview on white background

This text has color #BCD7AF on white background.


Black color preview on #BCD7AF background

This text has black color on #BCD7AF background.


White color preview on #BCD7AF background

This text has white color on #BCD7AF background.


Related colors

Complementary color

Complementary color for #hex is #432850.


I love getcolorcode.com

Triadic colors

1 #AFBCD7 and #D7AFBC with #BCD7AF are triadic colors.

2 #AFD7BC and #D7BCAF with #BCD7AF are triadic colors.