COLOR #C9F6D3

HEX: #C9F6D3
RGB: (201,246,211)

Renk bilgisi

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

RGB renk modeli

#C9F6D3 color RGB value is (201,246,211).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 246 of 255 = 96%
B 211 of 255 = 83%

201
246
211

R + G + B ~ 86%. #C9F6D3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 246 + 211 = 658 (100%)
R 201 of 658 ~ 30.55%
G 246 of 658 ~ 37.39%
B 211 of 658 ~ 32.07%

%30.55
%37.39
%32.07

CMYK RENK MODELİ

#C9F6D3 rengi CMYK tonu (18,0,14,4).

  • camgöbeği tonu 18.29%
  • eflatun tonu 0.00%
  • sarı tonu 14.23%
  • ana renk tonu 3.53%
CMYK:
(18,0,14,4)
C18M0Y14K4 
(18%,0%,14%,4%)
(0.18/0.00/0.14/0.04)	

CMYK yüzdeleri

%18.29
%0
%14.23
%3.53

Codes

Color #C9F6D3 in popluar color models

C9F6D3
RGB201246211
HSL133°71.43%87.65%
HSB/HSV133°18.29%96.47%
CMYK18.29%0.00%14.23%
3.53%

Color #C9F6D3 in popluar number systems.

HEXC9F6D3
Decimal201246211
Binary110010011111011011010011
Octal311366323

Shades and tints

Shades of #C9F6D3

#C9F6D3
(201,246,211)
#B7E0C0
(183,224,192)
#A5CAAD
(165,202,173)
#93B49A
(147,180,154)
#819E87
(129,158,135)
#6F8874
(111,136,116)
#5D7261
(93,114,97)
#4B5C4E
(75,92,78)
#39463B
(57,70,59)
#273028
(39,48,40)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #C9F6D3

#C9F6D3
(201,246,211)
#CDF6D7
(205,246,215)
#D1F6DB
(209,246,219)
#D5F6DF
(213,246,223)
#D9F6E3
(217,246,227)
#DDF6E7
(221,246,231)
#E1F6EB
(225,246,235)
#E5F6EF
(229,246,239)
#E9F6F3
(233,246,243)
#EDF6F7
(237,246,247)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F6D3; }

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

This text font color is #C9F6D3.


Background Color

.myBgColor { background-color: #C9F6D3; }

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

This div background color is #C9F6D3.


Border color

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

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

This div border color is #C9F6D3.


Opacity

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

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

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

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

This text has shadow with #C9F6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F6D3 on black background.


Color preview on white background

This text has color #C9F6D3 on white background.



Black color preview on #C9F6D3 background

This text has black color on #C9F6D3 background.


White color preview on #C9F6D3 background

This text has white color on #C9F6D3 background.