COLOR #C9E9FE

HEX: #C9E9FE
RGB: (201,233,254)

Renk bilgisi

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

RGB renk modeli

#C9E9FE color RGB value is (201,233,254).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 233 of 255 = 91%
B 254 of 255 = 100%

201
233
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 233 + 254 = 688 (100%)
R 201 of 688 ~ 29.22%
G 233 of 688 ~ 33.87%
B 254 of 688 ~ 36.92%

%29.22
%33.87
%36.92

CMYK RENK MODELİ

#C9E9FE rengi CMYK tonu (21,8,0,0).

  • camgöbeği tonu 20.87%
  • eflatun tonu 8.27%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(21,8,0,0)
C21M8Y0K0 
(21%,8%,0%,0%)
(0.21/0.08/0.00/0.00)	

CMYK yüzdeleri

%20.87
%8.27
%0
%0.39

Codes

Color #C9E9FE in popluar color models

C9E9FE
RGB201233254
HSL204°96.36%89.22%
HSB/HSV204°20.87%99.61%
CMYK20.87%8.27%0.00%
0.39%

Color #C9E9FE in popluar number systems.

HEXC9E9FE
Decimal201233254
Binary110010011110100111111110
Octal311351376

Shades and tints

Shades of #C9E9FE

#C9E9FE
(201,233,254)
#B7D4E7
(183,212,231)
#A5BFD0
(165,191,208)
#93AAB9
(147,170,185)
#8195A2
(129,149,162)
#6F808B
(111,128,139)
#5D6B74
(93,107,116)
#4B565D
(75,86,93)
#394146
(57,65,70)
#272C2F
(39,44,47)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9E9FE

#C9E9FE
(201,233,254)
#CDEBFE
(205,235,254)
#D1EDFE
(209,237,254)
#D5EFFE
(213,239,254)
#D9F1FE
(217,241,254)
#DDF3FE
(221,243,254)
#E1F5FE
(225,245,254)
#E5F7FE
(229,247,254)
#E9F9FE
(233,249,254)
#EDFBFE
(237,251,254)
#F1FDFE
(241,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9FE; }

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

This text font color is #C9E9FE.


Background Color

.myBgColor { background-color: #C9E9FE; }

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

This div background color is #C9E9FE.


Border color

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

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

This div border color is #C9E9FE.


Opacity

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

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

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

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

This text has shadow with #C9E9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9FE on black background.


Color preview on white background

This text has color #C9E9FE on white background.



Black color preview on #C9E9FE background

This text has black color on #C9E9FE background.


White color preview on #C9E9FE background

This text has white color on #C9E9FE background.