COLOR #C9EDF1

HEX: #C9EDF1
RGB: (201,237,241)

Renk bilgisi

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

RGB renk modeli

#C9EDF1 color RGB value is (201,237,241).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 237 of 255 = 93%
B 241 of 255 = 95%

201
237
241

R + G + B ~ 89%. #C9EDF1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 237 + 241 = 679 (100%)
R 201 of 679 ~ 29.6%
G 237 of 679 ~ 34.9%
B 241 of 679 ~ 35.49%

%29.6
%34.9
%35.49

CMYK RENK MODELİ

#C9EDF1 rengi CMYK tonu (17,2,0,5).

  • camgöbeği tonu 16.60%
  • eflatun tonu 1.66%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(17,2,0,5)
C17M2Y0K5 
(17%,2%,0%,5%)
(0.17/0.02/0.00/0.05)	

CMYK yüzdeleri

%16.6
%1.66
%0
%5.49

Codes

Color #C9EDF1 in popluar color models

C9EDF1
RGB201237241
HSL186°58.82%86.67%
HSB/HSV186°16.60%94.51%
CMYK16.60%1.66%0.00%
5.49%

Color #C9EDF1 in popluar number systems.

HEXC9EDF1
Decimal201237241
Binary110010011110110111110001
Octal311355361

Shades and tints

Shades of #C9EDF1

#C9EDF1
(201,237,241)
#B7D8DC
(183,216,220)
#A5C3C7
(165,195,199)
#93AEB2
(147,174,178)
#81999D
(129,153,157)
#6F8488
(111,132,136)
#5D6F73
(93,111,115)
#4B5A5E
(75,90,94)
#394549
(57,69,73)
#273034
(39,48,52)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #C9EDF1

#C9EDF1
(201,237,241)
#CDEEF2
(205,238,242)
#D1EFF3
(209,239,243)
#D5F0F4
(213,240,244)
#D9F1F5
(217,241,245)
#DDF2F6
(221,242,246)
#E1F3F7
(225,243,247)
#E5F4F8
(229,244,248)
#E9F5F9
(233,245,249)
#EDF6FA
(237,246,250)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDF1; }

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

This text font color is #C9EDF1.


Background Color

.myBgColor { background-color: #C9EDF1; }

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

This div background color is #C9EDF1.


Border color

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

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

This div border color is #C9EDF1.


Opacity

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

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

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

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

This text has shadow with #C9EDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EDF1 on black background.


Color preview on white background

This text has color #C9EDF1 on white background.



Black color preview on #C9EDF1 background

This text has black color on #C9EDF1 background.


White color preview on #C9EDF1 background

This text has white color on #C9EDF1 background.