COLOR #C6EDC2

HEX: #C6EDC2
RGB: (198,237,194)

Renk bilgisi

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

RGB renk modeli

#C6EDC2 color RGB value is (198,237,194).

  • kırmız ton 198;
  • yeşil ton 237;
  • mavi ton 194.
RGB:
(198,237,194)
(78%,93%,76%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 237 of 255 = 93%
B 194 of 255 = 76%

198
237
194

R + G + B ~ 82%. #C6EDC2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 237 + 194 = 629 (100%)
R 198 of 629 ~ 31.48%
G 237 of 629 ~ 37.68%
B 194 of 629 ~ 30.84%

%31.48
%37.68
%30.84

CMYK RENK MODELİ

#C6EDC2 rengi CMYK tonu (16,0,18,7).

  • camgöbeği tonu 16.46%
  • eflatun tonu 0.00%
  • sarı tonu 18.14%
  • ana renk tonu 7.06%
CMYK:
(16,0,18,7)
C16M0Y18K7 
(16%,0%,18%,7%)
(0.16/0.00/0.18/0.07)	

CMYK yüzdeleri

%16.46
%0
%18.14
%7.06

Codes

Color #C6EDC2 in popluar color models

C6EDC2
RGB198237194
HSL114°54.43%84.51%
HSB/HSV114°18.14%92.94%
CMYK16.46%0.00%18.14%
7.06%

Color #C6EDC2 in popluar number systems.

HEXC6EDC2
Decimal198237194
Binary110001101110110111000010
Octal306355302

Shades and tints

Shades of #C6EDC2

#C6EDC2
(198,237,194)
#B4D8B1
(180,216,177)
#A2C3A0
(162,195,160)
#90AE8F
(144,174,143)
#7E997E
(126,153,126)
#6C846D
(108,132,109)
#5A6F5C
(90,111,92)
#485A4B
(72,90,75)
#36453A
(54,69,58)
#243029
(36,48,41)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #C6EDC2

#C6EDC2
(198,237,194)
#CBEEC7
(203,238,199)
#D0EFCC
(208,239,204)
#D5F0D1
(213,240,209)
#DAF1D6
(218,241,214)
#DFF2DB
(223,242,219)
#E4F3E0
(228,243,224)
#E9F4E5
(233,244,229)
#EEF5EA
(238,245,234)
#F3F6EF
(243,246,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EDC2 color. Also use rgb(198,237,194) instead hex code.

Text Font Color

.myTextColor { color: #C6EDC2; }

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

This text font color is #C6EDC2.


Background Color

.myBgColor { background-color: #C6EDC2; }

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

This div background color is #C6EDC2.


Border color

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

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

This div border color is #C6EDC2.


Opacity

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

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

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

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

This text has shadow with #C6EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EDC2 on black background.


Color preview on white background

This text has color #C6EDC2 on white background.



Black color preview on #C6EDC2 background

This text has black color on #C6EDC2 background.


White color preview on #C6EDC2 background

This text has white color on #C6EDC2 background.