COLOR #C6E6BC

HEX: #C6E6BC
RGB: (198,230,188)

Renk bilgisi

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

RGB renk modeli

#C6E6BC color RGB value is (198,230,188).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 230 of 255 = 90%
B 188 of 255 = 74%

198
230
188

R + G + B ~ 81%. #C6E6BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 230 + 188 = 616 (100%)
R 198 of 616 ~ 32.14%
G 230 of 616 ~ 37.34%
B 188 of 616 ~ 30.52%

%32.14
%37.34
%30.52

CMYK RENK MODELİ

#C6E6BC rengi CMYK tonu (14,0,18,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.00%
  • sarı tonu 18.26%
  • ana renk tonu 9.80%
CMYK:
(14,0,18,10)
C14M0Y18K10 
(14%,0%,18%,10%)
(0.14/0.00/0.18/0.10)	

CMYK yüzdeleri

%13.91
%0
%18.26
%9.8

Codes

Color #C6E6BC in popluar color models

C6E6BC
RGB198230188
HSL106°45.65%81.96%
HSB/HSV106°18.26%90.20%
CMYK13.91%0.00%18.26%
9.80%

Color #C6E6BC in popluar number systems.

HEXC6E6BC
Decimal198230188
Binary110001101110011010111100
Octal306346274

Shades and tints

Shades of #C6E6BC

#C6E6BC
(198,230,188)
#B4D2AB
(180,210,171)
#A2BE9A
(162,190,154)
#90AA89
(144,170,137)
#7E9678
(126,150,120)
#6C8267
(108,130,103)
#5A6E56
(90,110,86)
#485A45
(72,90,69)
#364634
(54,70,52)
#243223
(36,50,35)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #C6E6BC

#C6E6BC
(198,230,188)
#CBE8C2
(203,232,194)
#D0EAC8
(208,234,200)
#D5ECCE
(213,236,206)
#DAEED4
(218,238,212)
#DFF0DA
(223,240,218)
#E4F2E0
(228,242,224)
#E9F4E6
(233,244,230)
#EEF6EC
(238,246,236)
#F3F8F2
(243,248,242)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E6BC; }

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

This text font color is #C6E6BC.


Background Color

.myBgColor { background-color: #C6E6BC; }

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

This div background color is #C6E6BC.


Border color

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

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

This div border color is #C6E6BC.


Opacity

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

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

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

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

This text has shadow with #C6E6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6BC on black background.


Color preview on white background

This text has color #C6E6BC on white background.



Black color preview on #C6E6BC background

This text has black color on #C6E6BC background.


White color preview on #C6E6BC background

This text has white color on #C6E6BC background.