COLOR #C6F5DD

HEX: #C6F5DD
RGB: (198,245,221)

Renk bilgisi

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

RGB renk modeli

#C6F5DD color RGB value is (198,245,221).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 245 of 255 = 96%
B 221 of 255 = 87%

198
245
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 245 + 221 = 664 (100%)
R 198 of 664 ~ 29.82%
G 245 of 664 ~ 36.9%
B 221 of 664 ~ 33.28%

%29.82
%36.9
%33.28

CMYK RENK MODELİ

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

  • camgöbeği tonu 19.18%
  • eflatun tonu 0.00%
  • sarı tonu 9.80%
  • 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
%9.8
%3.92

Codes

Color #C6F5DD in popluar color models

C6F5DD
RGB198245221
HSL149°70.15%86.86%
HSB/HSV149°19.18%96.08%
CMYK19.18%0.00%9.80%
3.92%

Color #C6F5DD in popluar number systems.

HEXC6F5DD
Decimal198245221
Binary110001101111010111011101
Octal306365335

Shades and tints

Shades of #C6F5DD

#C6F5DD
(198,245,221)
#B4DFC9
(180,223,201)
#A2C9B5
(162,201,181)
#90B3A1
(144,179,161)
#7E9D8D
(126,157,141)
#6C8779
(108,135,121)
#5A7165
(90,113,101)
#485B51
(72,91,81)
#36453D
(54,69,61)
#242F29
(36,47,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6F5DD

#C6F5DD
(198,245,221)
#CBF5E0
(203,245,224)
#D0F5E3
(208,245,227)
#D5F5E6
(213,245,230)
#DAF5E9
(218,245,233)
#DFF5EC
(223,245,236)
#E4F5EF
(228,245,239)
#E9F5F2
(233,245,242)
#EEF5F5
(238,245,245)
#F3F5F8
(243,245,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F5DD; }

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

This text font color is #C6F5DD.


Background Color

.myBgColor { background-color: #C6F5DD; }

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

This div background color is #C6F5DD.


Border color

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

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

This div border color is #C6F5DD.


Opacity

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

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

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

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

This text has shadow with #C6F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F5DD on black background.


Color preview on white background

This text has color #C6F5DD on white background.



Black color preview on #C6F5DD background

This text has black color on #C6F5DD background.


White color preview on #C6F5DD background

This text has white color on #C6F5DD background.