COLOR #C9E2ED

HEX: #C9E2ED
RGB: (201,226,237)

Renk bilgisi

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

RGB renk modeli

#C9E2ED color RGB value is (201,226,237).

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

RGB bağlantıları ve doygunluk

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

201
226
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 226 + 237 = 664 (100%)
R 201 of 664 ~ 30.27%
G 226 of 664 ~ 34.04%
B 237 of 664 ~ 35.69%

%30.27
%34.04
%35.69

CMYK RENK MODELİ

#C9E2ED rengi CMYK tonu (15,5,0,7).

  • camgöbeği tonu 15.19%
  • eflatun tonu 4.64%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(15,5,0,7)
C15M5Y0K7 
(15%,5%,0%,7%)
(0.15/0.05/0.00/0.07)	

CMYK yüzdeleri

%15.19
%4.64
%0
%7.06

Codes

Color #C9E2ED in popluar color models

C9E2ED
RGB201226237
HSL198°50.00%85.88%
HSB/HSV198°15.19%92.94%
CMYK15.19%4.64%0.00%
7.06%

Color #C9E2ED in popluar number systems.

HEXC9E2ED
Decimal201226237
Binary110010011110001011101101
Octal311342355

Shades and tints

Shades of #C9E2ED

#C9E2ED
(201,226,237)
#B7CED8
(183,206,216)
#A5BAC3
(165,186,195)
#93A6AE
(147,166,174)
#819299
(129,146,153)
#6F7E84
(111,126,132)
#5D6A6F
(93,106,111)
#4B565A
(75,86,90)
#394245
(57,66,69)
#272E30
(39,46,48)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #C9E2ED

#C9E2ED
(201,226,237)
#CDE4EE
(205,228,238)
#D1E6EF
(209,230,239)
#D5E8F0
(213,232,240)
#D9EAF1
(217,234,241)
#DDECF2
(221,236,242)
#E1EEF3
(225,238,243)
#E5F0F4
(229,240,244)
#E9F2F5
(233,242,245)
#EDF4F6
(237,244,246)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E2ED; }

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

This text font color is #C9E2ED.


Background Color

.myBgColor { background-color: #C9E2ED; }

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

This div background color is #C9E2ED.


Border color

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

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

This div border color is #C9E2ED.


Opacity

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

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

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

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

This text has shadow with #C9E2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E2ED on black background.


Color preview on white background

This text has color #C9E2ED on white background.



Black color preview on #C9E2ED background

This text has black color on #C9E2ED background.


White color preview on #C9E2ED background

This text has white color on #C9E2ED background.