COLOR #C4FDF9

HEX: #C4FDF9
RGB: (196,253,249)

Renk bilgisi

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

RGB renk modeli

#C4FDF9 color RGB value is (196,253,249).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 253 of 255 = 99%
B 249 of 255 = 98%

196
253
249

R + G + B ~ 91%. #C4FDF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 253 + 249 = 698 (100%)
R 196 of 698 ~ 28.08%
G 253 of 698 ~ 36.25%
B 249 of 698 ~ 35.67%

%28.08
%36.25
%35.67

CMYK RENK MODELİ

#C4FDF9 rengi CMYK tonu (23,0,2,1).

  • camgöbeği tonu 22.53%
  • eflatun tonu 0.00%
  • sarı tonu 1.58%
  • ana renk tonu 0.78%
CMYK:
(23,0,2,1)
C23M0Y2K1 
(23%,0%,2%,1%)
(0.23/0.00/0.02/0.01)	

CMYK yüzdeleri

%22.53
%0
%1.58
%0.78

Codes

Color #C4FDF9 in popluar color models

C4FDF9
RGB196253249
HSL176°93.44%88.04%
HSB/HSV176°22.53%99.22%
CMYK22.53%0.00%1.58%
0.78%

Color #C4FDF9 in popluar number systems.

HEXC4FDF9
Decimal196253249
Binary110001001111110111111001
Octal304375371

Shades and tints

Shades of #C4FDF9

#C4FDF9
(196,253,249)
#B3E6E3
(179,230,227)
#A2CFCD
(162,207,205)
#91B8B7
(145,184,183)
#80A1A1
(128,161,161)
#6F8A8B
(111,138,139)
#5E7375
(94,115,117)
#4D5C5F
(77,92,95)
#3C4549
(60,69,73)
#2B2E33
(43,46,51)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #C4FDF9

#C4FDF9
(196,253,249)
#C9FDF9
(201,253,249)
#CEFDF9
(206,253,249)
#D3FDF9
(211,253,249)
#D8FDF9
(216,253,249)
#DDFDF9
(221,253,249)
#E2FDF9
(226,253,249)
#E7FDF9
(231,253,249)
#ECFDF9
(236,253,249)
#F1FDF9
(241,253,249)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FDF9; }

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

This text font color is #C4FDF9.


Background Color

.myBgColor { background-color: #C4FDF9; }

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

This div background color is #C4FDF9.


Border color

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

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

This div border color is #C4FDF9.


Opacity

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

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

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

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

This text has shadow with #C4FDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FDF9 on black background.


Color preview on white background

This text has color #C4FDF9 on white background.



Black color preview on #C4FDF9 background

This text has black color on #C4FDF9 background.


White color preview on #C4FDF9 background

This text has white color on #C4FDF9 background.