COLOR #C9F9FD

HEX: #C9F9FD
RGB: (201,249,253)

Renk bilgisi

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

RGB renk modeli

#C9F9FD color RGB value is (201,249,253).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 249 of 255 = 98%
B 253 of 255 = 99%

201
249
253

R + G + B ~ 92%. #C9F9FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 249 + 253 = 703 (100%)
R 201 of 703 ~ 28.59%
G 249 of 703 ~ 35.42%
B 253 of 703 ~ 35.99%

%28.59
%35.42
%35.99

CMYK RENK MODELİ

#C9F9FD rengi CMYK tonu (21,2,0,1).

  • camgöbeği tonu 20.55%
  • eflatun tonu 1.58%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(21,2,0,1)
C21M2Y0K1 
(21%,2%,0%,1%)
(0.21/0.02/0.00/0.01)	

CMYK yüzdeleri

%20.55
%1.58
%0
%0.78

Codes

Color #C9F9FD in popluar color models

C9F9FD
RGB201249253
HSL185°92.86%89.02%
HSB/HSV185°20.55%99.22%
CMYK20.55%1.58%0.00%
0.78%

Color #C9F9FD in popluar number systems.

HEXC9F9FD
Decimal201249253
Binary110010011111100111111101
Octal311371375

Shades and tints

Shades of #C9F9FD

#C9F9FD
(201,249,253)
#B7E3E6
(183,227,230)
#A5CDCF
(165,205,207)
#93B7B8
(147,183,184)
#81A1A1
(129,161,161)
#6F8B8A
(111,139,138)
#5D7573
(93,117,115)
#4B5F5C
(75,95,92)
#394945
(57,73,69)
#27332E
(39,51,46)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #C9F9FD

#C9F9FD
(201,249,253)
#CDF9FD
(205,249,253)
#D1F9FD
(209,249,253)
#D5F9FD
(213,249,253)
#D9F9FD
(217,249,253)
#DDF9FD
(221,249,253)
#E1F9FD
(225,249,253)
#E5F9FD
(229,249,253)
#E9F9FD
(233,249,253)
#EDF9FD
(237,249,253)
#F1F9FD
(241,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F9FD; }

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

This text font color is #C9F9FD.


Background Color

.myBgColor { background-color: #C9F9FD; }

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

This div background color is #C9F9FD.


Border color

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

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

This div border color is #C9F9FD.


Opacity

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

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

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

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

This text has shadow with #C9F9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F9FD on black background.


Color preview on white background

This text has color #C9F9FD on white background.



Black color preview on #C9F9FD background

This text has black color on #C9F9FD background.


White color preview on #C9F9FD background

This text has white color on #C9F9FD background.