COLOR #C9F6E5

HEX: #C9F6E5
RGB: (201,246,229)

Renk bilgisi

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

RGB renk modeli

#C9F6E5 color RGB value is (201,246,229).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 246 of 255 = 96%
B 229 of 255 = 90%

201
246
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 246 + 229 = 676 (100%)
R 201 of 676 ~ 29.73%
G 246 of 676 ~ 36.39%
B 229 of 676 ~ 33.88%

%29.73
%36.39
%33.88

CMYK RENK MODELİ

#C9F6E5 rengi CMYK tonu (18,0,7,4).

  • camgöbeği tonu 18.29%
  • eflatun tonu 0.00%
  • sarı tonu 6.91%
  • ana renk tonu 3.53%
CMYK:
(18,0,7,4)
C18M0Y7K4 
(18%,0%,7%,4%)
(0.18/0.00/0.07/0.04)	

CMYK yüzdeleri

%18.29
%0
%6.91
%3.53

Codes

Color #C9F6E5 in popluar color models

C9F6E5
RGB201246229
HSL157°71.43%87.65%
HSB/HSV157°18.29%96.47%
CMYK18.29%0.00%6.91%
3.53%

Color #C9F6E5 in popluar number systems.

HEXC9F6E5
Decimal201246229
Binary110010011111011011100101
Octal311366345

Shades and tints

Shades of #C9F6E5

#C9F6E5
(201,246,229)
#B7E0D1
(183,224,209)
#A5CABD
(165,202,189)
#93B4A9
(147,180,169)
#819E95
(129,158,149)
#6F8881
(111,136,129)
#5D726D
(93,114,109)
#4B5C59
(75,92,89)
#394645
(57,70,69)
#273031
(39,48,49)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #C9F6E5

#C9F6E5
(201,246,229)
#CDF6E7
(205,246,231)
#D1F6E9
(209,246,233)
#D5F6EB
(213,246,235)
#D9F6ED
(217,246,237)
#DDF6EF
(221,246,239)
#E1F6F1
(225,246,241)
#E5F6F3
(229,246,243)
#E9F6F5
(233,246,245)
#EDF6F7
(237,246,247)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F6E5; }

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

This text font color is #C9F6E5.


Background Color

.myBgColor { background-color: #C9F6E5; }

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

This div background color is #C9F6E5.


Border color

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

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

This div border color is #C9F6E5.


Opacity

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

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

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

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

This text has shadow with #C9F6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F6E5 on black background.


Color preview on white background

This text has color #C9F6E5 on white background.



Black color preview on #C9F6E5 background

This text has black color on #C9F6E5 background.


White color preview on #C9F6E5 background

This text has white color on #C9F6E5 background.