COLOR #C6F99B

HEX: #C6F99B
RGB: (198,249,155)

Renk bilgisi

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

RGB renk modeli

#C6F99B color RGB value is (198,249,155).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 249 of 255 = 98%
B 155 of 255 = 61%

198
249
155

R + G + B ~ 79%. #C6F99B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 249 + 155 = 602 (100%)
R 198 of 602 ~ 32.89%
G 249 of 602 ~ 41.36%
B 155 of 602 ~ 25.75%

%32.89
%41.36
%25.75

CMYK RENK MODELİ

#C6F99B rengi CMYK tonu (20,0,38,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 0.00%
  • sarı tonu 37.75%
  • ana renk tonu 2.35%
CMYK:
(20,0,38,2)
C20M0Y38K2 
(20%,0%,38%,2%)
(0.20/0.00/0.38/0.02)	

CMYK yüzdeleri

%20.48
%0
%37.75
%2.35

Codes

Color #C6F99B in popluar color models

C6F99B
RGB198249155
HSL93°88.68%79.22%
HSB/HSV93°37.75%97.65%
CMYK20.48%0.00%37.75%
2.35%

Color #C6F99B in popluar number systems.

HEXC6F99B
Decimal198249155
Binary110001101111100110011011
Octal306371233

Shades and tints

Shades of #C6F99B

#C6F99B
(198,249,155)
#B4E38D
(180,227,141)
#A2CD7F
(162,205,127)
#90B771
(144,183,113)
#7EA163
(126,161,99)
#6C8B55
(108,139,85)
#5A7547
(90,117,71)
#485F39
(72,95,57)
#36492B
(54,73,43)
#24331D
(36,51,29)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #C6F99B

#C6F99B
(198,249,155)
#CBF9A4
(203,249,164)
#D0F9AD
(208,249,173)
#D5F9B6
(213,249,182)
#DAF9BF
(218,249,191)
#DFF9C8
(223,249,200)
#E4F9D1
(228,249,209)
#E9F9DA
(233,249,218)
#EEF9E3
(238,249,227)
#F3F9EC
(243,249,236)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F99B; }

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

This text font color is #C6F99B.


Background Color

.myBgColor { background-color: #C6F99B; }

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

This div background color is #C6F99B.


Border color

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

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

This div border color is #C6F99B.


Opacity

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

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

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

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

This text has shadow with #C6F99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F99B on black background.


Color preview on white background

This text has color #C6F99B on white background.



Black color preview on #C6F99B background

This text has black color on #C6F99B background.


White color preview on #C6F99B background

This text has white color on #C6F99B background.