COLOR #BCE663

HEX: #BCE663
RGB: (188,230,99)

Renk bilgisi

#BCE663 contains mainly red and green colors. #BCE663 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BCE663 color RGB value is (188,230,99).

  • kırmız ton 188;
  • yeşil ton 230;
  • mavi ton 99.
RGB:
(188,230,99)
(74%,90%,39%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 230 of 255 = 90%
B 99 of 255 = 39%

188
230
99

R + G + B ~ 68%. #BCE663 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 230 + 99 = 517 (100%)
R 188 of 517 ~ 36.36%
G 230 of 517 ~ 44.49%
B 99 of 517 ~ 19.15%

%36.36
%44.49
%19.15

CMYK RENK MODELİ

#BCE663 rengi CMYK tonu (18,0,57,10).

  • camgöbeği tonu 18.26%
  • eflatun tonu 0.00%
  • sarı tonu 56.96%
  • ana renk tonu 9.80%
CMYK:
(18,0,57,10)
C18M0Y57K10 
(18%,0%,57%,10%)
(0.18/0.00/0.57/0.10)	

CMYK yüzdeleri

%18.26
%0
%56.96
%9.8

Codes

Color #BCE663 in popluar color models

BCE663
RGB18823099
HSL79°72.38%64.51%
HSB/HSV79°56.96%90.20%
CMYK18.26%0.00%56.96%
9.80%

Color #BCE663 in popluar number systems.

HEXBCE663
Decimal18823099
Binary10111100111001101100011
Octal274346143

Shades and tints

Shades of #BCE663

#BCE663
(188,230,99)
#ABD25A
(171,210,90)
#9ABE51
(154,190,81)
#89AA48
(137,170,72)
#78963F
(120,150,63)
#678236
(103,130,54)
#566E2D
(86,110,45)
#455A24
(69,90,36)
#34461B
(52,70,27)
#233212
(35,50,18)
#121E09
(18,30,9)
#000000
(0,0,0)

Tints of #BCE663

#BCE663
(188,230,99)
#C2E871
(194,232,113)
#C8EA7F
(200,234,127)
#CEEC8D
(206,236,141)
#D4EE9B
(212,238,155)
#DAF0A9
(218,240,169)
#E0F2B7
(224,242,183)
#E6F4C5
(230,244,197)
#ECF6D3
(236,246,211)
#F2F8E1
(242,248,225)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE663; }

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

This text font color is #BCE663.


Background Color

.myBgColor { background-color: #BCE663; }

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

This div background color is #BCE663.


Border color

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

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

This div border color is #BCE663.


Opacity

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

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

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

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

This text has shadow with #BCE663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE663 on black background.


Color preview on white background

This text has color #BCE663 on white background.



Black color preview on #BCE663 background

This text has black color on #BCE663 background.


White color preview on #BCE663 background

This text has white color on #BCE663 background.