COLOR #C6E694

HEX: #C6E694
RGB: (198,230,148)

Renk bilgisi

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

RGB renk modeli

#C6E694 color RGB value is (198,230,148).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 230 of 255 = 90%
B 148 of 255 = 58%

198
230
148

R + G + B ~ 75%. #C6E694 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 230 + 148 = 576 (100%)
R 198 of 576 ~ 34.38%
G 230 of 576 ~ 39.93%
B 148 of 576 ~ 25.69%

%34.38
%39.93
%25.69

CMYK RENK MODELİ

#C6E694 rengi CMYK tonu (14,0,36,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.00%
  • sarı tonu 35.65%
  • ana renk tonu 9.80%
CMYK:
(14,0,36,10)
C14M0Y36K10 
(14%,0%,36%,10%)
(0.14/0.00/0.36/0.10)	

CMYK yüzdeleri

%13.91
%0
%35.65
%9.8

Codes

Color #C6E694 in popluar color models

C6E694
RGB198230148
HSL83°62.12%74.12%
HSB/HSV83°35.65%90.20%
CMYK13.91%0.00%35.65%
9.80%

Color #C6E694 in popluar number systems.

HEXC6E694
Decimal198230148
Binary110001101110011010010100
Octal306346224

Shades and tints

Shades of #C6E694

#C6E694
(198,230,148)
#B4D287
(180,210,135)
#A2BE7A
(162,190,122)
#90AA6D
(144,170,109)
#7E9660
(126,150,96)
#6C8253
(108,130,83)
#5A6E46
(90,110,70)
#485A39
(72,90,57)
#36462C
(54,70,44)
#24321F
(36,50,31)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #C6E694

#C6E694
(198,230,148)
#CBE89D
(203,232,157)
#D0EAA6
(208,234,166)
#D5ECAF
(213,236,175)
#DAEEB8
(218,238,184)
#DFF0C1
(223,240,193)
#E4F2CA
(228,242,202)
#E9F4D3
(233,244,211)
#EEF6DC
(238,246,220)
#F3F8E5
(243,248,229)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E694; }

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

This text font color is #C6E694.


Background Color

.myBgColor { background-color: #C6E694; }

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

This div background color is #C6E694.


Border color

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

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

This div border color is #C6E694.


Opacity

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

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

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

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

This text has shadow with #C6E694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E694 on black background.


Color preview on white background

This text has color #C6E694 on white background.



Black color preview on #C6E694 background

This text has black color on #C6E694 background.


White color preview on #C6E694 background

This text has white color on #C6E694 background.