COLOR #C9DFE9

HEX: #C9DFE9
RGB: (201,223,233)

Renk bilgisi

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

RGB renk modeli

#C9DFE9 color RGB value is (201,223,233).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 223 of 255 = 87%
B 233 of 255 = 91%

201
223
233

R + G + B ~ 86%. #C9DFE9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 223 + 233 = 657 (100%)
R 201 of 657 ~ 30.59%
G 223 of 657 ~ 33.94%
B 233 of 657 ~ 35.46%

%30.59
%33.94
%35.46

CMYK RENK MODELİ

#C9DFE9 rengi CMYK tonu (14,4,0,9).

  • camgöbeği tonu 13.73%
  • eflatun tonu 4.29%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK: (14,4,0,9) C14M4Y0K9 (14%,4%,0%,9%) (0.14/0.04/0.00/0.09)

CMYK yüzdeleri

%13.73
%4.29
%0
%8.63

Codes

Color #C9DFE9 in popluar color models

C9DFE9
RGB201223233
HSL199°42.11%85.10%
HSB/HSV199°13.73%91.37%
CMYK13.73%4.29%0.00%
8.63%

Color #C9DFE9 in popluar number systems.

HEXC9DFE9
Decimal201223233
Binary110010011101111111101001
Octal311337351

Shades and tints

Shades of #C9DFE9

#C9DFE9
(201,223,233)
#B7CBD4
(183,203,212)
#A5B7BF
(165,183,191)
#93A3AA
(147,163,170)
#818F95
(129,143,149)
#6F7B80
(111,123,128)
#5D676B
(93,103,107)
#4B5356
(75,83,86)
#393F41
(57,63,65)
#272B2C
(39,43,44)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #C9DFE9

#C9DFE9
(201,223,233)
#CDE1EB
(205,225,235)
#D1E3ED
(209,227,237)
#D5E5EF
(213,229,239)
#D9E7F1
(217,231,241)
#DDE9F3
(221,233,243)
#E1EBF5
(225,235,245)
#E5EDF7
(229,237,247)
#E9EFF9
(233,239,249)
#EDF1FB
(237,241,251)
#F1F3FD
(241,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFE9; }

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

This text font color is #C9DFE9.


Background Color

.myBgColor { background-color: #C9DFE9; }

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

This div background color is #C9DFE9.


Border color

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

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

This div border color is #C9DFE9.


Opacity

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

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

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

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

This text has shadow with #C9DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9DFE9 on black background.


Color preview on white background

This text has color #C9DFE9 on white background.



Black color preview on #C9DFE9 background

This text has black color on #C9DFE9 background.


White color preview on #C9DFE9 background

This text has white color on #C9DFE9 background.