COLOR #C9ECD5

HEX: #C9ECD5
RGB: (201,236,213)

Renk bilgisi

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

RGB renk modeli

#C9ECD5 color RGB value is (201,236,213).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 236 of 255 = 93%
B 213 of 255 = 84%

201
236
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 236 + 213 = 650 (100%)
R 201 of 650 ~ 30.92%
G 236 of 650 ~ 36.31%
B 213 of 650 ~ 32.77%

%30.92
%36.31
%32.77

CMYK RENK MODELİ

#C9ECD5 rengi CMYK tonu (15,0,10,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 0.00%
  • sarı tonu 9.75%
  • ana renk tonu 7.45%
CMYK:
(15,0,10,7)
C15M0Y10K7 
(15%,0%,10%,7%)
(0.15/0.00/0.10/0.07)	

CMYK yüzdeleri

%14.83
%0
%9.75
%7.45

Codes

Color #C9ECD5 in popluar color models

C9ECD5
RGB201236213
HSL141°47.95%85.69%
HSB/HSV141°14.83%92.55%
CMYK14.83%0.00%9.75%
7.45%

Color #C9ECD5 in popluar number systems.

HEXC9ECD5
Decimal201236213
Binary110010011110110011010101
Octal311354325

Shades and tints

Shades of #C9ECD5

#C9ECD5
(201,236,213)
#B7D7C2
(183,215,194)
#A5C2AF
(165,194,175)
#93AD9C
(147,173,156)
#819889
(129,152,137)
#6F8376
(111,131,118)
#5D6E63
(93,110,99)
#4B5950
(75,89,80)
#39443D
(57,68,61)
#272F2A
(39,47,42)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9ECD5

#C9ECD5
(201,236,213)
#CDEDD8
(205,237,216)
#D1EEDB
(209,238,219)
#D5EFDE
(213,239,222)
#D9F0E1
(217,240,225)
#DDF1E4
(221,241,228)
#E1F2E7
(225,242,231)
#E5F3EA
(229,243,234)
#E9F4ED
(233,244,237)
#EDF5F0
(237,245,240)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ECD5; }

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

This text font color is #C9ECD5.


Background Color

.myBgColor { background-color: #C9ECD5; }

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

This div background color is #C9ECD5.


Border color

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

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

This div border color is #C9ECD5.


Opacity

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

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

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

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

This text has shadow with #C9ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ECD5 on black background.


Color preview on white background

This text has color #C9ECD5 on white background.



Black color preview on #C9ECD5 background

This text has black color on #C9ECD5 background.


White color preview on #C9ECD5 background

This text has white color on #C9ECD5 background.