COLOR #C9E8DC

HEX: #C9E8DC
RGB: (201,232,220)

Renk bilgisi

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

RGB renk modeli

#C9E8DC color RGB value is (201,232,220).

  • kırmız ton 201;
  • yeşil ton 232;
  • mavi ton 220.
RGB:
(201,232,220)
(79%,91%,86%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 232 of 255 = 91%
B 220 of 255 = 86%

201
232
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 232 + 220 = 653 (100%)
R 201 of 653 ~ 30.78%
G 232 of 653 ~ 35.53%
B 220 of 653 ~ 33.69%

%30.78
%35.53
%33.69

CMYK RENK MODELİ

#C9E8DC rengi CMYK tonu (13,0,5,9).

  • camgöbeği tonu 13.36%
  • eflatun tonu 0.00%
  • sarı tonu 5.17%
  • ana renk tonu 9.02%
CMYK:
(13,0,5,9)
C13M0Y5K9 
(13%,0%,5%,9%)
(0.13/0.00/0.05/0.09)	

CMYK yüzdeleri

%13.36
%0
%5.17
%9.02

Codes

Color #C9E8DC in popluar color models

C9E8DC
RGB201232220
HSL157°40.26%84.90%
HSB/HSV157°13.36%90.98%
CMYK13.36%0.00%5.17%
9.02%

Color #C9E8DC in popluar number systems.

HEXC9E8DC
Decimal201232220
Binary110010011110100011011100
Octal311350334

Shades and tints

Shades of #C9E8DC

#C9E8DC
(201,232,220)
#B7D3C8
(183,211,200)
#A5BEB4
(165,190,180)
#93A9A0
(147,169,160)
#81948C
(129,148,140)
#6F7F78
(111,127,120)
#5D6A64
(93,106,100)
#4B5550
(75,85,80)
#39403C
(57,64,60)
#272B28
(39,43,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9E8DC

#C9E8DC
(201,232,220)
#CDEADF
(205,234,223)
#D1ECE2
(209,236,226)
#D5EEE5
(213,238,229)
#D9F0E8
(217,240,232)
#DDF2EB
(221,242,235)
#E1F4EE
(225,244,238)
#E5F6F1
(229,246,241)
#E9F8F4
(233,248,244)
#EDFAF7
(237,250,247)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E8DC color. Also use rgb(201,232,220) instead hex code.

Text Font Color

.myTextColor { color: #C9E8DC; }

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

This text font color is #C9E8DC.


Background Color

.myBgColor { background-color: #C9E8DC; }

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

This div background color is #C9E8DC.


Border color

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

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

This div border color is #C9E8DC.


Opacity

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

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

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

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

This text has shadow with #C9E8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E8DC on black background.


Color preview on white background

This text has color #C9E8DC on white background.



Black color preview on #C9E8DC background

This text has black color on #C9E8DC background.


White color preview on #C9E8DC background

This text has white color on #C9E8DC background.