COLOR #C6E9CC

HEX: #C6E9CC
RGB: (198,233,204)

Renk bilgisi

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

RGB renk modeli

#C6E9CC color RGB value is (198,233,204).

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

RGB bağlantıları ve doygunluk

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

198
233
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 233 + 204 = 635 (100%)
R 198 of 635 ~ 31.18%
G 233 of 635 ~ 36.69%
B 204 of 635 ~ 32.13%

%31.18
%36.69
%32.13

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%15.02
%0
%12.45
%8.63

Codes

Color #C6E9CC in popluar color models

C6E9CC
RGB198233204
HSL130°44.30%84.51%
HSB/HSV130°15.02%91.37%
CMYK15.02%0.00%12.45%
8.63%

Color #C6E9CC in popluar number systems.

HEXC6E9CC
Decimal198233204
Binary110001101110100111001100
Octal306351314

Shades and tints

Shades of #C6E9CC

#C6E9CC
(198,233,204)
#B4D4BA
(180,212,186)
#A2BFA8
(162,191,168)
#90AA96
(144,170,150)
#7E9584
(126,149,132)
#6C8072
(108,128,114)
#5A6B60
(90,107,96)
#48564E
(72,86,78)
#36413C
(54,65,60)
#242C2A
(36,44,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6E9CC

#C6E9CC
(198,233,204)
#CBEBD0
(203,235,208)
#D0EDD4
(208,237,212)
#D5EFD8
(213,239,216)
#DAF1DC
(218,241,220)
#DFF3E0
(223,243,224)
#E4F5E4
(228,245,228)
#E9F7E8
(233,247,232)
#EEF9EC
(238,249,236)
#F3FBF0
(243,251,240)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9CC; }

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

This text font color is #C6E9CC.


Background Color

.myBgColor { background-color: #C6E9CC; }

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

This div background color is #C6E9CC.


Border color

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

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

This div border color is #C6E9CC.


Opacity

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

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

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

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

This text has shadow with #C6E9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9CC on black background.


Color preview on white background

This text has color #C6E9CC on white background.



Black color preview on #C6E9CC background

This text has black color on #C6E9CC background.


White color preview on #C6E9CC background

This text has white color on #C6E9CC background.