COLOR #C9E3ED

HEX: #C9E3ED
RGB: (201,227,237)

Renk bilgisi

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

RGB renk modeli

#C9E3ED color RGB value is (201,227,237).

  • kırmız ton 201;
  • yeşil ton 227;
  • mavi ton 237.
RGB:
(201,227,237)
(79%,89%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 227 of 255 = 89%
B 237 of 255 = 93%

201
227
237

R + G + B ~ 87%. #C9E3ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 227 + 237 = 665 (100%)
R 201 of 665 ~ 30.23%
G 227 of 665 ~ 34.14%
B 237 of 665 ~ 35.64%

%30.23
%34.14
%35.64

CMYK RENK MODELİ

#C9E3ED rengi CMYK tonu (15,4,0,7).

  • camgöbeği tonu 15.19%
  • eflatun tonu 4.22%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(15,4,0,7)
C15M4Y0K7 
(15%,4%,0%,7%)
(0.15/0.04/0.00/0.07)	

CMYK yüzdeleri

%15.19
%4.22
%0
%7.06

Codes

Color #C9E3ED in popluar color models

C9E3ED
RGB201227237
HSL197°50.00%85.88%
HSB/HSV197°15.19%92.94%
CMYK15.19%4.22%0.00%
7.06%

Color #C9E3ED in popluar number systems.

HEXC9E3ED
Decimal201227237
Binary110010011110001111101101
Octal311343355

Shades and tints

Shades of #C9E3ED

#C9E3ED
(201,227,237)
#B7CFD8
(183,207,216)
#A5BBC3
(165,187,195)
#93A7AE
(147,167,174)
#819399
(129,147,153)
#6F7F84
(111,127,132)
#5D6B6F
(93,107,111)
#4B575A
(75,87,90)
#394345
(57,67,69)
#272F30
(39,47,48)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #C9E3ED

#C9E3ED
(201,227,237)
#CDE5EE
(205,229,238)
#D1E7EF
(209,231,239)
#D5E9F0
(213,233,240)
#D9EBF1
(217,235,241)
#DDEDF2
(221,237,242)
#E1EFF3
(225,239,243)
#E5F1F4
(229,241,244)
#E9F3F5
(233,243,245)
#EDF5F6
(237,245,246)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E3ED color. Also use rgb(201,227,237) instead hex code.

Text Font Color

.myTextColor { color: #C9E3ED; }

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

This text font color is #C9E3ED.


Background Color

.myBgColor { background-color: #C9E3ED; }

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

This div background color is #C9E3ED.


Border color

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

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

This div border color is #C9E3ED.


Opacity

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

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

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

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

This text has shadow with #C9E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3ED on black background.


Color preview on white background

This text has color #C9E3ED on white background.



Black color preview on #C9E3ED background

This text has black color on #C9E3ED background.


White color preview on #C9E3ED background

This text has white color on #C9E3ED background.