COLOR #C6F9DE

HEX: #C6F9DE
RGB: (198,249,222)

Renk bilgisi

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

RGB renk modeli

#C6F9DE color RGB value is (198,249,222).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 249 of 255 = 98%
B 222 of 255 = 87%

198
249
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 249 + 222 = 669 (100%)
R 198 of 669 ~ 29.6%
G 249 of 669 ~ 37.22%
B 222 of 669 ~ 33.18%

%29.6
%37.22
%33.18

CMYK RENK MODELİ

#C6F9DE rengi CMYK tonu (20,0,11,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 0.00%
  • sarı tonu 10.84%
  • ana renk tonu 2.35%
CMYK:
(20,0,11,2)
C20M0Y11K2 
(20%,0%,11%,2%)
(0.20/0.00/0.11/0.02)	

CMYK yüzdeleri

%20.48
%0
%10.84
%2.35

Codes

Color #C6F9DE in popluar color models

C6F9DE
RGB198249222
HSL148°80.95%87.65%
HSB/HSV148°20.48%97.65%
CMYK20.48%0.00%10.84%
2.35%

Color #C6F9DE in popluar number systems.

HEXC6F9DE
Decimal198249222
Binary110001101111100111011110
Octal306371336

Shades and tints

Shades of #C6F9DE

#C6F9DE
(198,249,222)
#B4E3CA
(180,227,202)
#A2CDB6
(162,205,182)
#90B7A2
(144,183,162)
#7EA18E
(126,161,142)
#6C8B7A
(108,139,122)
#5A7566
(90,117,102)
#485F52
(72,95,82)
#36493E
(54,73,62)
#24332A
(36,51,42)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #C6F9DE

#C6F9DE
(198,249,222)
#CBF9E1
(203,249,225)
#D0F9E4
(208,249,228)
#D5F9E7
(213,249,231)
#DAF9EA
(218,249,234)
#DFF9ED
(223,249,237)
#E4F9F0
(228,249,240)
#E9F9F3
(233,249,243)
#EEF9F6
(238,249,246)
#F3F9F9
(243,249,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F9DE; }

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

This text font color is #C6F9DE.


Background Color

.myBgColor { background-color: #C6F9DE; }

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

This div background color is #C6F9DE.


Border color

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

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

This div border color is #C6F9DE.


Opacity

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

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

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

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

This text has shadow with #C6F9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9DE on black background.


Color preview on white background

This text has color #C6F9DE on white background.



Black color preview on #C6F9DE background

This text has black color on #C6F9DE background.


White color preview on #C6F9DE background

This text has white color on #C6F9DE background.