COLOR #C9F1B0

HEX: #C9F1B0
RGB: (201,241,176)

Renk bilgisi

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

RGB renk modeli

#C9F1B0 color RGB value is (201,241,176).

  • kırmız ton 201;
  • yeşil ton 241;
  • mavi ton 176.
RGB:
(201,241,176)
(79%,95%,69%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 241 of 255 = 95%
B 176 of 255 = 69%

201
241
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 241 + 176 = 618 (100%)
R 201 of 618 ~ 32.52%
G 241 of 618 ~ 39%
B 176 of 618 ~ 28.48%

%32.52
%39
%28.48

CMYK RENK MODELİ

#C9F1B0 rengi CMYK tonu (17,0,27,5).

  • camgöbeği tonu 16.60%
  • eflatun tonu 0.00%
  • sarı tonu 26.97%
  • ana renk tonu 5.49%
CMYK:
(17,0,27,5)
C17M0Y27K5 
(17%,0%,27%,5%)
(0.17/0.00/0.27/0.05)	

CMYK yüzdeleri

%16.6
%0
%26.97
%5.49

Codes

Color #C9F1B0 in popluar color models

C9F1B0
RGB201241176
HSL97°69.89%81.76%
HSB/HSV97°26.97%94.51%
CMYK16.60%0.00%26.97%
5.49%

Color #C9F1B0 in popluar number systems.

HEXC9F1B0
Decimal201241176
Binary110010011111000110110000
Octal311361260

Shades and tints

Shades of #C9F1B0

#C9F1B0
(201,241,176)
#B7DCA0
(183,220,160)
#A5C790
(165,199,144)
#93B280
(147,178,128)
#819D70
(129,157,112)
#6F8860
(111,136,96)
#5D7350
(93,115,80)
#4B5E40
(75,94,64)
#394930
(57,73,48)
#273420
(39,52,32)
#151F10
(21,31,16)
#000000
(0,0,0)

Tints of #C9F1B0

#C9F1B0
(201,241,176)
#CDF2B7
(205,242,183)
#D1F3BE
(209,243,190)
#D5F4C5
(213,244,197)
#D9F5CC
(217,245,204)
#DDF6D3
(221,246,211)
#E1F7DA
(225,247,218)
#E5F8E1
(229,248,225)
#E9F9E8
(233,249,232)
#EDFAEF
(237,250,239)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F1B0 color. Also use rgb(201,241,176) instead hex code.

Text Font Color

.myTextColor { color: #C9F1B0; }

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

This text font color is #C9F1B0.


Background Color

.myBgColor { background-color: #C9F1B0; }

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

This div background color is #C9F1B0.


Border color

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

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

This div border color is #C9F1B0.


Opacity

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

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

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

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

This text has shadow with #C9F1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F1B0 on black background.


Color preview on white background

This text has color #C9F1B0 on white background.



Black color preview on #C9F1B0 background

This text has black color on #C9F1B0 background.


White color preview on #C9F1B0 background

This text has white color on #C9F1B0 background.