COLOR #C9ECDD

HEX: #C9ECDD
RGB: (201,236,221)

Renk bilgisi

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

RGB renk modeli

#C9ECDD color RGB value is (201,236,221).

  • kırmız ton 201;
  • yeşil ton 236;
  • mavi ton 221.
RGB:
(201,236,221)
(79%,93%,87%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 236 of 255 = 93%
B 221 of 255 = 87%

201
236
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 236 + 221 = 658 (100%)
R 201 of 658 ~ 30.55%
G 236 of 658 ~ 35.87%
B 221 of 658 ~ 33.59%

%30.55
%35.87
%33.59

CMYK RENK MODELİ

#C9ECDD rengi CMYK tonu (15,0,6,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 0.00%
  • sarı tonu 6.36%
  • ana renk tonu 7.45%
CMYK:
(15,0,6,7)
C15M0Y6K7 
(15%,0%,6%,7%)
(0.15/0.00/0.06/0.07)	

CMYK yüzdeleri

%14.83
%0
%6.36
%7.45

Codes

Color #C9ECDD in popluar color models

C9ECDD
RGB201236221
HSL154°47.95%85.69%
HSB/HSV154°14.83%92.55%
CMYK14.83%0.00%6.36%
7.45%

Color #C9ECDD in popluar number systems.

HEXC9ECDD
Decimal201236221
Binary110010011110110011011101
Octal311354335

Shades and tints

Shades of #C9ECDD

#C9ECDD
(201,236,221)
#B7D7C9
(183,215,201)
#A5C2B5
(165,194,181)
#93ADA1
(147,173,161)
#81988D
(129,152,141)
#6F8379
(111,131,121)
#5D6E65
(93,110,101)
#4B5951
(75,89,81)
#39443D
(57,68,61)
#272F29
(39,47,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #C9ECDD

#C9ECDD
(201,236,221)
#CDEDE0
(205,237,224)
#D1EEE3
(209,238,227)
#D5EFE6
(213,239,230)
#D9F0E9
(217,240,233)
#DDF1EC
(221,241,236)
#E1F2EF
(225,242,239)
#E5F3F2
(229,243,242)
#E9F4F5
(233,244,245)
#EDF5F8
(237,245,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ECDD color. Also use rgb(201,236,221) instead hex code.

Text Font Color

.myTextColor { color: #C9ECDD; }

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

This text font color is #C9ECDD.


Background Color

.myBgColor { background-color: #C9ECDD; }

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

This div background color is #C9ECDD.


Border color

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

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

This div border color is #C9ECDD.


Opacity

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

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

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

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

This text has shadow with #C9ECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ECDD on black background.


Color preview on white background

This text has color #C9ECDD on white background.



Black color preview on #C9ECDD background

This text has black color on #C9ECDD background.


White color preview on #C9ECDD background

This text has white color on #C9ECDD background.