COLOR #C9EBFE

HEX: #C9EBFE
RGB: (201,235,254)

Renk bilgisi

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

RGB renk modeli

#C9EBFE color RGB value is (201,235,254).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 254 of 255 = 100%

201
235
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 254 = 690 (100%)
R 201 of 690 ~ 29.13%
G 235 of 690 ~ 34.06%
B 254 of 690 ~ 36.81%

%29.13
%34.06
%36.81

CMYK RENK MODELİ

#C9EBFE rengi CMYK tonu (21,7,0,0).

  • camgöbeği tonu 20.87%
  • eflatun tonu 7.48%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(21,7,0,0)
C21M7Y0K0 
(21%,7%,0%,0%)
(0.21/0.07/0.00/0.00)	

CMYK yüzdeleri

%20.87
%7.48
%0
%0.39

Codes

Color #C9EBFE in popluar color models

C9EBFE
RGB201235254
HSL202°96.36%89.22%
HSB/HSV202°20.87%99.61%
CMYK20.87%7.48%0.00%
0.39%

Color #C9EBFE in popluar number systems.

HEXC9EBFE
Decimal201235254
Binary110010011110101111111110
Octal311353376

Shades and tints

Shades of #C9EBFE

#C9EBFE
(201,235,254)
#B7D6E7
(183,214,231)
#A5C1D0
(165,193,208)
#93ACB9
(147,172,185)
#8197A2
(129,151,162)
#6F828B
(111,130,139)
#5D6D74
(93,109,116)
#4B585D
(75,88,93)
#394346
(57,67,70)
#272E2F
(39,46,47)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9EBFE

#C9EBFE
(201,235,254)
#CDECFE
(205,236,254)
#D1EDFE
(209,237,254)
#D5EEFE
(213,238,254)
#D9EFFE
(217,239,254)
#DDF0FE
(221,240,254)
#E1F1FE
(225,241,254)
#E5F2FE
(229,242,254)
#E9F3FE
(233,243,254)
#EDF4FE
(237,244,254)
#F1F5FE
(241,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBFE; }

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

This text font color is #C9EBFE.


Background Color

.myBgColor { background-color: #C9EBFE; }

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

This div background color is #C9EBFE.


Border color

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

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

This div border color is #C9EBFE.


Opacity

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

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

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

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

This text has shadow with #C9EBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBFE on black background.


Color preview on white background

This text has color #C9EBFE on white background.



Black color preview on #C9EBFE background

This text has black color on #C9EBFE background.


White color preview on #C9EBFE background

This text has white color on #C9EBFE background.