COLOR #C6F5DC

HEX: #C6F5DC
RGB: (198,245,220)

Renk bilgisi

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

RGB renk modeli

#C6F5DC color RGB value is (198,245,220).

  • kırmız ton 198;
  • yeşil ton 245;
  • mavi ton 220.
RGB:
(198,245,220)
(78%,96%,86%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 245 of 255 = 96%
B 220 of 255 = 86%

198
245
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 245 + 220 = 663 (100%)
R 198 of 663 ~ 29.86%
G 245 of 663 ~ 36.95%
B 220 of 663 ~ 33.18%

%29.86
%36.95
%33.18

CMYK RENK MODELİ

#C6F5DC rengi CMYK tonu (19,0,10,4).

  • camgöbeği tonu 19.18%
  • eflatun tonu 0.00%
  • sarı tonu 10.20%
  • ana renk tonu 3.92%
CMYK:
(19,0,10,4)
C19M0Y10K4 
(19%,0%,10%,4%)
(0.19/0.00/0.10/0.04)	

CMYK yüzdeleri

%19.18
%0
%10.2
%3.92

Codes

Color #C6F5DC in popluar color models

C6F5DC
RGB198245220
HSL148°70.15%86.86%
HSB/HSV148°19.18%96.08%
CMYK19.18%0.00%10.20%
3.92%

Color #C6F5DC in popluar number systems.

HEXC6F5DC
Decimal198245220
Binary110001101111010111011100
Octal306365334

Shades and tints

Shades of #C6F5DC

#C6F5DC
(198,245,220)
#B4DFC8
(180,223,200)
#A2C9B4
(162,201,180)
#90B3A0
(144,179,160)
#7E9D8C
(126,157,140)
#6C8778
(108,135,120)
#5A7164
(90,113,100)
#485B50
(72,91,80)
#36453C
(54,69,60)
#242F28
(36,47,40)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6F5DC

#C6F5DC
(198,245,220)
#CBF5DF
(203,245,223)
#D0F5E2
(208,245,226)
#D5F5E5
(213,245,229)
#DAF5E8
(218,245,232)
#DFF5EB
(223,245,235)
#E4F5EE
(228,245,238)
#E9F5F1
(233,245,241)
#EEF5F4
(238,245,244)
#F3F5F7
(243,245,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F5DC color. Also use rgb(198,245,220) instead hex code.

Text Font Color

.myTextColor { color: #C6F5DC; }

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

This text font color is #C6F5DC.


Background Color

.myBgColor { background-color: #C6F5DC; }

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

This div background color is #C6F5DC.


Border color

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

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

This div border color is #C6F5DC.


Opacity

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

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

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

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

This text has shadow with #C6F5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F5DC on black background.


Color preview on white background

This text has color #C6F5DC on white background.



Black color preview on #C6F5DC background

This text has black color on #C6F5DC background.


White color preview on #C6F5DC background

This text has white color on #C6F5DC background.