COLOR #BCD39C

HEX: #BCD39C
RGB: (188,211,156)

Renk bilgisi

#BCD39C contains red, green and blue colors in about the same proportion. #BCD39C ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BCD39C color RGB value is (188,211,156).

  • kırmız ton 188;
  • yeşil ton 211;
  • mavi ton 156.
RGB:
(188,211,156)
(74%,83%,61%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 211 of 255 = 83%
B 156 of 255 = 61%

188
211
156

R + G + B ~ 73%. #BCD39C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 211 + 156 = 555 (100%)
R 188 of 555 ~ 33.87%
G 211 of 555 ~ 38.02%
B 156 of 555 ~ 28.11%

%33.87
%38.02
%28.11

CMYK RENK MODELİ

#BCD39C rengi CMYK tonu (11,0,26,17).

  • camgöbeği tonu 10.90%
  • eflatun tonu 0.00%
  • sarı tonu 26.07%
  • ana renk tonu 17.25%
CMYK:
(11,0,26,17)
C11M0Y26K17 
(11%,0%,26%,17%)
(0.11/0.00/0.26/0.17)	

CMYK yüzdeleri

%10.9
%0
%26.07
%17.25

Codes

Color #BCD39C in popluar color models

BCD39C
RGB188211156
HSL85°38.46%71.96%
HSB/HSV85°26.07%82.75%
CMYK10.90%0.00%26.07%
17.25%

Color #BCD39C in popluar number systems.

HEXBCD39C
Decimal188211156
Binary101111001101001110011100
Octal274323234

Shades and tints

Shades of #BCD39C

#BCD39C
(188,211,156)
#ABC08E
(171,192,142)
#9AAD80
(154,173,128)
#899A72
(137,154,114)
#788764
(120,135,100)
#677456
(103,116,86)
#566148
(86,97,72)
#454E3A
(69,78,58)
#343B2C
(52,59,44)
#23281E
(35,40,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCD39C

#BCD39C
(188,211,156)
#C2D7A5
(194,215,165)
#C8DBAE
(200,219,174)
#CEDFB7
(206,223,183)
#D4E3C0
(212,227,192)
#DAE7C9
(218,231,201)
#E0EBD2
(224,235,210)
#E6EFDB
(230,239,219)
#ECF3E4
(236,243,228)
#F2F7ED
(242,247,237)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD39C; }

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

This text font color is #BCD39C.


Background Color

.myBgColor { background-color: #BCD39C; }

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

This div background color is #BCD39C.


Border color

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

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

This div border color is #BCD39C.


Opacity

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

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

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

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

This text has shadow with #BCD39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD39C on black background.


Color preview on white background

This text has color #BCD39C on white background.



Black color preview on #BCD39C background

This text has black color on #BCD39C background.


White color preview on #BCD39C background

This text has white color on #BCD39C background.