COLOR #C6E1CC

HEX: #C6E1CC RGB: (198,225,204)

Color info

#C6E1CC contains red, green and blue colors in about the same proportion. Web safe color of #C6E1CC is #CCCCCC (or #CCC).

RGB color model

#C6E1CC color RGB value is (198,225,204).

RGB: (198,225,204) (78%, 88%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 204 of 255 = 80%

198
225
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 225 + 204 = 627 (100%)
R 198 of 627 ~ 31.58%
G 225 of 627 ~ 35.89%
B 204 of 627 ~ 32.54'%

%31.58
%35.89
%32.54

CMYK color model

#C6E1CC color CMYK value is (12,0,9,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%

CMYK: (12,0,9,12)
C12M0Y9K12 (12%, 0%, 9%, 12%)
(0.12 / 0.00 / 0.09 / 0.12)

CMYK percentages

%12
%0
%9.33
%11.76

Codes

Color #C6E1CC in popluar color models

C6 E1 CC
RGB 198 225 204
HSL 133° 31.03% 82.94%
HSB/HSV 133° 12.00% 88.24%
CMYK 12.00% 0.00% 9.33%
11.76%

Color #C6E1CC in popluar number systems.

HEX C6 E1 CC
Decimal 198 225 204
Binary 11000110 11100001 11001100
Octal 306 341 314

Shades and tints

Shades of #C6E1CC

#C6E1CC
(198,225,204)
#B4CDBA
(180,205,186)
#A2B9A8
(162,185,168)
#90A596
(144,165,150)
#7E9184
(126,145,132)
#6C7D72
(108,125,114)
#5A6960
(90,105,96)
#48554E
(72,85,78)
#36413C
(54,65,60)
#242D2A
(36,45,42)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6E1CC

#C6E1CC
(198,225,204)
#CBE3D0
(203,227,208)
#D0E5D4
(208,229,212)
#D5E7D8
(213,231,216)
#DAE9DC
(218,233,220)
#DFEBE0
(223,235,224)
#E4EDE4
(228,237,228)
#E9EFE8
(233,239,232)
#EEF1EC
(238,241,236)
#F3F3F0
(243,243,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1CC; }

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

This text font color is #C6E1CC.

Background Color

.myBgColor { background-color: #C6E1CC; }

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

This div background color is #C6E1CC.

Border color

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

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

This div border color is #C6E1CC.

Opacity

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

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

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

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

This text has shadow with #C6E1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E1CC.

Preview

Color preview on black background

This text has color #C6E1CC on black background.


Color preview on white background

This text has color #C6E1CC on white background.


Black color preview on #C6E1CC background

This text has black color on #C6E1CC background.


White color preview on #C6E1CC background

This text has white color on #C6E1CC background.


Related colors

Complementary color

Complementary color for #hex is #391E33.


I love getcolorcode.com

Triadic colors

1 #CCC6E1 and #E1CCC6 with #C6E1CC are triadic colors.

2 #CCE1C6 and #E1C6CC with #C6E1CC are triadic colors.