COLOR #C6E7CC

HEX: #C6E7CC
RGB: (198,231,204)

Renk bilgisi

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

RGB renk modeli

#C6E7CC color RGB value is (198,231,204).

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

RGB bağlantıları ve doygunluk

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

198
231
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 231 + 204 = 633 (100%)
R 198 of 633 ~ 31.28%
G 231 of 633 ~ 36.49%
B 204 of 633 ~ 32.23%

%31.28
%36.49
%32.23

CMYK RENK MODELİ

#C6E7CC rengi CMYK tonu (14,0,12,9).

  • camgöbeği tonu 14.29%
  • eflatun tonu 0.00%
  • sarı tonu 11.69%
  • ana renk tonu 9.41%
CMYK:
(14,0,12,9)
C14M0Y12K9 
(14%,0%,12%,9%)
(0.14/0.00/0.12/0.09)	

CMYK yüzdeleri

%14.29
%0
%11.69
%9.41

Codes

Color #C6E7CC in popluar color models

C6E7CC
RGB198231204
HSL131°40.74%84.12%
HSB/HSV131°14.29%90.59%
CMYK14.29%0.00%11.69%
9.41%

Color #C6E7CC in popluar number systems.

HEXC6E7CC
Decimal198231204
Binary110001101110011111001100
Octal306347314

Shades and tints

Shades of #C6E7CC

#C6E7CC
(198,231,204)
#B4D2BA
(180,210,186)
#A2BDA8
(162,189,168)
#90A896
(144,168,150)
#7E9384
(126,147,132)
#6C7E72
(108,126,114)
#5A6960
(90,105,96)
#48544E
(72,84,78)
#363F3C
(54,63,60)
#242A2A
(36,42,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6E7CC

#C6E7CC
(198,231,204)
#CBE9D0
(203,233,208)
#D0EBD4
(208,235,212)
#D5EDD8
(213,237,216)
#DAEFDC
(218,239,220)
#DFF1E0
(223,241,224)
#E4F3E4
(228,243,228)
#E9F5E8
(233,245,232)
#EEF7EC
(238,247,236)
#F3F9F0
(243,249,240)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7CC; }

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

This text font color is #C6E7CC.


Background Color

.myBgColor { background-color: #C6E7CC; }

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

This div background color is #C6E7CC.


Border color

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

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

This div border color is #C6E7CC.


Opacity

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

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

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

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

This text has shadow with #C6E7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7CC on black background.


Color preview on white background

This text has color #C6E7CC on white background.



Black color preview on #C6E7CC background

This text has black color on #C6E7CC background.


White color preview on #C6E7CC background

This text has white color on #C6E7CC background.