COLOR #C6F3D2

HEX: #C6F3D2
RGB: (198,243,210)

Renk bilgisi

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

RGB renk modeli

#C6F3D2 color RGB value is (198,243,210).

  • kırmız ton 198;
  • yeşil ton 243;
  • mavi ton 210.
RGB:
(198,243,210)
(78%,95%,82%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 243 of 255 = 95%
B 210 of 255 = 82%

198
243
210

R + G + B ~ 85%. #C6F3D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 243 + 210 = 651 (100%)
R 198 of 651 ~ 30.41%
G 243 of 651 ~ 37.33%
B 210 of 651 ~ 32.26%

%30.41
%37.33
%32.26

CMYK RENK MODELİ

#C6F3D2 rengi CMYK tonu (19,0,14,5).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 13.58%
  • ana renk tonu 4.71%
CMYK:
(19,0,14,5)
C19M0Y14K5 
(19%,0%,14%,5%)
(0.19/0.00/0.14/0.05)	

CMYK yüzdeleri

%18.52
%0
%13.58
%4.71

Codes

Color #C6F3D2 in popluar color models

C6F3D2
RGB198243210
HSL136°65.22%86.47%
HSB/HSV136°18.52%95.29%
CMYK18.52%0.00%13.58%
4.71%

Color #C6F3D2 in popluar number systems.

HEXC6F3D2
Decimal198243210
Binary110001101111001111010010
Octal306363322

Shades and tints

Shades of #C6F3D2

#C6F3D2
(198,243,210)
#B4DDBF
(180,221,191)
#A2C7AC
(162,199,172)
#90B199
(144,177,153)
#7E9B86
(126,155,134)
#6C8573
(108,133,115)
#5A6F60
(90,111,96)
#48594D
(72,89,77)
#36433A
(54,67,58)
#242D27
(36,45,39)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6F3D2

#C6F3D2
(198,243,210)
#CBF4D6
(203,244,214)
#D0F5DA
(208,245,218)
#D5F6DE
(213,246,222)
#DAF7E2
(218,247,226)
#DFF8E6
(223,248,230)
#E4F9EA
(228,249,234)
#E9FAEE
(233,250,238)
#EEFBF2
(238,251,242)
#F3FCF6
(243,252,246)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F3D2 color. Also use rgb(198,243,210) instead hex code.

Text Font Color

.myTextColor { color: #C6F3D2; }

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

This text font color is #C6F3D2.


Background Color

.myBgColor { background-color: #C6F3D2; }

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

This div background color is #C6F3D2.


Border color

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

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

This div border color is #C6F3D2.


Opacity

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

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

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

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

This text has shadow with #C6F3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3D2 on black background.


Color preview on white background

This text has color #C6F3D2 on white background.



Black color preview on #C6F3D2 background

This text has black color on #C6F3D2 background.


White color preview on #C6F3D2 background

This text has white color on #C6F3D2 background.