COLOR #C4F9D4

HEX: #C4F9D4
RGB: (196,249,212)

Renk bilgisi

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

RGB renk modeli

#C4F9D4 color RGB value is (196,249,212).

  • kırmız ton 196;
  • yeşil ton 249;
  • mavi ton 212.
RGB:
(196,249,212)
(77%,98%,83%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 249 of 255 = 98%
B 212 of 255 = 83%

196
249
212

R + G + B ~ 86%. #C4F9D4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 249 + 212 = 657 (100%)
R 196 of 657 ~ 29.83%
G 249 of 657 ~ 37.9%
B 212 of 657 ~ 32.27%

%29.83
%37.9
%32.27

CMYK RENK MODELİ

#C4F9D4 rengi CMYK tonu (21,0,15,2).

  • camgöbeği tonu 21.29%
  • eflatun tonu 0.00%
  • sarı tonu 14.86%
  • ana renk tonu 2.35%
CMYK:
(21,0,15,2)
C21M0Y15K2 
(21%,0%,15%,2%)
(0.21/0.00/0.15/0.02)	

CMYK yüzdeleri

%21.29
%0
%14.86
%2.35

Codes

Color #C4F9D4 in popluar color models

C4F9D4
RGB196249212
HSL138°81.54%87.25%
HSB/HSV138°21.29%97.65%
CMYK21.29%0.00%14.86%
2.35%

Color #C4F9D4 in popluar number systems.

HEXC4F9D4
Decimal196249212
Binary110001001111100111010100
Octal304371324

Shades and tints

Shades of #C4F9D4

#C4F9D4
(196,249,212)
#B3E3C1
(179,227,193)
#A2CDAE
(162,205,174)
#91B79B
(145,183,155)
#80A188
(128,161,136)
#6F8B75
(111,139,117)
#5E7562
(94,117,98)
#4D5F4F
(77,95,79)
#3C493C
(60,73,60)
#2B3329
(43,51,41)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #C4F9D4

#C4F9D4
(196,249,212)
#C9F9D7
(201,249,215)
#CEF9DA
(206,249,218)
#D3F9DD
(211,249,221)
#D8F9E0
(216,249,224)
#DDF9E3
(221,249,227)
#E2F9E6
(226,249,230)
#E7F9E9
(231,249,233)
#ECF9EC
(236,249,236)
#F1F9EF
(241,249,239)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F9D4 color. Also use rgb(196,249,212) instead hex code.

Text Font Color

.myTextColor { color: #C4F9D4; }

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

This text font color is #C4F9D4.


Background Color

.myBgColor { background-color: #C4F9D4; }

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

This div background color is #C4F9D4.


Border color

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

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

This div border color is #C4F9D4.


Opacity

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

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

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

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

This text has shadow with #C4F9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F9D4 on black background.


Color preview on white background

This text has color #C4F9D4 on white background.



Black color preview on #C4F9D4 background

This text has black color on #C4F9D4 background.


White color preview on #C4F9D4 background

This text has white color on #C4F9D4 background.