COLOR #C9E6FA

HEX: #C9E6FA
RGB: (201,230,250)

Renk bilgisi

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

RGB renk modeli

#C9E6FA color RGB value is (201,230,250).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 250 of 255 = 98%

201
230
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 250 = 681 (100%)
R 201 of 681 ~ 29.52%
G 230 of 681 ~ 33.77%
B 250 of 681 ~ 36.71%

%29.52
%33.77
%36.71

CMYK RENK MODELİ

#C9E6FA rengi CMYK tonu (20,8,0,2).

  • camgöbeği tonu 19.60%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(20,8,0,2)
C20M8Y0K2 
(20%,8%,0%,2%)
(0.20/0.08/0.00/0.02)	

CMYK yüzdeleri

%19.6
%8
%0
%1.96

Codes

Color #C9E6FA in popluar color models

C9E6FA
RGB201230250
HSL204°83.05%88.43%
HSB/HSV204°19.60%98.04%
CMYK19.60%8.00%0.00%
1.96%

Color #C9E6FA in popluar number systems.

HEXC9E6FA
Decimal201230250
Binary110010011110011011111010
Octal311346372

Shades and tints

Shades of #C9E6FA

#C9E6FA
(201,230,250)
#B7D2E4
(183,210,228)
#A5BECE
(165,190,206)
#93AAB8
(147,170,184)
#8196A2
(129,150,162)
#6F828C
(111,130,140)
#5D6E76
(93,110,118)
#4B5A60
(75,90,96)
#39464A
(57,70,74)
#273234
(39,50,52)
#151E1E
(21,30,30)
#000000
(0,0,0)

Tints of #C9E6FA

#C9E6FA
(201,230,250)
#CDE8FA
(205,232,250)
#D1EAFA
(209,234,250)
#D5ECFA
(213,236,250)
#D9EEFA
(217,238,250)
#DDF0FA
(221,240,250)
#E1F2FA
(225,242,250)
#E5F4FA
(229,244,250)
#E9F6FA
(233,246,250)
#EDF8FA
(237,248,250)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E6FA; }

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

This text font color is #C9E6FA.


Background Color

.myBgColor { background-color: #C9E6FA; }

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

This div background color is #C9E6FA.


Border color

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

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

This div border color is #C9E6FA.


Opacity

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

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

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

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

This text has shadow with #C9E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6FA on black background.


Color preview on white background

This text has color #C9E6FA on white background.



Black color preview on #C9E6FA background

This text has black color on #C9E6FA background.


White color preview on #C9E6FA background

This text has white color on #C9E6FA background.