COLOR #C6E5CC

HEX: #C6E5CC
RGB: (198,229,204)

Renk bilgisi

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

RGB renk modeli

#C6E5CC color RGB value is (198,229,204).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 229 of 255 = 90%
B 204 of 255 = 80%

198
229
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 229 + 204 = 631 (100%)
R 198 of 631 ~ 31.38%
G 229 of 631 ~ 36.29%
B 204 of 631 ~ 32.33%

%31.38
%36.29
%32.33

CMYK RENK MODELİ

#C6E5CC rengi CMYK tonu (14,0,11,10).

  • camgöbeği tonu 13.54%
  • eflatun tonu 0.00%
  • sarı tonu 10.92%
  • ana renk tonu 10.20%
CMYK:
(14,0,11,10)
C14M0Y11K10 
(14%,0%,11%,10%)
(0.14/0.00/0.11/0.10)	

CMYK yüzdeleri

%13.54
%0
%10.92
%10.2

Codes

Color #C6E5CC in popluar color models

C6E5CC
RGB198229204
HSL132°37.35%83.73%
HSB/HSV132°13.54%89.80%
CMYK13.54%0.00%10.92%
10.20%

Color #C6E5CC in popluar number systems.

HEXC6E5CC
Decimal198229204
Binary110001101110010111001100
Octal306345314

Shades and tints

Shades of #C6E5CC

#C6E5CC
(198,229,204)
#B4D1BA
(180,209,186)
#A2BDA8
(162,189,168)
#90A996
(144,169,150)
#7E9584
(126,149,132)
#6C8172
(108,129,114)
#5A6D60
(90,109,96)
#48594E
(72,89,78)
#36453C
(54,69,60)
#24312A
(36,49,42)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #C6E5CC

#C6E5CC
(198,229,204)
#CBE7D0
(203,231,208)
#D0E9D4
(208,233,212)
#D5EBD8
(213,235,216)
#DAEDDC
(218,237,220)
#DFEFE0
(223,239,224)
#E4F1E4
(228,241,228)
#E9F3E8
(233,243,232)
#EEF5EC
(238,245,236)
#F3F7F0
(243,247,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E5CC; }

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

This text font color is #C6E5CC.


Background Color

.myBgColor { background-color: #C6E5CC; }

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

This div background color is #C6E5CC.


Border color

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

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

This div border color is #C6E5CC.


Opacity

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

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

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

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

This text has shadow with #C6E5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5CC on black background.


Color preview on white background

This text has color #C6E5CC on white background.



Black color preview on #C6E5CC background

This text has black color on #C6E5CC background.


White color preview on #C6E5CC background

This text has white color on #C6E5CC background.