COLOR #C6E09C

HEX: #C6E09C
RGB: (198,224,156)

Renk bilgisi

#C6E09C contains mainly red and green colors. #C6E09C ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6E09C color RGB value is (198,224,156).

  • kırmız ton 198;
  • yeşil ton 224;
  • mavi ton 156.
RGB:
(198,224,156)
(78%,88%,61%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 224 of 255 = 88%
B 156 of 255 = 61%

198
224
156

R + G + B ~ 76%. #C6E09C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 224 + 156 = 578 (100%)
R 198 of 578 ~ 34.26%
G 224 of 578 ~ 38.75%
B 156 of 578 ~ 26.99%

%34.26
%38.75
%26.99

CMYK RENK MODELİ

#C6E09C rengi CMYK tonu (12,0,30,12).

  • camgöbeği tonu 11.61%
  • eflatun tonu 0.00%
  • sarı tonu 30.36%
  • ana renk tonu 12.16%
CMYK:
(12,0,30,12)
C12M0Y30K12 
(12%,0%,30%,12%)
(0.12/0.00/0.30/0.12)	

CMYK yüzdeleri

%11.61
%0
%30.36
%12.16

Codes

Color #C6E09C in popluar color models

C6E09C
RGB198224156
HSL83°52.31%74.51%
HSB/HSV83°30.36%87.84%
CMYK11.61%0.00%30.36%
12.16%

Color #C6E09C in popluar number systems.

HEXC6E09C
Decimal198224156
Binary110001101110000010011100
Octal306340234

Shades and tints

Shades of #C6E09C

#C6E09C
(198,224,156)
#B4CC8E
(180,204,142)
#A2B880
(162,184,128)
#90A472
(144,164,114)
#7E9064
(126,144,100)
#6C7C56
(108,124,86)
#5A6848
(90,104,72)
#48543A
(72,84,58)
#36402C
(54,64,44)
#242C1E
(36,44,30)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #C6E09C

#C6E09C
(198,224,156)
#CBE2A5
(203,226,165)
#D0E4AE
(208,228,174)
#D5E6B7
(213,230,183)
#DAE8C0
(218,232,192)
#DFEAC9
(223,234,201)
#E4ECD2
(228,236,210)
#E9EEDB
(233,238,219)
#EEF0E4
(238,240,228)
#F3F2ED
(243,242,237)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E09C color. Also use rgb(198,224,156) instead hex code.

Text Font Color

.myTextColor { color: #C6E09C; }

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

This text font color is #C6E09C.


Background Color

.myBgColor { background-color: #C6E09C; }

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

This div background color is #C6E09C.


Border color

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

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

This div border color is #C6E09C.


Opacity

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

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

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

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

This text has shadow with #C6E09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E09C on black background.


Color preview on white background

This text has color #C6E09C on white background.



Black color preview on #C6E09C background

This text has black color on #C6E09C background.


White color preview on #C6E09C background

This text has white color on #C6E09C background.