COLOR #C9DFE2

HEX: #C9DFE2
RGB: (201,223,226)

Renk bilgisi

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

RGB renk modeli

#C9DFE2 color RGB value is (201,223,226).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 223 of 255 = 87%
B 226 of 255 = 89%

201
223
226

R + G + B ~ 85%. #C9DFE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 223 + 226 = 650 (100%)
R 201 of 650 ~ 30.92%
G 223 of 650 ~ 34.31%
B 226 of 650 ~ 34.77%

%30.92
%34.31
%34.77

CMYK RENK MODELİ

#C9DFE2 rengi CMYK tonu (11,1,0,11).

  • camgöbeği tonu 11.06%
  • eflatun tonu 1.33%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(11,1,0,11)
C11M1Y0K11 
(11%,1%,0%,11%)
(0.11/0.01/0.00/0.11)	

CMYK yüzdeleri

%11.06
%1.33
%0
%11.37

Codes

Color #C9DFE2 in popluar color models

C9DFE2
RGB201223226
HSL187°30.12%83.73%
HSB/HSV187°11.06%88.63%
CMYK11.06%1.33%0.00%
11.37%

Color #C9DFE2 in popluar number systems.

HEXC9DFE2
Decimal201223226
Binary110010011101111111100010
Octal311337342

Shades and tints

Shades of #C9DFE2

#C9DFE2
(201,223,226)
#B7CBCE
(183,203,206)
#A5B7BA
(165,183,186)
#93A3A6
(147,163,166)
#818F92
(129,143,146)
#6F7B7E
(111,123,126)
#5D676A
(93,103,106)
#4B5356
(75,83,86)
#393F42
(57,63,66)
#272B2E
(39,43,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9DFE2

#C9DFE2
(201,223,226)
#CDE1E4
(205,225,228)
#D1E3E6
(209,227,230)
#D5E5E8
(213,229,232)
#D9E7EA
(217,231,234)
#DDE9EC
(221,233,236)
#E1EBEE
(225,235,238)
#E5EDF0
(229,237,240)
#E9EFF2
(233,239,242)
#EDF1F4
(237,241,244)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFE2; }

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

This text font color is #C9DFE2.


Background Color

.myBgColor { background-color: #C9DFE2; }

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

This div background color is #C9DFE2.


Border color

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

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

This div border color is #C9DFE2.


Opacity

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

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

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

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

This text has shadow with #C9DFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DFE2 on black background.


Color preview on white background

This text has color #C9DFE2 on white background.



Black color preview on #C9DFE2 background

This text has black color on #C9DFE2 background.


White color preview on #C9DFE2 background

This text has white color on #C9DFE2 background.