COLOR #C9F6E1

HEX: #C9F6E1
RGB: (201,246,225)

Renk bilgisi

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

RGB renk modeli

#C9F6E1 color RGB value is (201,246,225).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 246 of 255 = 96%
B 225 of 255 = 88%

201
246
225

R + G + B ~ 88%. #C9F6E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 246 + 225 = 672 (100%)
R 201 of 672 ~ 29.91%
G 246 of 672 ~ 36.61%
B 225 of 672 ~ 33.48%

%29.91
%36.61
%33.48

CMYK RENK MODELİ

#C9F6E1 rengi CMYK tonu (18,0,9,4).

  • camgöbeği tonu 18.29%
  • eflatun tonu 0.00%
  • sarı tonu 8.54%
  • ana renk tonu 3.53%
CMYK:
(18,0,9,4)
C18M0Y9K4 
(18%,0%,9%,4%)
(0.18/0.00/0.09/0.04)	

CMYK yüzdeleri

%18.29
%0
%8.54
%3.53

Codes

Color #C9F6E1 in popluar color models

C9F6E1
RGB201246225
HSL152°71.43%87.65%
HSB/HSV152°18.29%96.47%
CMYK18.29%0.00%8.54%
3.53%

Color #C9F6E1 in popluar number systems.

HEXC9F6E1
Decimal201246225
Binary110010011111011011100001
Octal311366341

Shades and tints

Shades of #C9F6E1

#C9F6E1
(201,246,225)
#B7E0CD
(183,224,205)
#A5CAB9
(165,202,185)
#93B4A5
(147,180,165)
#819E91
(129,158,145)
#6F887D
(111,136,125)
#5D7269
(93,114,105)
#4B5C55
(75,92,85)
#394641
(57,70,65)
#27302D
(39,48,45)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #C9F6E1

#C9F6E1
(201,246,225)
#CDF6E3
(205,246,227)
#D1F6E5
(209,246,229)
#D5F6E7
(213,246,231)
#D9F6E9
(217,246,233)
#DDF6EB
(221,246,235)
#E1F6ED
(225,246,237)
#E5F6EF
(229,246,239)
#E9F6F1
(233,246,241)
#EDF6F3
(237,246,243)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F6E1; }

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

This text font color is #C9F6E1.


Background Color

.myBgColor { background-color: #C9F6E1; }

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

This div background color is #C9F6E1.


Border color

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

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

This div border color is #C9F6E1.


Opacity

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

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

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

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

This text has shadow with #C9F6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F6E1 on black background.


Color preview on white background

This text has color #C9F6E1 on white background.



Black color preview on #C9F6E1 background

This text has black color on #C9F6E1 background.


White color preview on #C9F6E1 background

This text has white color on #C9F6E1 background.