COLOR #C9F0EC

HEX: #C9F0EC
RGB: (201,240,236)

Renk bilgisi

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

RGB renk modeli

#C9F0EC color RGB value is (201,240,236).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 240 of 255 = 94%
B 236 of 255 = 93%

201
240
236

R + G + B ~ 89%. #C9F0EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 240 + 236 = 677 (100%)
R 201 of 677 ~ 29.69%
G 240 of 677 ~ 35.45%
B 236 of 677 ~ 34.86%

%29.69
%35.45
%34.86

CMYK RENK MODELİ

#C9F0EC rengi CMYK tonu (16,0,2,6).

  • camgöbeği tonu 16.25%
  • eflatun tonu 0.00%
  • sarı tonu 1.67%
  • ana renk tonu 5.88%
CMYK:
(16,0,2,6)
C16M0Y2K6 
(16%,0%,2%,6%)
(0.16/0.00/0.02/0.06)	

CMYK yüzdeleri

%16.25
%0
%1.67
%5.88

Codes

Color #C9F0EC in popluar color models

C9F0EC
RGB201240236
HSL174°56.52%86.47%
HSB/HSV174°16.25%94.12%
CMYK16.25%0.00%1.67%
5.88%

Color #C9F0EC in popluar number systems.

HEXC9F0EC
Decimal201240236
Binary110010011111000011101100
Octal311360354

Shades and tints

Shades of #C9F0EC

#C9F0EC
(201,240,236)
#B7DBD7
(183,219,215)
#A5C6C2
(165,198,194)
#93B1AD
(147,177,173)
#819C98
(129,156,152)
#6F8783
(111,135,131)
#5D726E
(93,114,110)
#4B5D59
(75,93,89)
#394844
(57,72,68)
#27332F
(39,51,47)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #C9F0EC

#C9F0EC
(201,240,236)
#CDF1ED
(205,241,237)
#D1F2EE
(209,242,238)
#D5F3EF
(213,243,239)
#D9F4F0
(217,244,240)
#DDF5F1
(221,245,241)
#E1F6F2
(225,246,242)
#E5F7F3
(229,247,243)
#E9F8F4
(233,248,244)
#EDF9F5
(237,249,245)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F0EC; }

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

This text font color is #C9F0EC.


Background Color

.myBgColor { background-color: #C9F0EC; }

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

This div background color is #C9F0EC.


Border color

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

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

This div border color is #C9F0EC.


Opacity

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

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

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

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

This text has shadow with #C9F0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F0EC on black background.


Color preview on white background

This text has color #C9F0EC on white background.



Black color preview on #C9F0EC background

This text has black color on #C9F0EC background.


White color preview on #C9F0EC background

This text has white color on #C9F0EC background.