COLOR #C9E1DF

HEX: #C9E1DF
RGB: (201,225,223)

Renk bilgisi

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

RGB renk modeli

#C9E1DF color RGB value is (201,225,223).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 225 of 255 = 88%
B 223 of 255 = 87%

201
225
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 225 + 223 = 649 (100%)
R 201 of 649 ~ 30.97%
G 225 of 649 ~ 34.67%
B 223 of 649 ~ 34.36%

%30.97
%34.67
%34.36

CMYK RENK MODELİ

#C9E1DF rengi CMYK tonu (11,0,1,12).

  • camgöbeği tonu 10.67%
  • eflatun tonu 0.00%
  • sarı tonu 0.89%
  • ana renk tonu 11.76%
CMYK:
(11,0,1,12)
C11M0Y1K12 
(11%,0%,1%,12%)
(0.11/0.00/0.01/0.12)	

CMYK yüzdeleri

%10.67
%0
%0.89
%11.76

Codes

Color #C9E1DF in popluar color models

C9E1DF
RGB201225223
HSL175°28.57%83.53%
HSB/HSV175°10.67%88.24%
CMYK10.67%0.00%0.89%
11.76%

Color #C9E1DF in popluar number systems.

HEXC9E1DF
Decimal201225223
Binary110010011110000111011111
Octal311341337

Shades and tints

Shades of #C9E1DF

#C9E1DF
(201,225,223)
#B7CDCB
(183,205,203)
#A5B9B7
(165,185,183)
#93A5A3
(147,165,163)
#81918F
(129,145,143)
#6F7D7B
(111,125,123)
#5D6967
(93,105,103)
#4B5553
(75,85,83)
#39413F
(57,65,63)
#272D2B
(39,45,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9E1DF

#C9E1DF
(201,225,223)
#CDE3E1
(205,227,225)
#D1E5E3
(209,229,227)
#D5E7E5
(213,231,229)
#D9E9E7
(217,233,231)
#DDEBE9
(221,235,233)
#E1EDEB
(225,237,235)
#E5EFED
(229,239,237)
#E9F1EF
(233,241,239)
#EDF3F1
(237,243,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E1DF; }

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

This text font color is #C9E1DF.


Background Color

.myBgColor { background-color: #C9E1DF; }

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

This div background color is #C9E1DF.


Border color

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

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

This div border color is #C9E1DF.


Opacity

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

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

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

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

This text has shadow with #C9E1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E1DF on black background.


Color preview on white background

This text has color #C9E1DF on white background.



Black color preview on #C9E1DF background

This text has black color on #C9E1DF background.


White color preview on #C9E1DF background

This text has white color on #C9E1DF background.