COLOR #C6E9B6

HEX: #C6E9B6
RGB: (198,233,182)

Renk bilgisi

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

RGB renk modeli

#C6E9B6 color RGB value is (198,233,182).

  • kırmız ton 198;
  • yeşil ton 233;
  • mavi ton 182.
RGB:
(198,233,182)
(78%,91%,71%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 233 of 255 = 91%
B 182 of 255 = 71%

198
233
182

R + G + B ~ 80%. #C6E9B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 233 + 182 = 613 (100%)
R 198 of 613 ~ 32.3%
G 233 of 613 ~ 38.01%
B 182 of 613 ~ 29.69%

%32.3
%38.01
%29.69

CMYK RENK MODELİ

#C6E9B6 rengi CMYK tonu (15,0,22,9).

  • camgöbeği tonu 15.02%
  • eflatun tonu 0.00%
  • sarı tonu 21.89%
  • ana renk tonu 8.63%
CMYK:
(15,0,22,9)
C15M0Y22K9 
(15%,0%,22%,9%)
(0.15/0.00/0.22/0.09)	

CMYK yüzdeleri

%15.02
%0
%21.89
%8.63

Codes

Color #C6E9B6 in popluar color models

C6E9B6
RGB198233182
HSL101°53.68%81.37%
HSB/HSV101°21.89%91.37%
CMYK15.02%0.00%21.89%
8.63%

Color #C6E9B6 in popluar number systems.

HEXC6E9B6
Decimal198233182
Binary110001101110100110110110
Octal306351266

Shades and tints

Shades of #C6E9B6

#C6E9B6
(198,233,182)
#B4D4A6
(180,212,166)
#A2BF96
(162,191,150)
#90AA86
(144,170,134)
#7E9576
(126,149,118)
#6C8066
(108,128,102)
#5A6B56
(90,107,86)
#485646
(72,86,70)
#364136
(54,65,54)
#242C26
(36,44,38)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6E9B6

#C6E9B6
(198,233,182)
#CBEBBC
(203,235,188)
#D0EDC2
(208,237,194)
#D5EFC8
(213,239,200)
#DAF1CE
(218,241,206)
#DFF3D4
(223,243,212)
#E4F5DA
(228,245,218)
#E9F7E0
(233,247,224)
#EEF9E6
(238,249,230)
#F3FBEC
(243,251,236)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E9B6 color. Also use rgb(198,233,182) instead hex code.

Text Font Color

.myTextColor { color: #C6E9B6; }

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

This text font color is #C6E9B6.


Background Color

.myBgColor { background-color: #C6E9B6; }

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

This div background color is #C6E9B6.


Border color

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

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

This div border color is #C6E9B6.


Opacity

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

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

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

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

This text has shadow with #C6E9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9B6 on black background.


Color preview on white background

This text has color #C6E9B6 on white background.



Black color preview on #C6E9B6 background

This text has black color on #C6E9B6 background.


White color preview on #C6E9B6 background

This text has white color on #C6E9B6 background.