COLOR #C9EAFA

HEX: #C9EAFA
RGB: (201,234,250)

Renk bilgisi

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

RGB renk modeli

#C9EAFA color RGB value is (201,234,250).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 234 of 255 = 92%
B 250 of 255 = 98%

201
234
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 234 + 250 = 685 (100%)
R 201 of 685 ~ 29.34%
G 234 of 685 ~ 34.16%
B 250 of 685 ~ 36.5%

%29.34
%34.16
%36.5

CMYK RENK MODELİ

#C9EAFA rengi CMYK tonu (20,6,0,2).

  • camgöbeği tonu 19.60%
  • eflatun tonu 6.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(20,6,0,2)
C20M6Y0K2 
(20%,6%,0%,2%)
(0.20/0.06/0.00/0.02)	

CMYK yüzdeleri

%19.6
%6.4
%0
%1.96

Codes

Color #C9EAFA in popluar color models

C9EAFA
RGB201234250
HSL200°83.05%88.43%
HSB/HSV200°19.60%98.04%
CMYK19.60%6.40%0.00%
1.96%

Color #C9EAFA in popluar number systems.

HEXC9EAFA
Decimal201234250
Binary110010011110101011111010
Octal311352372

Shades and tints

Shades of #C9EAFA

#C9EAFA
(201,234,250)
#B7D5E4
(183,213,228)
#A5C0CE
(165,192,206)
#93ABB8
(147,171,184)
#8196A2
(129,150,162)
#6F818C
(111,129,140)
#5D6C76
(93,108,118)
#4B5760
(75,87,96)
#39424A
(57,66,74)
#272D34
(39,45,52)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #C9EAFA

#C9EAFA
(201,234,250)
#CDEBFA
(205,235,250)
#D1ECFA
(209,236,250)
#D5EDFA
(213,237,250)
#D9EEFA
(217,238,250)
#DDEFFA
(221,239,250)
#E1F0FA
(225,240,250)
#E5F1FA
(229,241,250)
#E9F2FA
(233,242,250)
#EDF3FA
(237,243,250)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EAFA color. Also use rgb(201,234,250) instead hex code.

Text Font Color

.myTextColor { color: #C9EAFA; }

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

This text font color is #C9EAFA.


Background Color

.myBgColor { background-color: #C9EAFA; }

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

This div background color is #C9EAFA.


Border color

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

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

This div border color is #C9EAFA.


Opacity

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

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

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

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

This text has shadow with #C9EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EAFA on black background.


Color preview on white background

This text has color #C9EAFA on white background.



Black color preview on #C9EAFA background

This text has black color on #C9EAFA background.


White color preview on #C9EAFA background

This text has white color on #C9EAFA background.