COLOR #C6F9AC

HEX: #C6F9AC
RGB: (198,249,172)

Renk bilgisi

#C6F9AC contains mainly red and green colors. #C6F9AC ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C6F9AC color RGB value is (198,249,172).

  • kırmız ton 198;
  • yeşil ton 249;
  • mavi ton 172.
RGB:
(198,249,172)
(78%,98%,67%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 249 of 255 = 98%
B 172 of 255 = 67%

198
249
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 249 + 172 = 619 (100%)
R 198 of 619 ~ 31.99%
G 249 of 619 ~ 40.23%
B 172 of 619 ~ 27.79%

%31.99
%40.23
%27.79

CMYK RENK MODELİ

#C6F9AC rengi CMYK tonu (20,0,31,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 0.00%
  • sarı tonu 30.92%
  • ana renk tonu 2.35%
CMYK:
(20,0,31,2)
C20M0Y31K2 
(20%,0%,31%,2%)
(0.20/0.00/0.31/0.02)	

CMYK yüzdeleri

%20.48
%0
%30.92
%2.35

Codes

Color #C6F9AC in popluar color models

C6F9AC
RGB198249172
HSL100°86.52%82.55%
HSB/HSV100°30.92%97.65%
CMYK20.48%0.00%30.92%
2.35%

Color #C6F9AC in popluar number systems.

HEXC6F9AC
Decimal198249172
Binary110001101111100110101100
Octal306371254

Shades and tints

Shades of #C6F9AC

#C6F9AC
(198,249,172)
#B4E39D
(180,227,157)
#A2CD8E
(162,205,142)
#90B77F
(144,183,127)
#7EA170
(126,161,112)
#6C8B61
(108,139,97)
#5A7552
(90,117,82)
#485F43
(72,95,67)
#364934
(54,73,52)
#243325
(36,51,37)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #C6F9AC

#C6F9AC
(198,249,172)
#CBF9B3
(203,249,179)
#D0F9BA
(208,249,186)
#D5F9C1
(213,249,193)
#DAF9C8
(218,249,200)
#DFF9CF
(223,249,207)
#E4F9D6
(228,249,214)
#E9F9DD
(233,249,221)
#EEF9E4
(238,249,228)
#F3F9EB
(243,249,235)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F9AC color. Also use rgb(198,249,172) instead hex code.

Text Font Color

.myTextColor { color: #C6F9AC; }

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

This text font color is #C6F9AC.


Background Color

.myBgColor { background-color: #C6F9AC; }

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

This div background color is #C6F9AC.


Border color

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

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

This div border color is #C6F9AC.


Opacity

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

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

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

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

This text has shadow with #C6F9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9AC on black background.


Color preview on white background

This text has color #C6F9AC on white background.



Black color preview on #C6F9AC background

This text has black color on #C6F9AC background.


White color preview on #C6F9AC background

This text has white color on #C6F9AC background.