COLOR #C6F9D0

HEX: #C6F9D0
RGB: (198,249,208)

Renk bilgisi

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

RGB renk modeli

#C6F9D0 color RGB value is (198,249,208).

  • kırmız ton 198;
  • yeşil ton 249;
  • mavi ton 208.
RGB:
(198,249,208)
(78%,98%,82%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 249 of 255 = 98%
B 208 of 255 = 82%

198
249
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 249 + 208 = 655 (100%)
R 198 of 655 ~ 30.23%
G 249 of 655 ~ 38.02%
B 208 of 655 ~ 31.76%

%30.23
%38.02
%31.76

CMYK RENK MODELİ

#C6F9D0 rengi CMYK tonu (20,0,16,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 0.00%
  • sarı tonu 16.47%
  • ana renk tonu 2.35%
CMYK:
(20,0,16,2)
C20M0Y16K2 
(20%,0%,16%,2%)
(0.20/0.00/0.16/0.02)	

CMYK yüzdeleri

%20.48
%0
%16.47
%2.35

Codes

Color #C6F9D0 in popluar color models

C6F9D0
RGB198249208
HSL132°80.95%87.65%
HSB/HSV132°20.48%97.65%
CMYK20.48%0.00%16.47%
2.35%

Color #C6F9D0 in popluar number systems.

HEXC6F9D0
Decimal198249208
Binary110001101111100111010000
Octal306371320

Shades and tints

Shades of #C6F9D0

#C6F9D0
(198,249,208)
#B4E3BE
(180,227,190)
#A2CDAC
(162,205,172)
#90B79A
(144,183,154)
#7EA188
(126,161,136)
#6C8B76
(108,139,118)
#5A7564
(90,117,100)
#485F52
(72,95,82)
#364940
(54,73,64)
#24332E
(36,51,46)
#121D1C
(18,29,28)
#000000
(0,0,0)

Tints of #C6F9D0

#C6F9D0
(198,249,208)
#CBF9D4
(203,249,212)
#D0F9D8
(208,249,216)
#D5F9DC
(213,249,220)
#DAF9E0
(218,249,224)
#DFF9E4
(223,249,228)
#E4F9E8
(228,249,232)
#E9F9EC
(233,249,236)
#EEF9F0
(238,249,240)
#F3F9F4
(243,249,244)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F9D0 color. Also use rgb(198,249,208) instead hex code.

Text Font Color

.myTextColor { color: #C6F9D0; }

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

This text font color is #C6F9D0.


Background Color

.myBgColor { background-color: #C6F9D0; }

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

This div background color is #C6F9D0.


Border color

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

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

This div border color is #C6F9D0.


Opacity

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

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

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

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

This text has shadow with #C6F9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9D0 on black background.


Color preview on white background

This text has color #C6F9D0 on white background.



Black color preview on #C6F9D0 background

This text has black color on #C6F9D0 background.


White color preview on #C6F9D0 background

This text has white color on #C6F9D0 background.