COLOR #C9F0E1

HEX: #C9F0E1
RGB: (201,240,225)

Renk bilgisi

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

RGB renk modeli

#C9F0E1 color RGB value is (201,240,225).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 240 of 255 = 94%
B 225 of 255 = 88%

201
240
225

R + G + B ~ 87%. #C9F0E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 240 + 225 = 666 (100%)
R 201 of 666 ~ 30.18%
G 240 of 666 ~ 36.04%
B 225 of 666 ~ 33.78%

%30.18
%36.04
%33.78

CMYK RENK MODELİ

#C9F0E1 rengi CMYK tonu (16,0,6,6).

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

CMYK yüzdeleri

%16.25
%0
%6.25
%5.88

Codes

Color #C9F0E1 in popluar color models

C9F0E1
RGB201240225
HSL157°56.52%86.47%
HSB/HSV157°16.25%94.12%
CMYK16.25%0.00%6.25%
5.88%

Color #C9F0E1 in popluar number systems.

HEXC9F0E1
Decimal201240225
Binary110010011111000011100001
Octal311360341

Shades and tints

Shades of #C9F0E1

#C9F0E1
(201,240,225)
#B7DBCD
(183,219,205)
#A5C6B9
(165,198,185)
#93B1A5
(147,177,165)
#819C91
(129,156,145)
#6F877D
(111,135,125)
#5D7269
(93,114,105)
#4B5D55
(75,93,85)
#394841
(57,72,65)
#27332D
(39,51,45)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #C9F0E1

#C9F0E1
(201,240,225)
#CDF1E3
(205,241,227)
#D1F2E5
(209,242,229)
#D5F3E7
(213,243,231)
#D9F4E9
(217,244,233)
#DDF5EB
(221,245,235)
#E1F6ED
(225,246,237)
#E5F7EF
(229,247,239)
#E9F8F1
(233,248,241)
#EDF9F3
(237,249,243)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F0E1; }

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

This text font color is #C9F0E1.


Background Color

.myBgColor { background-color: #C9F0E1; }

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

This div background color is #C9F0E1.


Border color

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

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

This div border color is #C9F0E1.


Opacity

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

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

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

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

This text has shadow with #C9F0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F0E1 on black background.


Color preview on white background

This text has color #C9F0E1 on white background.



Black color preview on #C9F0E1 background

This text has black color on #C9F0E1 background.


White color preview on #C9F0E1 background

This text has white color on #C9F0E1 background.