COLOR #BCD3AE

HEX: #BCD3AE RGB: (188,211,174)

Color info

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

RGB color model

#BCD3AE color RGB value is (188,211,174).

RGB: (188,211,174) (74%, 83%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 174 of 255 = 68%

188
211
174

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

Portions of RGB colors in percentages

R + G + B = 188 + 211 + 174 = 573 (100%)
R 188 of 573 ~ 32.81%
G 211 of 573 ~ 36.82%
B 174 of 573 ~ 30.37'%

%32.81
%36.82
%30.37

CMYK color model

#BCD3AE color CMYK value is (11,0,18,17).

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 17.25%

CMYK: (11,0,18,17)
C11M0Y18K17 (11%, 0%, 18%, 17%)
(0.11 / 0.00 / 0.18 / 0.17)

CMYK percentages

%10.9
%0
%17.54
%17.25

Codes

Color #BCD3AE in popluar color models

BC D3 AE
RGB 188 211 174
HSL 97° 29.60% 75.49%
HSB/HSV 97° 17.54% 82.75%
CMYK 10.90% 0.00% 17.54%
17.25%

Color #BCD3AE in popluar number systems.

HEX BC D3 AE
Decimal 188 211 174
Binary 10111100 11010011 10101110
Octal 274 323 256

Shades and tints

Shades of #BCD3AE

#BCD3AE
(188,211,174)
#ABC09F
(171,192,159)
#9AAD90
(154,173,144)
#899A81
(137,154,129)
#788772
(120,135,114)
#677463
(103,116,99)
#566154
(86,97,84)
#454E45
(69,78,69)
#343B36
(52,59,54)
#232827
(35,40,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCD3AE

#BCD3AE
(188,211,174)
#C2D7B5
(194,215,181)
#C8DBBC
(200,219,188)
#CEDFC3
(206,223,195)
#D4E3CA
(212,227,202)
#DAE7D1
(218,231,209)
#E0EBD8
(224,235,216)
#E6EFDF
(230,239,223)
#ECF3E6
(236,243,230)
#F2F7ED
(242,247,237)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD3AE color. Also use rgb(188,211,174) instead hex code.

Text Font Color

.myTextColor { color: #BCD3AE; }

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

This text font color is #BCD3AE.

Background Color

.myBgColor { background-color: #BCD3AE; }

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

This div background color is #BCD3AE.

Border color

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

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

This div border color is #BCD3AE.

Opacity

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

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

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

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

This text has shadow with #BCD3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD3AE.

Preview

Color preview on black background

This text has color #BCD3AE on black background.


Color preview on white background

This text has color #BCD3AE on white background.


Black color preview on #BCD3AE background

This text has black color on #BCD3AE background.


White color preview on #BCD3AE background

This text has white color on #BCD3AE background.


Related colors

Complementary color

Complementary color for #hex is #432C51.


I love getcolorcode.com

Triadic colors

1 #AEBCD3 and #D3AEBC with #BCD3AE are triadic colors.

2 #AED3BC and #D3BCAE with #BCD3AE are triadic colors.