COLOR #C4FCC9

HEX: #C4FCC9
RGB: (196,252,201)

Renk bilgisi

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

RGB renk modeli

#C4FCC9 color RGB value is (196,252,201).

  • kırmız ton 196;
  • yeşil ton 252;
  • mavi ton 201.
RGB:
(196,252,201)
(77%,99%,79%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 252 of 255 = 99%
B 201 of 255 = 79%

196
252
201

R + G + B ~ 85%. #C4FCC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 252 + 201 = 649 (100%)
R 196 of 649 ~ 30.2%
G 252 of 649 ~ 38.83%
B 201 of 649 ~ 30.97%

%30.2
%38.83
%30.97

CMYK RENK MODELİ

#C4FCC9 rengi CMYK tonu (22,0,20,1).

  • camgöbeği tonu 22.22%
  • eflatun tonu 0.00%
  • sarı tonu 20.24%
  • ana renk tonu 1.18%
CMYK:
(22,0,20,1)
C22M0Y20K1 
(22%,0%,20%,1%)
(0.22/0.00/0.20/0.01)	

CMYK yüzdeleri

%22.22
%0
%20.24
%1.18

Codes

Color #C4FCC9 in popluar color models

C4FCC9
RGB196252201
HSL125°90.32%87.84%
HSB/HSV125°22.22%98.82%
CMYK22.22%0.00%20.24%
1.18%

Color #C4FCC9 in popluar number systems.

HEXC4FCC9
Decimal196252201
Binary110001001111110011001001
Octal304374311

Shades and tints

Shades of #C4FCC9

#C4FCC9
(196,252,201)
#B3E6B7
(179,230,183)
#A2D0A5
(162,208,165)
#91BA93
(145,186,147)
#80A481
(128,164,129)
#6F8E6F
(111,142,111)
#5E785D
(94,120,93)
#4D624B
(77,98,75)
#3C4C39
(60,76,57)
#2B3627
(43,54,39)
#1A2015
(26,32,21)
#000000
(0,0,0)

Tints of #C4FCC9

#C4FCC9
(196,252,201)
#C9FCCD
(201,252,205)
#CEFCD1
(206,252,209)
#D3FCD5
(211,252,213)
#D8FCD9
(216,252,217)
#DDFCDD
(221,252,221)
#E2FCE1
(226,252,225)
#E7FCE5
(231,252,229)
#ECFCE9
(236,252,233)
#F1FCED
(241,252,237)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FCC9 color. Also use rgb(196,252,201) instead hex code.

Text Font Color

.myTextColor { color: #C4FCC9; }

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

This text font color is #C4FCC9.


Background Color

.myBgColor { background-color: #C4FCC9; }

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

This div background color is #C4FCC9.


Border color

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

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

This div border color is #C4FCC9.


Opacity

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

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

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

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

This text has shadow with #C4FCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FCC9 on black background.


Color preview on white background

This text has color #C4FCC9 on white background.



Black color preview on #C4FCC9 background

This text has black color on #C4FCC9 background.


White color preview on #C4FCC9 background

This text has white color on #C4FCC9 background.