COLOR #C9EBF9

HEX: #C9EBF9
RGB: (201,235,249)

Renk bilgisi

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

RGB renk modeli

#C9EBF9 color RGB value is (201,235,249).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 249 of 255 = 98%

201
235
249

R + G + B ~ 90%. #C9EBF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 249 = 685 (100%)
R 201 of 685 ~ 29.34%
G 235 of 685 ~ 34.31%
B 249 of 685 ~ 36.35%

%29.34
%34.31
%36.35

CMYK RENK MODELİ

#C9EBF9 rengi CMYK tonu (19,6,0,2).

  • camgöbeği tonu 19.28%
  • eflatun tonu 5.62%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(19,6,0,2)
C19M6Y0K2 
(19%,6%,0%,2%)
(0.19/0.06/0.00/0.02)	

CMYK yüzdeleri

%19.28
%5.62
%0
%2.35

Codes

Color #C9EBF9 in popluar color models

C9EBF9
RGB201235249
HSL198°80.00%88.24%
HSB/HSV198°19.28%97.65%
CMYK19.28%5.62%0.00%
2.35%

Color #C9EBF9 in popluar number systems.

HEXC9EBF9
Decimal201235249
Binary110010011110101111111001
Octal311353371

Shades and tints

Shades of #C9EBF9

#C9EBF9
(201,235,249)
#B7D6E3
(183,214,227)
#A5C1CD
(165,193,205)
#93ACB7
(147,172,183)
#8197A1
(129,151,161)
#6F828B
(111,130,139)
#5D6D75
(93,109,117)
#4B585F
(75,88,95)
#394349
(57,67,73)
#272E33
(39,46,51)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #C9EBF9

#C9EBF9
(201,235,249)
#CDECF9
(205,236,249)
#D1EDF9
(209,237,249)
#D5EEF9
(213,238,249)
#D9EFF9
(217,239,249)
#DDF0F9
(221,240,249)
#E1F1F9
(225,241,249)
#E5F2F9
(229,242,249)
#E9F3F9
(233,243,249)
#EDF4F9
(237,244,249)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBF9; }

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

This text font color is #C9EBF9.


Background Color

.myBgColor { background-color: #C9EBF9; }

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

This div background color is #C9EBF9.


Border color

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

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

This div border color is #C9EBF9.


Opacity

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

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

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

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

This text has shadow with #C9EBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBF9 on black background.


Color preview on white background

This text has color #C9EBF9 on white background.



Black color preview on #C9EBF9 background

This text has black color on #C9EBF9 background.


White color preview on #C9EBF9 background

This text has white color on #C9EBF9 background.