COLOR #C6F9B3

HEX: #C6F9B3
RGB: (198,249,179)

Renk bilgisi

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

RGB renk modeli

#C6F9B3 color RGB value is (198,249,179).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 249 of 255 = 98%
B 179 of 255 = 70%

198
249
179

R + G + B ~ 82%. #C6F9B3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 249 + 179 = 626 (100%)
R 198 of 626 ~ 31.63%
G 249 of 626 ~ 39.78%
B 179 of 626 ~ 28.59%

%31.63
%39.78
%28.59

CMYK RENK MODELİ

#C6F9B3 rengi CMYK tonu (20,0,28,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 0.00%
  • sarı tonu 28.11%
  • ana renk tonu 2.35%
CMYK:
(20,0,28,2)
C20M0Y28K2 
(20%,0%,28%,2%)
(0.20/0.00/0.28/0.02)	

CMYK yüzdeleri

%20.48
%0
%28.11
%2.35

Codes

Color #C6F9B3 in popluar color models

C6F9B3
RGB198249179
HSL104°85.37%83.92%
HSB/HSV104°28.11%97.65%
CMYK20.48%0.00%28.11%
2.35%

Color #C6F9B3 in popluar number systems.

HEXC6F9B3
Decimal198249179
Binary110001101111100110110011
Octal306371263

Shades and tints

Shades of #C6F9B3

#C6F9B3
(198,249,179)
#B4E3A3
(180,227,163)
#A2CD93
(162,205,147)
#90B783
(144,183,131)
#7EA173
(126,161,115)
#6C8B63
(108,139,99)
#5A7553
(90,117,83)
#485F43
(72,95,67)
#364933
(54,73,51)
#243323
(36,51,35)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #C6F9B3

#C6F9B3
(198,249,179)
#CBF9B9
(203,249,185)
#D0F9BF
(208,249,191)
#D5F9C5
(213,249,197)
#DAF9CB
(218,249,203)
#DFF9D1
(223,249,209)
#E4F9D7
(228,249,215)
#E9F9DD
(233,249,221)
#EEF9E3
(238,249,227)
#F3F9E9
(243,249,233)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F9B3; }

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

This text font color is #C6F9B3.


Background Color

.myBgColor { background-color: #C6F9B3; }

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

This div background color is #C6F9B3.


Border color

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

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

This div border color is #C6F9B3.


Opacity

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

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

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

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

This text has shadow with #C6F9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9B3 on black background.


Color preview on white background

This text has color #C6F9B3 on white background.



Black color preview on #C6F9B3 background

This text has black color on #C6F9B3 background.


White color preview on #C6F9B3 background

This text has white color on #C6F9B3 background.