COLOR #C6F5E1

HEX: #C6F5E1
RGB: (198,245,225)

Renk bilgisi

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

RGB renk modeli

#C6F5E1 color RGB value is (198,245,225).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 245 of 255 = 96%
B 225 of 255 = 88%

198
245
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 245 + 225 = 668 (100%)
R 198 of 668 ~ 29.64%
G 245 of 668 ~ 36.68%
B 225 of 668 ~ 33.68%

%29.64
%36.68
%33.68

CMYK RENK MODELİ

#C6F5E1 rengi CMYK tonu (19,0,8,4).

  • camgöbeği tonu 19.18%
  • eflatun tonu 0.00%
  • sarı tonu 8.16%
  • ana renk tonu 3.92%
CMYK:
(19,0,8,4)
C19M0Y8K4 
(19%,0%,8%,4%)
(0.19/0.00/0.08/0.04)	

CMYK yüzdeleri

%19.18
%0
%8.16
%3.92

Codes

Color #C6F5E1 in popluar color models

C6F5E1
RGB198245225
HSL154°70.15%86.86%
HSB/HSV154°19.18%96.08%
CMYK19.18%0.00%8.16%
3.92%

Color #C6F5E1 in popluar number systems.

HEXC6F5E1
Decimal198245225
Binary110001101111010111100001
Octal306365341

Shades and tints

Shades of #C6F5E1

#C6F5E1
(198,245,225)
#B4DFCD
(180,223,205)
#A2C9B9
(162,201,185)
#90B3A5
(144,179,165)
#7E9D91
(126,157,145)
#6C877D
(108,135,125)
#5A7169
(90,113,105)
#485B55
(72,91,85)
#364541
(54,69,65)
#242F2D
(36,47,45)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6F5E1

#C6F5E1
(198,245,225)
#CBF5E3
(203,245,227)
#D0F5E5
(208,245,229)
#D5F5E7
(213,245,231)
#DAF5E9
(218,245,233)
#DFF5EB
(223,245,235)
#E4F5ED
(228,245,237)
#E9F5EF
(233,245,239)
#EEF5F1
(238,245,241)
#F3F5F3
(243,245,243)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F5E1; }

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

This text font color is #C6F5E1.


Background Color

.myBgColor { background-color: #C6F5E1; }

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

This div background color is #C6F5E1.


Border color

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

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

This div border color is #C6F5E1.


Opacity

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

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

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

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

This text has shadow with #C6F5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F5E1 on black background.


Color preview on white background

This text has color #C6F5E1 on white background.



Black color preview on #C6F5E1 background

This text has black color on #C6F5E1 background.


White color preview on #C6F5E1 background

This text has white color on #C6F5E1 background.