COLOR #C9F6C1

HEX: #C9F6C1
RGB: (201,246,193)

Renk bilgisi

#C9F6C1 contains red, green and blue colors in about the same proportion. #C9F6C1 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C9F6C1 color RGB value is (201,246,193).

  • kırmız ton 201;
  • yeşil ton 246;
  • mavi ton 193.
RGB:
(201,246,193)
(79%,96%,76%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 246 of 255 = 96%
B 193 of 255 = 76%

201
246
193

R + G + B ~ 84%. #C9F6C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 246 + 193 = 640 (100%)
R 201 of 640 ~ 31.41%
G 246 of 640 ~ 38.44%
B 193 of 640 ~ 30.16%

%31.41
%38.44
%30.16

CMYK RENK MODELİ

#C9F6C1 rengi CMYK tonu (18,0,22,4).

  • camgöbeği tonu 18.29%
  • eflatun tonu 0.00%
  • sarı tonu 21.54%
  • ana renk tonu 3.53%
CMYK:
(18,0,22,4)
C18M0Y22K4 
(18%,0%,22%,4%)
(0.18/0.00/0.22/0.04)	

CMYK yüzdeleri

%18.29
%0
%21.54
%3.53

Codes

Color #C9F6C1 in popluar color models

C9F6C1
RGB201246193
HSL111°74.65%86.08%
HSB/HSV111°21.54%96.47%
CMYK18.29%0.00%21.54%
3.53%

Color #C9F6C1 in popluar number systems.

HEXC9F6C1
Decimal201246193
Binary110010011111011011000001
Octal311366301

Shades and tints

Shades of #C9F6C1

#C9F6C1
(201,246,193)
#B7E0B0
(183,224,176)
#A5CA9F
(165,202,159)
#93B48E
(147,180,142)
#819E7D
(129,158,125)
#6F886C
(111,136,108)
#5D725B
(93,114,91)
#4B5C4A
(75,92,74)
#394639
(57,70,57)
#273028
(39,48,40)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9F6C1

#C9F6C1
(201,246,193)
#CDF6C6
(205,246,198)
#D1F6CB
(209,246,203)
#D5F6D0
(213,246,208)
#D9F6D5
(217,246,213)
#DDF6DA
(221,246,218)
#E1F6DF
(225,246,223)
#E5F6E4
(229,246,228)
#E9F6E9
(233,246,233)
#EDF6EE
(237,246,238)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F6C1 color. Also use rgb(201,246,193) instead hex code.

Text Font Color

.myTextColor { color: #C9F6C1; }

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

This text font color is #C9F6C1.


Background Color

.myBgColor { background-color: #C9F6C1; }

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

This div background color is #C9F6C1.


Border color

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

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

This div border color is #C9F6C1.


Opacity

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

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

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

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

This text has shadow with #C9F6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F6C1 on black background.


Color preview on white background

This text has color #C9F6C1 on white background.



Black color preview on #C9F6C1 background

This text has black color on #C9F6C1 background.


White color preview on #C9F6C1 background

This text has white color on #C9F6C1 background.