COLOR #BCE6AF

HEX: #BCE6AF
RGB: (188,230,175)

Color info

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

RGB color model

#BCE6AF color RGB value is (188,230,175).

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

RGB channels and saturation

R 188 of 255 = 74%
G 230 of 255 = 90%
B 175 of 255 = 69%

188
230
175

R + G + B ~ 78%. #BCE6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 230 + 175 = 593 (100%)
R 188 of 593 ~ 31.7%
G 230 of 593 ~ 38.79%
B 175 of 593 ~ 29.51%

%31.7
%38.79
%29.51

CMYK color model

#BCE6AF color CMYK value is (18,0,24,10).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(18,0,24,10)
C18M0Y24K10 
(18%,0%,24%,10%)
(0.18/0.00/0.24/0.10)	

CMYK percentages

%18.26
%0
%23.91
%9.8

Codes

Color #BCE6AF in popluar color models

BCE6AF
RGB188230175
HSL106°52.38%79.41%
HSB/HSV106°23.91%90.20%
CMYK18.26%0.00%23.91%
9.80%

Color #BCE6AF in popluar number systems.

HEXBCE6AF
Decimal188230175
Binary101111001110011010101111
Octal274346257

Shades and tints

Shades of #BCE6AF

#BCE6AF
(188,230,175)
#ABD2A0
(171,210,160)
#9ABE91
(154,190,145)
#89AA82
(137,170,130)
#789673
(120,150,115)
#678264
(103,130,100)
#566E55
(86,110,85)
#455A46
(69,90,70)
#344637
(52,70,55)
#233228
(35,50,40)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #BCE6AF

#BCE6AF
(188,230,175)
#C2E8B6
(194,232,182)
#C8EABD
(200,234,189)
#CEECC4
(206,236,196)
#D4EECB
(212,238,203)
#DAF0D2
(218,240,210)
#E0F2D9
(224,242,217)
#E6F4E0
(230,244,224)
#ECF6E7
(236,246,231)
#F2F8EE
(242,248,238)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE6AF; }

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

This text font color is #BCE6AF.


Background Color

.myBgColor { background-color: #BCE6AF; }

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

This div background color is #BCE6AF.


Border color

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

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

This div border color is #BCE6AF.


Opacity

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

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

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

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

This text has shadow with #BCE6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE6AF on black background.


Color preview on white background

This text has color #BCE6AF on white background.



Black color preview on #BCE6AF background

This text has black color on #BCE6AF background.


White color preview on #BCE6AF background

This text has white color on #BCE6AF background.