COLOR #C6E8CC

HEX: #C6E8CC
RGB: (198,232,204)

Renk bilgisi

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

RGB renk modeli

#C6E8CC color RGB value is (198,232,204).

  • kırmız ton 198;
  • yeşil ton 232;
  • mavi ton 204.
RGB:
(198,232,204)
(78%,91%,80%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 232 of 255 = 91%
B 204 of 255 = 80%

198
232
204

R + G + B ~ 83%. #C6E8CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 232 + 204 = 634 (100%)
R 198 of 634 ~ 31.23%
G 232 of 634 ~ 36.59%
B 204 of 634 ~ 32.18%

%31.23
%36.59
%32.18

CMYK RENK MODELİ

#C6E8CC rengi CMYK tonu (15,0,12,9).

  • camgöbeği tonu 14.66%
  • eflatun tonu 0.00%
  • sarı tonu 12.07%
  • ana renk tonu 9.02%
CMYK:
(15,0,12,9)
C15M0Y12K9 
(15%,0%,12%,9%)
(0.15/0.00/0.12/0.09)	

CMYK yüzdeleri

%14.66
%0
%12.07
%9.02

Codes

Color #C6E8CC in popluar color models

C6E8CC
RGB198232204
HSL131°42.50%84.31%
HSB/HSV131°14.66%90.98%
CMYK14.66%0.00%12.07%
9.02%

Color #C6E8CC in popluar number systems.

HEXC6E8CC
Decimal198232204
Binary110001101110100011001100
Octal306350314

Shades and tints

Shades of #C6E8CC

#C6E8CC
(198,232,204)
#B4D3BA
(180,211,186)
#A2BEA8
(162,190,168)
#90A996
(144,169,150)
#7E9484
(126,148,132)
#6C7F72
(108,127,114)
#5A6A60
(90,106,96)
#48554E
(72,85,78)
#36403C
(54,64,60)
#242B2A
(36,43,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6E8CC

#C6E8CC
(198,232,204)
#CBEAD0
(203,234,208)
#D0ECD4
(208,236,212)
#D5EED8
(213,238,216)
#DAF0DC
(218,240,220)
#DFF2E0
(223,242,224)
#E4F4E4
(228,244,228)
#E9F6E8
(233,246,232)
#EEF8EC
(238,248,236)
#F3FAF0
(243,250,240)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E8CC color. Also use rgb(198,232,204) instead hex code.

Text Font Color

.myTextColor { color: #C6E8CC; }

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

This text font color is #C6E8CC.


Background Color

.myBgColor { background-color: #C6E8CC; }

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

This div background color is #C6E8CC.


Border color

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

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

This div border color is #C6E8CC.


Opacity

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

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

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

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

This text has shadow with #C6E8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E8CC on black background.


Color preview on white background

This text has color #C6E8CC on white background.



Black color preview on #C6E8CC background

This text has black color on #C6E8CC background.


White color preview on #C6E8CC background

This text has white color on #C6E8CC background.