COLOR #C6FDD6

HEX: #C6FDD6
RGB: (198,253,214)

Renk bilgisi

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

RGB renk modeli

#C6FDD6 color RGB value is (198,253,214).

  • kırmız ton 198;
  • yeşil ton 253;
  • mavi ton 214.
RGB:
(198,253,214)
(78%,99%,84%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 253 of 255 = 99%
B 214 of 255 = 84%

198
253
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 253 + 214 = 665 (100%)
R 198 of 665 ~ 29.77%
G 253 of 665 ~ 38.05%
B 214 of 665 ~ 32.18%

%29.77
%38.05
%32.18

CMYK RENK MODELİ

#C6FDD6 rengi CMYK tonu (22,0,15,1).

  • camgöbeği tonu 21.74%
  • eflatun tonu 0.00%
  • sarı tonu 15.42%
  • ana renk tonu 0.78%
CMYK:
(22,0,15,1)
C22M0Y15K1 
(22%,0%,15%,1%)
(0.22/0.00/0.15/0.01)	

CMYK yüzdeleri

%21.74
%0
%15.42
%0.78

Codes

Color #C6FDD6 in popluar color models

C6FDD6
RGB198253214
HSL137°93.22%88.43%
HSB/HSV137°21.74%99.22%
CMYK21.74%0.00%15.42%
0.78%

Color #C6FDD6 in popluar number systems.

HEXC6FDD6
Decimal198253214
Binary110001101111110111010110
Octal306375326

Shades and tints

Shades of #C6FDD6

#C6FDD6
(198,253,214)
#B4E6C3
(180,230,195)
#A2CFB0
(162,207,176)
#90B89D
(144,184,157)
#7EA18A
(126,161,138)
#6C8A77
(108,138,119)
#5A7364
(90,115,100)
#485C51
(72,92,81)
#36453E
(54,69,62)
#242E2B
(36,46,43)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6FDD6

#C6FDD6
(198,253,214)
#CBFDD9
(203,253,217)
#D0FDDC
(208,253,220)
#D5FDDF
(213,253,223)
#DAFDE2
(218,253,226)
#DFFDE5
(223,253,229)
#E4FDE8
(228,253,232)
#E9FDEB
(233,253,235)
#EEFDEE
(238,253,238)
#F3FDF1
(243,253,241)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FDD6 color. Also use rgb(198,253,214) instead hex code.

Text Font Color

.myTextColor { color: #C6FDD6; }

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

This text font color is #C6FDD6.


Background Color

.myBgColor { background-color: #C6FDD6; }

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

This div background color is #C6FDD6.


Border color

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

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

This div border color is #C6FDD6.


Opacity

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

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

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

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

This text has shadow with #C6FDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FDD6 on black background.


Color preview on white background

This text has color #C6FDD6 on white background.



Black color preview on #C6FDD6 background

This text has black color on #C6FDD6 background.


White color preview on #C6FDD6 background

This text has white color on #C6FDD6 background.