COLOR #C9E1FE

HEX: #C9E1FE
RGB: (201,225,254)

Renk bilgisi

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

RGB renk modeli

#C9E1FE color RGB value is (201,225,254).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 225 of 255 = 88%
B 254 of 255 = 100%

201
225
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 225 + 254 = 680 (100%)
R 201 of 680 ~ 29.56%
G 225 of 680 ~ 33.09%
B 254 of 680 ~ 37.35%

%29.56
%33.09
%37.35

CMYK RENK MODELİ

#C9E1FE rengi CMYK tonu (21,11,0,0).

  • camgöbeği tonu 20.87%
  • eflatun tonu 11.42%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(21,11,0,0)
C21M11Y0K0 
(21%,11%,0%,0%)
(0.21/0.11/0.00/0.00)	

CMYK yüzdeleri

%20.87
%11.42
%0
%0.39

Codes

Color #C9E1FE in popluar color models

C9E1FE
RGB201225254
HSL213°96.36%89.22%
HSB/HSV213°20.87%99.61%
CMYK20.87%11.42%0.00%
0.39%

Color #C9E1FE in popluar number systems.

HEXC9E1FE
Decimal201225254
Binary110010011110000111111110
Octal311341376

Shades and tints

Shades of #C9E1FE

#C9E1FE
(201,225,254)
#B7CDE7
(183,205,231)
#A5B9D0
(165,185,208)
#93A5B9
(147,165,185)
#8191A2
(129,145,162)
#6F7D8B
(111,125,139)
#5D6974
(93,105,116)
#4B555D
(75,85,93)
#394146
(57,65,70)
#272D2F
(39,45,47)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9E1FE

#C9E1FE
(201,225,254)
#CDE3FE
(205,227,254)
#D1E5FE
(209,229,254)
#D5E7FE
(213,231,254)
#D9E9FE
(217,233,254)
#DDEBFE
(221,235,254)
#E1EDFE
(225,237,254)
#E5EFFE
(229,239,254)
#E9F1FE
(233,241,254)
#EDF3FE
(237,243,254)
#F1F5FE
(241,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E1FE; }

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

This text font color is #C9E1FE.


Background Color

.myBgColor { background-color: #C9E1FE; }

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

This div background color is #C9E1FE.


Border color

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

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

This div border color is #C9E1FE.


Opacity

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

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

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

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

This text has shadow with #C9E1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E1FE on black background.


Color preview on white background

This text has color #C9E1FE on white background.



Black color preview on #C9E1FE background

This text has black color on #C9E1FE background.


White color preview on #C9E1FE background

This text has white color on #C9E1FE background.